Dialog layout with content sizer.
More...
#include <dialog_base.h>
|
| BaseDialog (wxWindow *parent, const std::string &title, long style=wxDEFAULT_DIALOG_STYLE) |
|
void | SetInitialSize () |
| Initialize by display geometry.
|
|
int | ShowModal () override |
| Show dialog and return response.
|
|
void | AddHtmlContent (const std::stringstream &html) |
| Display HTML content.
|
|
Dialog layout with content sizer.
Definition at line 31 of file dialog_base.h.
◆ AddHtmlContent()
void BaseDialog::AddHtmlContent |
( |
const std::stringstream & |
html | ) |
|
Display HTML content.
- Parameters
-
◆ ShowModal()
int BaseDialog::ShowModal |
( |
| ) |
|
|
override |
Show dialog and return response.
- Returns
- YES/NO response.
◆ kDialogPadding
const int BaseDialog::kDialogPadding = 2 |
|
staticprotected |
◆ m_content
wxBoxSizer* BaseDialog::m_content |
|
protected |
◆ m_layout
wxBoxSizer* BaseDialog::m_layout |
|
protected |
The documentation for this class was generated from the following file:
- /home/runner/work/main/main/opencpn/libs/gui/include/dialog_base.h