|
OpenMW
|
Public Types | |
| typedef MyGUI::IFont * | Id |
Public Member Functions | |
| TextFormat (MyGUI::IFont *id, PageDisplay *display) | |
| void | createDrawItem (MyGUI::ILayerNode *node) |
| void | destroyDrawItem (MyGUI::ILayerNode *node) |
| void | doRender () |
| void | createDrawItem (MyGUI::ITexture *_texture, MyGUI::ILayerNode *_node) |
| void | destroyDrawItem () |
Public Attributes | |
| Id | mFont |
| int | mCountVertex |
| MyGUI::ITexture * | mTexture |
| MyGUI::RenderItem * | mRenderItem |
| PageDisplay * | mDisplay |
| typedef MyGUI::IFont* MWGui::PageDisplay::TextFormat::Id |
| MWGui::PageDisplay::TextFormat::TextFormat | ( | MyGUI::IFont * | id, |
| PageDisplay * | display | ||
| ) | [inline] |
| void MWGui::PageDisplay::TextFormat::createDrawItem | ( | MyGUI::ILayerNode * | node | ) | [inline] |
| void MWGui::PageDisplay::TextFormat::createDrawItem | ( | MyGUI::ITexture * | _texture, |
| MyGUI::ILayerNode * | _node | ||
| ) | [inline] |
| void MWGui::PageDisplay::TextFormat::destroyDrawItem | ( | MyGUI::ILayerNode * | node | ) | [inline] |
| void MWGui::PageDisplay::TextFormat::destroyDrawItem | ( | ) | [inline] |
| void MWGui::PageDisplay::TextFormat::doRender | ( | ) | [inline] |
| MyGUI::RenderItem* MWGui::PageDisplay::TextFormat::mRenderItem |
| MyGUI::ITexture* MWGui::PageDisplay::TextFormat::mTexture |
1.7.6.1