Definition at line 182 of file wxWidgetsBasicUI.cpp.
◆ MyGenericProgress()
anonymous_namespace{wxWidgetsBasicUI.cpp}::MyGenericProgress::MyGenericProgress |
( |
const TranslatableString & |
title, |
|
|
const TranslatableString & |
message, |
|
|
wxWindow * |
parent = nullptr |
|
) |
| |
|
inline |
Definition at line 183 of file wxWidgetsBasicUI.cpp.
186 : wxGenericProgressDialog{
188 300000,
189 parent,
190 wxPD_APP_MODAL | wxPD_ELAPSED_TIME | wxPD_SMOOTH
191 }
192 {}
wxString Translation() const
◆ ~MyGenericProgress()
anonymous_namespace{wxWidgetsBasicUI.cpp}::MyGenericProgress::~MyGenericProgress |
( |
| ) |
|
|
overridedefault |
◆ Pulse()
void anonymous_namespace{wxWidgetsBasicUI.cpp}::MyGenericProgress::Pulse |
( |
| ) |
|
|
inlineoverridevirtual |
The documentation for this struct was generated from the following file: