List of all members.
Detailed Description
Web view controller gadget.
- Todo:
- This is incomplete
Constructor & Destructor Documentation
sp::gui::GUIWebGadget::GUIWebGadget |
( |
|
) |
|
sp::gui::GUIWebGadget::~GUIWebGadget |
( |
|
) |
|
Member Function Documentation
void sp::gui::GUIWebGadget::draw |
( |
|
) |
|
video::Texture* sp::gui::GUIWebGadget::getContentTexture |
( |
|
) |
const [inline] |
Returns the content texture where the website is graphically stored.
void sp::gui::GUIWebGadget::loadContent |
( |
const tool::SXMLTag & |
XMLMainBlock, |
|
|
const s32 |
ContentWidth = 512 | |
|
) |
| | |
Loads the XML content into the web gadget. To get this XML data you can use the tool::XMLParser class.
- Parameters:
-
| XMLMainBlock,: | Main block of the XML data. You can get this data by the "getMainBlock" function of the tool::XMLParser class. |
void sp::gui::GUIWebGadget::loadContent |
( |
const io::stringc & |
Filename, |
|
|
const s32 |
ContentWidth = 512 | |
|
) |
| | |
Loads an XML (or rather HTML) file's content into the web gadget.
bool sp::gui::GUIWebGadget::update |
( |
|
) |
|
The documentation for this class was generated from the following file:
- D:/SoftwareEntwicklung/C++/HLC/Tools/SoftPixelEngine/repository/sources/GUI/spGUIWebGadget.hpp