OpenMW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
MWGui::Formatting::GraphicElement Class Referenceabstract

#include <formatting.hpp>

Inheritance diagram for MWGui::Formatting::GraphicElement:
Collaboration diagram for MWGui::Formatting::GraphicElement:

Public Member Functions

 GraphicElement (MyGUI::Widget *parent, Paginator &pag, const BlockStyle &blockStyle)
 
virtual int getHeight ()=0
 
virtual void paginate ()
 
virtual int pageSplit ()
 

Protected Member Functions

virtual ~GraphicElement ()
 

Protected Attributes

MyGUI::Widget * mParent
 
PaginatormPaginator
 
BlockStyle mBlockStyle
 

Constructor & Destructor Documentation

MWGui::Formatting::GraphicElement::GraphicElement ( MyGUI::Widget *  parent,
Paginator pag,
const BlockStyle blockStyle 
)
virtual MWGui::Formatting::GraphicElement::~GraphicElement ( )
inlineprotectedvirtual

Member Function Documentation

virtual int MWGui::Formatting::GraphicElement::getHeight ( )
pure virtual

Implemented in MWGui::Formatting::ImageElement, and MWGui::Formatting::TextElement.

Here is the caller graph for this function:

int MWGui::Formatting::GraphicElement::pageSplit ( )
virtual

Reimplemented in MWGui::Formatting::ImageElement, and MWGui::Formatting::TextElement.

Here is the call graph for this function:

Here is the caller graph for this function:

void MWGui::Formatting::GraphicElement::paginate ( )
virtual

Here is the call graph for this function:

Here is the caller graph for this function:

Member Data Documentation

BlockStyle MWGui::Formatting::GraphicElement::mBlockStyle
protected
Paginator& MWGui::Formatting::GraphicElement::mPaginator
protected
MyGUI::Widget* MWGui::Formatting::GraphicElement::mParent
protected

The documentation for this class was generated from the following files: