API Documentation
|
#include <ModuleManager.h>
Public Types | |
enum | ModuleType : uint04 { e_application , e_utility , e_library_dependency , e_undefined } |
Public Member Functions | |
Module () | |
Module (const String &name) | |
Module (const String &name, const File &library) | |
bool | isValid () const |
void | initialize () |
void | callModuleFunction (const String &function) const |
void | callModuleFunction (const String &function, QTModelManager *model_manager, QTWindowManager *window_manager) const |
void | defineModuleResources (ModuleResourceManager *resources) const |
Public Attributes | |
Dictionary< String, void * > | loaded_functions |
String | name |
String | version |
File | library |
TranslatedString | display_name |
String | icon |
TranslatedString | description |
String | license_agreement |
String | website |
String | activation_id |
bool | allow_user_toggle_active = false |
bool | is_active = true |
ModuleType | type = ModuleType::e_undefined |
Protected Attributes | |
void * | module_ptr = nullptr |
enum ModuleType : uint04 |
Module | ( | ) |
void callModuleFunction | ( | const String & | function | ) | const |
void callModuleFunction | ( | const String & | function, |
QTModelManager * | model_manager, | ||
QTWindowManager * | window_manager ) const |
void defineModuleResources | ( | ModuleResourceManager * | resources | ) | const |
void initialize | ( | ) |
bool isValid | ( | ) | const |
String activation_id |
bool allow_user_toggle_active = false |
TranslatedString description |
TranslatedString display_name |
String icon |
bool is_active = true |
File library |
String license_agreement |
|
mutable |
|
protected |
String name |
String version |
String website |