SDOM - Simple SDL Document Object Model
A lightweight, extensible Document Object Model for SDL-based applications.
|
Go to the source code of this file.
Namespaces | |
namespace | SDOM |
Contains all core classes and utilities for the SDOM library. | |
Functions | |
void | SDOM::quit () |
void | SDOM::shutdown () |
Core & | SDOM::getCore () |
Factory & | SDOM::getFactory () |
Stage * | SDOM::getStage () |
DisplayHandle | SDOM::getStageHandle () |
SDL_Renderer * | SDOM::getRenderer () |
SDL_Window * | SDOM::getWindow () |
SDL_Texture * | SDOM::getTexture () |
sol::state & | SDOM::getLua () |
SDL_Color | SDOM::parseColor (const sol::object &colorObj) |
std::string | SDOM::normalizeAnchorString (const std::string &s) |
bool | SDOM::validateAnchorPointString (const std::string &anchorString) |
bool | SDOM::validateAnchorAssignments (const sol::table &config) |
void | SDOM::printMessageBox (const std::string &title, const std::string &message, const std::string &file, int line, const std::string &colorTitle, const std::string &colorMsg, const std::string &colorBorder) |
void | SDOM::showWarning (const std::string &message, const std::string &file, int line) |