55 return "Bottom Panel";
57 return "Unknown Panel";
71 return "bottom_panel";
73 return "unknown_panel";
PanelDescriptor * m_parent
PanelDescriptor(PanelType type, int hierarchyLevel=0, PanelDescriptor *parent=nullptr)
PanelType GetType() const
Get the panel type.
PanelDescriptor * GetParent() const
Get the parent panel descriptor (nullptr for main panels)
wxString GetDisplayName() const
Get a display name for this panel type.
wxString GetPaneName() const
Get the AUI pane name for this panel (used by wxAUI)
int GetHierarchyLevel() const
Get the hierarchy level (0 = main panel)
PanelType
Defines the type of panel in the UI hierarchy.