Public Types | Public Member Functions
Tonido::Misc::CustomizationManager Class Reference

Responsible for Customizations of the Tonido Platform. More...

List of all members.

Public Types

typedef boost::shared_ptr
< CustomizationManager
SharedPtr

Public Member Functions

 CustomizationManager ()
 Ctor.
 ~CustomizationManager ()
 Dtor.
bool customizationsEnabled ()
 Checks if customizations are enabled.
Tonido::Data::VariantFieldgetCustomizationValue (const std::string &a_key)
 Gets customization value for a specific key.
std::string toUIXML ()
 Returns the xml that we can send to UI.

Detailed Description

Responsible for Customizations of the Tonido Platform.


Constructor & Destructor Documentation

Tonido::Misc::CustomizationManager::CustomizationManager ( )

Ctor.

Details if needed

Tonido::Misc::CustomizationManager::~CustomizationManager ( )

Dtor.

Details if needed


Member Function Documentation

bool Tonido::Misc::CustomizationManager::customizationsEnabled ( )

Checks if customizations are enabled.

Returns:
true on sucess, false otherwise
VariantField * Tonido::Misc::CustomizationManager::getCustomizationValue ( const std::string &  a_key)

Gets customization value for a specific key.

Returns:
VariantField associated with a particular key or null pointer
std::string Tonido::Misc::CustomizationManager::toUIXML ( )

Returns the xml that we can send to UI.

Returns:
a string we can send back to the UI

Generated on Wed Oct 12 2011 21:46:53. © CodeLathe LLC 2007-2011. All Rights Reserved.