![]() |
Banking_System_Client
1.0.0
Qt-based banking app for user/admin account management, transactions, secure server communication via PostgreSQL/Supabase.
|
Public Member Functions | |
void | start () |
Starts the AppManager thread. More... | |
AppManager (const AppManager &)=delete | |
Deleted copy constructor to prevent copying. | |
void | operator= (const AppManager &)=delete |
Deleted assignment operator to prevent copying. | |
~AppManager () | |
Destructor for the AppManager class. More... | |
Static Public Member Functions | |
static AppManager & | getInstance (QObject *parent=nullptr) |
Gets the singleton instance of AppManager. More... | |
AppManager::~AppManager | ( | ) |
Destructor for the AppManager class.
Cleans up the UIManager and ClientHandler instances.
|
static |
Gets the singleton instance of AppManager.
parent | Optional parent QObject. |
void AppManager::start | ( | ) |
Starts the AppManager thread.
This function starts the QThread which runs the ClientHandler.