Responsible for Customizations of the Tonido Platform. More...
Public Types | |
|
typedef boost::shared_ptr < CustomizationManager > | SharedPtr |
Public Member Functions | |
| CustomizationManager () | |
| Ctor. | |
| ~CustomizationManager () | |
| Dtor. | |
| bool | customizationsEnabled () |
| Checks if customizations are enabled. | |
| Tonido::Data::VariantField * | getCustomizationValue (const std::string &a_key) |
| Gets customization value for a specific key. | |
| std::string | toUIXML () |
| Returns the xml that we can send to UI. | |
Responsible for Customizations of the Tonido Platform.
| Tonido::Misc::CustomizationManager::CustomizationManager | ( | ) |
Ctor.
Details if needed
| Tonido::Misc::CustomizationManager::~CustomizationManager | ( | ) |
Dtor.
Details if needed
| bool Tonido::Misc::CustomizationManager::customizationsEnabled | ( | ) |
Checks if customizations are enabled.
| VariantField * Tonido::Misc::CustomizationManager::getCustomizationValue | ( | const std::string & | a_key | ) |
Gets customization value for a specific key.
| std::string Tonido::Misc::CustomizationManager::toUIXML | ( | ) |
Returns the xml that we can send to UI.