wex v24.04.0
Public Member Functions | List of all members
wex::del::app Class Reference

Offers the application, with lib specific init and exit, Your application should be derived from this class. More...

#include <wex/del/app.h>

Inheritance diagram for wex::del::app:
Inheritance graph
[legend]

Public Member Functions

bool OnInit () override
 Initializes vcs and loads the VCS file.
 
int OnExit () override
 Deletes all global objects and cleans up things if necessary.
 
- Public Member Functions inherited from wex::app
bool OnInit () override
 Constructs the config, initializes the locale, loads the VCS file.
 
int OnExit () override
 Deletes all global objects and cleans up things if necessary.
 
const std::string get_catalog_dir () const
 Returns the catalog dir.
 
auto get_language () const
 Returns locale language.
 

Additional Inherited Members

- Static Public Member Functions inherited from wex::app
static const wxUILocale & get_locale ()
 Returns the locale.
 

Detailed Description

Offers the application, with lib specific init and exit, Your application should be derived from this class.

Member Function Documentation

◆ OnInit()

bool wex::del::app::OnInit ( )
override

Initializes vcs and loads the VCS file.

In your own OnInit first set the app name, and then call this base class method.