Definition at line 182 of file wxWidgetsBasicUI.cpp.
◆ MyGenericProgress()
anonymous_namespace{wxWidgetsBasicUI.cpp}::MyGenericProgress::MyGenericProgress |
( |
const TranslatableString & |
title, |
|
|
const TranslatableString & |
message, |
|
|
wxWindow * |
parent = nullptr , |
|
|
int |
style = ProgressAppModal | ProgressShowElapsedTime | ProgressSmooth |
|
) |
| |
|
inline |
Definition at line 183 of file wxWidgetsBasicUI.cpp.
187 : wxGenericProgressDialog{
189 300000,
190 parent,
192 }
193 {}
wxString Translation() const
◆ ~MyGenericProgress()
anonymous_namespace{wxWidgetsBasicUI.cpp}::MyGenericProgress::~MyGenericProgress |
( |
| ) |
|
|
overridedefault |
◆ Pulse()
ProgressResult anonymous_namespace{wxWidgetsBasicUI.cpp}::MyGenericProgress::Pulse |
( |
| ) |
|
|
inlineoverridevirtual |
The documentation for this struct was generated from the following file: