ALBA
Public Member Functions | Public Attributes | List of all members
wxDockInfo Class Reference

#include <albaGUIDockManager.h>

Public Member Functions

 wxDockInfo ()
 
 wxDockInfo (const wxDockInfo &c)
 
wxDockInfooperator= (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
 

Detailed Description

class name: wxDockInfo This class define properties of a dock.

That contains an array of panes.

Definition at line 828 of file albaGUIDockManager.h.

Constructor & Destructor Documentation

◆ wxDockInfo() [1/2]

wxDockInfo::wxDockInfo ( )
inline

constructor

Definition at line 832 of file albaGUIDockManager.h.

◆ wxDockInfo() [2/2]

wxDockInfo::wxDockInfo ( const wxDockInfo c)
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.

Member Function Documentation

◆ operator=()

wxDockInfo & wxDockInfo::operator= ( const wxDockInfo c)
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.

◆ IsOk()

bool wxDockInfo::IsOk ( ) const
inline

retrieve if dock direction is active

Definition at line 873 of file albaGUIDockManager.h.

◆ IsHorizontal()

bool wxDockInfo::IsHorizontal ( ) const
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.

◆ IsVertical()

bool wxDockInfo::IsVertical ( ) const
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.

Member Data Documentation

◆ m_Panes

wxPaneInfoPtrArray wxDockInfo::m_Panes

Definition at line 882 of file albaGUIDockManager.h.

Referenced by operator=(), and wxDockInfo().

◆ m_Rect

wxRect wxDockInfo::m_Rect

Definition at line 883 of file albaGUIDockManager.h.

Referenced by operator=(), and wxDockInfo().

◆ m_DockDirection

int wxDockInfo::m_DockDirection

Definition at line 884 of file albaGUIDockManager.h.

Referenced by operator=(), and wxDockInfo().

◆ m_DockLayer

int wxDockInfo::m_DockLayer

Definition at line 885 of file albaGUIDockManager.h.

Referenced by operator=(), and wxDockInfo().

◆ m_DockRow

int wxDockInfo::m_DockRow

Definition at line 886 of file albaGUIDockManager.h.

Referenced by operator=(), and wxDockInfo().

◆ m_Size

int wxDockInfo::m_Size

Definition at line 887 of file albaGUIDockManager.h.

Referenced by operator=(), and wxDockInfo().

◆ m_MinSize

int wxDockInfo::m_MinSize

Definition at line 888 of file albaGUIDockManager.h.

Referenced by operator=(), and wxDockInfo().

◆ m_Resizable

bool wxDockInfo::m_Resizable

Definition at line 889 of file albaGUIDockManager.h.

Referenced by operator=(), and wxDockInfo().

◆ m_Toolbar

bool wxDockInfo::m_Toolbar

Definition at line 890 of file albaGUIDockManager.h.

Referenced by operator=(), and wxDockInfo().

◆ m_Fixed

bool wxDockInfo::m_Fixed

Definition at line 891 of file albaGUIDockManager.h.

Referenced by operator=(), and wxDockInfo().


The documentation for this class was generated from the following file: