ALBA
Public Types | Public Attributes | List of all members
wxDockUIPart Class Reference

#include <albaGUIDockManager.h>

Collaboration diagram for wxDockUIPart:
Collaboration graph
[legend]

Public Types

enum  {
  typeCaption , typeGripper , typeDock , typeDockSizer ,
  typePane , typePaneSizer , typeBackground , typePaneBorder ,
  typePaneButton
}
 

Public Attributes

int m_Type
 
int m_Orientation
 
wxDockInfom_Dock
 
wxPaneInfom_Pane
 
wxPaneButtonm_Button
 
wxSizer * m_ContSizer
 
wxSizerItem * m_SizerItem
 
wxRect m_Rect
 

Detailed Description

class name: wxDockUIPart This class define a UI part of a dock.

Definition at line 899 of file albaGUIDockManager.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
typeCaption 
typeGripper 
typeDock 
typeDockSizer 
typePane 
typePaneSizer 
typeBackground 
typePaneBorder 
typePaneButton 

Definition at line 902 of file albaGUIDockManager.h.

Member Data Documentation

◆ m_Type

int wxDockUIPart::m_Type

Definition at line 915 of file albaGUIDockManager.h.

◆ m_Orientation

int wxDockUIPart::m_Orientation

Definition at line 916 of file albaGUIDockManager.h.

◆ m_Dock

wxDockInfo* wxDockUIPart::m_Dock

Definition at line 917 of file albaGUIDockManager.h.

◆ m_Pane

wxPaneInfo* wxDockUIPart::m_Pane

Definition at line 918 of file albaGUIDockManager.h.

◆ m_Button

wxPaneButton* wxDockUIPart::m_Button

Definition at line 919 of file albaGUIDockManager.h.

◆ m_ContSizer

wxSizer* wxDockUIPart::m_ContSizer

Definition at line 920 of file albaGUIDockManager.h.

◆ m_SizerItem

wxSizerItem* wxDockUIPart::m_SizerItem

Definition at line 921 of file albaGUIDockManager.h.

◆ m_Rect

wxRect wxDockUIPart::m_Rect

Definition at line 922 of file albaGUIDockManager.h.


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