Wittyshare  0.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
WsLayoutProperties.h
Go to the documentation of this file.
1 /*
2  *
3  * Filename: WsLayoutProperties.h
4  *
5  * Description:
6  *
7  * Created: 03/29/2012 03:47:05 PM
8  *
9  * Author: Benoit Daccache, ben.daccache@gmail.com
10  *
11  */
12 
13 #ifndef WS_LAYOUT_PROPERTIES_H__
14 #define WS_LAYOUT_PROPERTIES_H__
15 
16 #include "WsAbstractProperties.h"
17 
18 #include <iostream>
19 
27 public:
28 
32  static WsLayoutProperties* instance();
33 
41  std::string get(const std::string& section, const std::string& id, const std::string& def);
42 
43 protected:
48 
49 private:
51 };
52 
53 #endif
Layout Properties.
Abstract Properties class.
static WsLayoutProperties * m_instance
static WsLayoutProperties * instance()
Get the singleton instance.
WsLayoutProperties()
Default Constructor.
Abstract class for properties.