#include <albaGUINamedPanel.h>
|
| | albaGUINamedPanel (wxWindow *parent, wxWindowID id=-1, bool CloseButton=false, bool HideTitle=false) |
| |
| virtual | ~albaGUINamedPanel () |
| |
| void | Add (wxWindow *window, int option=0, int flag=wxEXPAND, int border=0) |
| |
| void | Add (wxSizer *sizer, int option=0, int flag=wxEXPAND, int border=0) |
| |
| bool | Remove (wxWindow *window) |
| |
| bool | Remove (wxSizer *sizer) |
| |
| void | SetTitle (wxString label) |
| |
| void | SetTitleColor (wxColour *color=NULL) |
| |
| wxBoxSizer * | GetTopSizer () |
| |
| wxPanel * | GetTopPanel () |
| |
| | albaGUIPanel (wxWindow *parent, wxWindowID id, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxTAB_TRAVERSAL, const wxString &name="panel") |
| |
Class Name: albaGUINamedPanel.
Definition at line 35 of file albaGUINamedPanel.h.
◆ albaGUINamedPanel()
| albaGUINamedPanel::albaGUINamedPanel |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id = -1, |
|
|
bool |
CloseButton = false, |
|
|
bool |
HideTitle = false |
|
) |
| |
constructor.
set CloseButton to show the close button
◆ ~albaGUINamedPanel()
| virtual albaGUINamedPanel::~albaGUINamedPanel |
( |
| ) |
|
|
virtual |
◆ Add() [1/2]
| void albaGUINamedPanel::Add |
( |
wxWindow * |
window, |
|
|
int |
option = 0, |
|
|
int |
flag = wxEXPAND, |
|
|
int |
border = 0 |
|
) |
| |
|
inline |
◆ Add() [2/2]
| void albaGUINamedPanel::Add |
( |
wxSizer * |
sizer, |
|
|
int |
option = 0, |
|
|
int |
flag = wxEXPAND, |
|
|
int |
border = 0 |
|
) |
| |
|
inline |
◆ Remove() [1/2]
| bool albaGUINamedPanel::Remove |
( |
wxWindow * |
window | ) |
|
|
inline |
◆ Remove() [2/2]
| bool albaGUINamedPanel::Remove |
( |
wxSizer * |
sizer | ) |
|
|
inline |
◆ SetTitle()
| void albaGUINamedPanel::SetTitle |
( |
wxString |
label | ) |
|
|
inline |
◆ SetTitleColor()
| void albaGUINamedPanel::SetTitleColor |
( |
wxColour * |
color = NULL | ) |
|
Change the background color of the title.
◆ GetTopSizer()
| wxBoxSizer * albaGUINamedPanel::GetTopSizer |
( |
| ) |
|
|
inline |
◆ GetTopPanel()
| wxPanel * albaGUINamedPanel::GetTopPanel |
( |
| ) |
|
|
inline |
◆ m_Top
| wxPanel* albaGUINamedPanel::m_Top |
|
protected |
◆ m_Label
◆ m_Sizer
| wxBoxSizer* albaGUINamedPanel::m_Sizer |
|
protected |
◆ m_TopSizer
| wxBoxSizer* albaGUINamedPanel::m_TopSizer |
|
protected |
◆ m_NextPanel
◆ m_Color
| wxColour albaGUINamedPanel::m_Color |
|
protected |
The documentation for this class was generated from the following file: