Crazy Eddie's GUI System  ${CEGUI_VERSION}
CentredRenderedString_wrapper Struct Reference
+ Inheritance diagram for CentredRenderedString_wrapper:
+ Collaboration diagram for CentredRenderedString_wrapper:

Public Member Functions

 CentredRenderedString_wrapper (CEGUI::CentredRenderedString const &arg)
 
 CentredRenderedString_wrapper (::CEGUI::RenderedString const &string)
 
virtual void draw (::CEGUI::Window const *ref_wnd,::CEGUI::GeometryBuffer &buffer,::CEGUI::Vector2f const &position,::CEGUI::ColourRect const *mod_colours,::CEGUI::Rectf const *clip_rect) const
 
void default_draw (::CEGUI::Window const *ref_wnd,::CEGUI::GeometryBuffer &buffer,::CEGUI::Vector2f const &position,::CEGUI::ColourRect const *mod_colours,::CEGUI::Rectf const *clip_rect) const
 
virtual void format (::CEGUI::Window const *ref_wnd,::CEGUI::Sizef const &area_size)
 
void default_format (::CEGUI::Window const *ref_wnd,::CEGUI::Sizef const &area_size)
 
virtual ::size_t getFormattedLineCount () const
 
::size_t default_getFormattedLineCount () const
 
virtual float getHorizontalExtent (::CEGUI::Window const *ref_wnd) const
 
float default_getHorizontalExtent (::CEGUI::Window const *ref_wnd) const
 
virtual float getVerticalExtent (::CEGUI::Window const *ref_wnd) const
 
float default_getVerticalExtent (::CEGUI::Window const *ref_wnd) const
 
- Public Member Functions inherited from CEGUI::CentredRenderedString
 CentredRenderedString (const RenderedString &string)
 Constructor.
 
void format (const Window *ref_wnd, const Sizef &area_size)
 
void draw (const Window *ref_wnd, GeometryBuffer &buffer, const Vector2f &position, const ColourRect *mod_colours, const Rectf *clip_rect) const
 
float getHorizontalExtent (const Window *ref_wnd) const
 
float getVerticalExtent (const Window *ref_wnd) const
 
 CentredRenderedString (const RenderedString &string)
 Constructor.
 
void format (const Window *ref_wnd, const Sizef &area_size)
 
void draw (const Window *ref_wnd, GeometryBuffer &buffer, const Vector2f &position, const ColourRect *mod_colours, const Rectf *clip_rect) const
 
size_t getFormattedLineCount () const
 
float getHorizontalExtent (const Window *ref_wnd) const
 
float getVerticalExtent (const Window *ref_wnd) const
 
- Public Member Functions inherited from CEGUI::FormattedRenderedString
virtual ~FormattedRenderedString ()
 Destructor.
 
void setRenderedString (const RenderedString &string)
 set the RenderedString.
 
const RenderedStringgetRenderedString () const
 
virtual ~FormattedRenderedString ()
 Destructor.
 
void setRenderedString (const RenderedString &string)
 set the RenderedString.
 
const RenderedStringgetRenderedString () const
 

Additional Inherited Members

- Protected Member Functions inherited from CEGUI::FormattedRenderedString
 FormattedRenderedString (const RenderedString &string)
 Constructor.
 
 FormattedRenderedString (const RenderedString &string)
 Constructor.
 
- Protected Attributes inherited from CEGUI::CentredRenderedString
std::vector< float CEGUI_VECTOR_ALLOC(float)> d_offsets
 
- Protected Attributes inherited from CEGUI::FormattedRenderedString
const RenderedStringd_renderedString
 RenderedString that we handle formatting for.