#include <uxul.hpp>
Inheritance diagram for ufo::UXul:
Public Member Functions | |
UXul (const std::string &guiFile) | |
UXul (const std::string &guiFile, std::map< std::string, UActionSlot > map) | |
void | load (const std::string &guiFile) |
void | setActionMap (std::map< std::string, UActionSlot > map) |
URootPane * | createRootPane () |
UXFrame * | createFrame () |
UWidget * | get (const std::string &id) |
XUL is the XML User interface Language used by mozila to create its UI.
Only one frame and one root pane may be created from a XUL file. Use a new XUL object if you want to create a second root pane/frame.
|
Creates a frame with widgets created according the previous loaded XUL file. |
|
Creates a root pane with widgets created according the previous loaded XUL file. |
|
|