|
|
#include <iostream> | #include <iostream> |
using namespace std; | using namespace std; |
| |
|
namespace FbTk { |
|
|
template <> | template <> |
void FbTk::ThemeItem<Shape::ShapePlace>::load(const std::string *name, const std::string *altname) { } | void FbTk::ThemeItem<Shape::ShapePlace>::load(const std::string *name, const std::string *altname) { } |
| |
|
|
| |
*(*this) = static_cast<Shape::ShapePlace>(places); | *(*this) = static_cast<Shape::ShapePlace>(places); |
} | } |
|
} // end namespace FbTk |
MenuTheme::MenuTheme(int screen_num):FbTk::MenuTheme(screen_num), | MenuTheme::MenuTheme(int screen_num):FbTk::MenuTheme(screen_num), |
m_shapeplace(*this, "menu.roundCorners", "Menu.RoundCorners") { | m_shapeplace(*this, "menu.roundCorners", "Menu.RoundCorners") { |
*m_shapeplace = Shape::NONE; | *m_shapeplace = Shape::NONE; |