myproject 0.0.0
%%description%%
Loading...
Searching...
No Matches
myproject::Application Class Reference

The Application class used to manage the application. More...

#include <application.h>

Public Member Functions

 Application (int &argc, char **argv)
 
 Application (const Application &)=delete
 
Applicationoperator= (const Application &)=delete
 
 Application (Application &&)=delete
 
Applicationoperator= (Application &&)=delete
 
 ~Application ()=default
 
int run () const
 Runs the application.
 
QQmlApplicationEngine * qmlEngine () const
 Returns the QML engine.
 
Settingssettings () const
 Returns the settings.
 

Detailed Description

The Application class used to manage the application.

Constructor & Destructor Documentation

◆ Application() [1/3]

myproject::Application::Application ( int & argc,
char ** argv )
Here is the call graph for this function:

◆ Application() [2/3]

myproject::Application::Application ( const Application & )
delete

◆ Application() [3/3]

myproject::Application::Application ( Application && )
delete

◆ ~Application()

myproject::Application::~Application ( )
default

Member Function Documentation

◆ operator=() [1/2]

Application & myproject::Application::operator= ( Application && )
delete

◆ operator=() [2/2]

Application & myproject::Application::operator= ( const Application & )
delete

◆ qmlEngine()

QQmlApplicationEngine * myproject::Application::qmlEngine ( ) const
nodiscard

Returns the QML engine.

Returns
The QML engine.
Here is the caller graph for this function:

◆ run()

int myproject::Application::run ( ) const
nodiscard

Runs the application.

Returns
The application exit code.
Here is the caller graph for this function:

◆ settings()

Settings * myproject::Application::settings ( ) const
nodiscard

Returns the settings.

Returns
The settings.

The documentation for this class was generated from the following files: