ALBA
|
#include <albaGUIDockManager.h>
Public Member Functions | |
wxDockInfo () | |
wxDockInfo (const wxDockInfo &c) | |
wxDockInfo & | operator= (const wxDockInfo &c) |
bool | IsOk () const |
bool | IsHorizontal () const |
bool | IsVertical () const |
Public Attributes | |
wxPaneInfoPtrArray | m_Panes |
wxRect | m_Rect |
int | m_DockDirection |
int | m_DockLayer |
int | m_DockRow |
int | m_Size |
int | m_MinSize |
bool | m_Resizable |
bool | m_Toolbar |
bool | m_Fixed |
class name: wxDockInfo This class define properties of a dock.
That contains an array of panes.
Definition at line 828 of file albaGUIDockManager.h.
|
inline |
constructor
Definition at line 832 of file albaGUIDockManager.h.
|
inline |
copy constructor
Definition at line 844 of file albaGUIDockManager.h.
References m_DockDirection, m_DockLayer, m_DockRow, m_Fixed, m_MinSize, m_Panes, m_Rect, m_Resizable, m_Size, and m_Toolbar.
|
inline |
assignment operator
Definition at line 858 of file albaGUIDockManager.h.
References m_DockDirection, m_DockLayer, m_DockRow, m_Fixed, m_MinSize, m_Panes, m_Rect, m_Resizable, m_Size, and m_Toolbar.
|
inline |
retrieve if dock direction is active
Definition at line 873 of file albaGUIDockManager.h.
|
inline |
retrieve if dock direction is top or bottom
Definition at line 875 of file albaGUIDockManager.h.
References wxAUI_DOCK_BOTTOM, and wxAUI_DOCK_TOP.
|
inline |
retrieve if dock direction is left , rigth or center
Definition at line 878 of file albaGUIDockManager.h.
References wxAUI_DOCK_CENTER, wxAUI_DOCK_LEFT, and wxAUI_DOCK_RIGHT.
wxPaneInfoPtrArray wxDockInfo::m_Panes |
Definition at line 882 of file albaGUIDockManager.h.
Referenced by operator=(), and wxDockInfo().
wxRect wxDockInfo::m_Rect |
Definition at line 883 of file albaGUIDockManager.h.
Referenced by operator=(), and wxDockInfo().
int wxDockInfo::m_DockDirection |
Definition at line 884 of file albaGUIDockManager.h.
Referenced by operator=(), and wxDockInfo().
int wxDockInfo::m_DockLayer |
Definition at line 885 of file albaGUIDockManager.h.
Referenced by operator=(), and wxDockInfo().
int wxDockInfo::m_DockRow |
Definition at line 886 of file albaGUIDockManager.h.
Referenced by operator=(), and wxDockInfo().
int wxDockInfo::m_Size |
Definition at line 887 of file albaGUIDockManager.h.
Referenced by operator=(), and wxDockInfo().
int wxDockInfo::m_MinSize |
Definition at line 888 of file albaGUIDockManager.h.
Referenced by operator=(), and wxDockInfo().
bool wxDockInfo::m_Resizable |
Definition at line 889 of file albaGUIDockManager.h.
Referenced by operator=(), and wxDockInfo().
bool wxDockInfo::m_Toolbar |
Definition at line 890 of file albaGUIDockManager.h.
Referenced by operator=(), and wxDockInfo().
bool wxDockInfo::m_Fixed |
Definition at line 891 of file albaGUIDockManager.h.
Referenced by operator=(), and wxDockInfo().