![]() |
cpp-project-template 0.0.1.0
C++ Project Template
|
This class is the entry point for this wxWidgets app. More...
#include <App.hpp>
Public Member Functions | |
bool | OnInit () override |
The wxWidgets equivalent of a main procedure. | |
App () | |
~App () override=default | |
App (const App &)=delete | |
App & | operator= (const App &)=delete |
App (App &&)=delete | |
App & | operator= (App &&)=delete |
const wxImage & | getLogoImg () const |
Get the Logo Img object. |
Private Attributes | |
const wxString | logoPathRel_ = "../images/logo.png" |
wxString | appPath_ |
wxImage | logoImg_ |
MainFrame * | frame_ |
Static Private Attributes | |
static constexpr int | WINDOW_POS_X = 50 |
static constexpr int | WINDOW_POS_Y = 50 |
static constexpr int | WINDOW_WIDTH = 1200 |
static constexpr int | WINDOW_HEIGHT = 800 |
static constexpr int | SPLASHSCREEN_DURATION_MS = 3000 |
This class is the entry point for this wxWidgets app.
App::App | ( | ) |
|
overridedefault |
|
delete |
|
delete |
|
inline |
Get the Logo Img object.
|
override |
The wxWidgets equivalent of a main procedure.
|
private |
|
private |
|
private |
|
private |
|
staticconstexprprivate |
|
staticconstexprprivate |
|
staticconstexprprivate |
|
staticconstexprprivate |
|
staticconstexprprivate |