InterfaceManager functionality translated into a Theme subclass "ThemeRenderer" to easen integration with the current GUI.
svn-id: r32876
This commit is contained in:
parent
6c85e960b2
commit
d385c34dd0
11 changed files with 101 additions and 253 deletions
|
@ -24,11 +24,11 @@
|
|||
*/
|
||||
|
||||
#include "common/system.h"
|
||||
#include "gui/InterfaceManager.h"
|
||||
#include "gui/ThemeRenderer.h"
|
||||
|
||||
namespace GUI {
|
||||
|
||||
bool InterfaceManager::loadDefaultXML() {
|
||||
bool ThemeRenderer::loadDefaultXML() {
|
||||
const char *defaultXML =
|
||||
/**
|
||||
* Default theme description file. Work in progress.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue