Crazy Eddies GUI System 0.7.5
Public Member Functions

CEGUI::ScrollablePaneWindowRenderer Class Reference

Base class for ScrollablePane window renderer objects. More...

Inheritance diagram for CEGUI::ScrollablePaneWindowRenderer:
Collaboration diagram for CEGUI::ScrollablePaneWindowRenderer:

List of all members.

Public Member Functions

 ScrollablePaneWindowRenderer (const String &name)
 Constructor.
virtual Rect getViewableArea (void) const =0
 Return a Rect that described the pane's viewable area, relative to this Window, in pixels.

Detailed Description

Base class for ScrollablePane window renderer objects.


Member Function Documentation

virtual Rect CEGUI::ScrollablePaneWindowRenderer::getViewableArea ( void  ) const [pure virtual]

Return a Rect that described the pane's viewable area, relative to this Window, in pixels.

Returns:
Rect object describing the ScrollablePane's viewable area.

Implemented in CEGUI::FalagardScrollablePane.