OpenMW
|
#include <formatting.hpp>
Public Member Functions | |
ImageElement (MyGUI::Widget *parent, Paginator &pag, const BlockStyle &blockStyle, const std::string &src, int width, int height) | |
virtual int | getHeight () |
virtual int | pageSplit () |
Public Member Functions inherited from MWGui::Formatting::GraphicElement | |
GraphicElement (MyGUI::Widget *parent, Paginator &pag, const BlockStyle &blockStyle) | |
virtual void | paginate () |
Private Attributes | |
int | mImageHeight |
MyGUI::ImageBox * | mImageBox |
Additional Inherited Members | |
Protected Member Functions inherited from MWGui::Formatting::GraphicElement | |
virtual | ~GraphicElement () |
Protected Attributes inherited from MWGui::Formatting::GraphicElement | |
MyGUI::Widget * | mParent |
Paginator & | mPaginator |
BlockStyle | mBlockStyle |
MWGui::Formatting::ImageElement::ImageElement | ( | MyGUI::Widget * | parent, |
Paginator & | pag, | ||
const BlockStyle & | blockStyle, | ||
const std::string & | src, | ||
int | width, | ||
int | height | ||
) |
|
virtual |
Implements MWGui::Formatting::GraphicElement.
|
virtual |
|
private |
|
private |