|
| | MUITextButton (wxWindow *parent, wxWindowID id, float scale_factor, wxColor backColor, const wxString &text="", const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxNO_BORDER) |
| |
| bool | Create (wxWindow *parent, wxWindowID id, float scale_factor=1.0, const wxString &text="", const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxNO_BORDER) |
| |
| void | Init () |
| |
| wxSize | GetSize () |
| |
| void | SetState (int state) |
| |
| void | SetColorScheme (ColorScheme cs) |
| |
| void | OnSize (wxSizeEvent &event) |
| |
|
void | OnLeftDown (wxMouseEvent &event) |
| |
|
void | OnLeftUp (wxMouseEvent &event) |
| |
| void | SetText (const wxString &text) |
| |
| wxBitmap | GetButtonBitmap () |
| |
Definition at line 538 of file mui_bar.cpp.
◆ MUITextButton() [1/2]
| MUITextButton::MUITextButton |
( |
| ) |
|
◆ MUITextButton() [2/2]
| MUITextButton::MUITextButton |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id, |
|
|
float |
scale_factor, |
|
|
wxColor |
backColor, |
|
|
const wxString & |
text = "", |
|
|
const wxPoint & |
pos = wxDefaultPosition, |
|
|
const wxSize & |
size = wxDefaultSize, |
|
|
long |
style = wxNO_BORDER |
|
) |
| |
◆ ~MUITextButton()
| MUITextButton::~MUITextButton |
( |
| ) |
|
◆ Create()
| bool MUITextButton::Create |
( |
wxWindow * |
parent, |
|
|
wxWindowID |
id, |
|
|
float |
scale_factor = 1.0, |
|
|
const wxString & |
text = "", |
|
|
const wxPoint & |
pos = wxDefaultPosition, |
|
|
const wxSize & |
size = wxDefaultSize, |
|
|
long |
style = wxNO_BORDER |
|
) |
| |
◆ GetButtonBitmap()
| wxBitmap MUITextButton::GetButtonBitmap |
( |
| ) |
|
|
inline |
◆ GetSize()
| wxSize MUITextButton::GetSize |
( |
| ) |
|
|
inline |
◆ Init()
| void MUITextButton::Init |
( |
| ) |
|
◆ OnSize()
| void MUITextButton::OnSize |
( |
wxSizeEvent & |
event | ) |
|
◆ SetColorScheme()
| void MUITextButton::SetColorScheme |
( |
ColorScheme |
cs | ) |
|
◆ SetState()
| void MUITextButton::SetState |
( |
int |
state | ) |
|
◆ SetText()
| void MUITextButton::SetText |
( |
const wxString & |
text | ) |
|
◆ m_position
| wxPoint MUITextButton::m_position |
◆ m_size
| wxSize MUITextButton::m_size |
The documentation for this class was generated from the following file:
- /home/runner/work/main/main/opencpn/gui/src/mui_bar.cpp