Version: 3.2.5
wxAuiDockInfo Class Reference

#include <wx/aui/framemanager.h>

Public Member Functions

 wxAuiDockInfo ()
 
 wxAuiDockInfo (const wxAuiDockInfo &c)
 
wxAuiDockInfooperator= (const wxAuiDockInfo &c)
 
bool IsOk () const
 
bool IsHorizontal () const
 
bool IsVertical () const
 

Public Attributes

wxAuiPaneInfoPtrArray panes
 
wxRect rect
 
int dock_direction
 
int dock_layer
 
int dock_row
 
int size
 
int min_size
 
bool resizable
 
bool toolbar
 
bool fixed
 
bool reserved1
 

Constructor & Destructor Documentation

◆ wxAuiDockInfo() [1/2]

wxAuiDockInfo::wxAuiDockInfo ( )

◆ wxAuiDockInfo() [2/2]

wxAuiDockInfo::wxAuiDockInfo ( const wxAuiDockInfo c)

Member Function Documentation

◆ IsHorizontal()

bool wxAuiDockInfo::IsHorizontal ( ) const

◆ IsOk()

bool wxAuiDockInfo::IsOk ( ) const

◆ IsVertical()

bool wxAuiDockInfo::IsVertical ( ) const

◆ operator=()

wxAuiDockInfo& wxAuiDockInfo::operator= ( const wxAuiDockInfo c)

Member Data Documentation

◆ dock_direction

int wxAuiDockInfo::dock_direction

◆ dock_layer

int wxAuiDockInfo::dock_layer

◆ dock_row

int wxAuiDockInfo::dock_row

◆ fixed

bool wxAuiDockInfo::fixed

◆ min_size

int wxAuiDockInfo::min_size

◆ panes

wxAuiPaneInfoPtrArray wxAuiDockInfo::panes

◆ rect

wxRect wxAuiDockInfo::rect

◆ reserved1

bool wxAuiDockInfo::reserved1

◆ resizable

bool wxAuiDockInfo::resizable

◆ size

int wxAuiDockInfo::size

◆ toolbar

bool wxAuiDockInfo::toolbar