27 #ifndef _CEGUIScrollablePane_h_
28 #define _CEGUIScrollablePane_h_
31 #include "../Window.h"
34 # pragma warning(push)
35 # pragma warning(disable : 4251)
56 virtual Rectf getViewableArea(
void)
const = 0;
116 virtual int writeChildWindowsXML(
XMLSerializer& xml_stream)
const;
140 bool isVertScrollbarAlwaysShown(
void)
const;
155 void setShowVertScrollbar(
bool setting);
165 bool isHorzScrollbarAlwaysShown(
void)
const;
180 void setShowHorzScrollbar(
bool setting);
191 bool isContentPaneAutoSized(
void)
const;
205 void setContentPaneAutoSized(
bool setting);
215 const Rectf& getContentPaneArea(
void)
const;
232 void setContentPaneArea(
const Rectf& area);
243 float getHorizontalStepSize(
void)
const;
257 void setHorizontalStepSize(
float step);
268 float getHorizontalOverlapSize(
void)
const;
282 void setHorizontalOverlapSize(
float overlap);
292 float getHorizontalScrollPosition(
void)
const;
305 void setHorizontalScrollPosition(
float position);
316 float getVerticalStepSize(
void)
const;
330 void setVerticalStepSize(
float step);
341 float getVerticalOverlapSize(
void)
const;
355 void setVerticalOverlapSize(
float overlap);
365 float getVerticalScrollPosition(
void)
const;
378 void setVerticalScrollPosition(
float position);
388 Rectf getViewableArea(
void)
const;
417 void initialiseComponents(
void);
427 void configureScrollbars(
void);
437 bool isVertScrollbarNeeded(
void)
const;
447 bool isHorzScrollbarNeeded(
void)
const;
454 void updateContainerPosition(
void);
470 virtual bool validateWindowRenderer(
const WindowRenderer* renderer)
const;
548 bool handleScrollChange(
const EventArgs& e);
555 bool handleContentAreaChange(
const EventArgs& e);
562 bool handleAutoSizePaneChanged(
const EventArgs& e);
565 void addChild_impl(
Element* element);
566 void removeChild_impl(
Element* element);
594 void addScrollablePaneProperties(
void);
599 #if defined(_MSC_VER)
600 # pragma warning(pop)
603 #endif // end of guard _CEGUIScrollablePane_h_
Adds name to the Element class, including name path traversal.
Definition: NamedElement.h:74
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1
A positioned and sized rectangular node in a tree graph.
Definition: Element.h:242
Base class used as the argument to all subscribers Event object.
Definition: EventArgs.h:49
Base-class for the assignable WindowRenderer object.
Definition: WindowRenderer.h:50
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: Window.h:149
EventArgs based class that is used for objects passed to handlers triggered for events concerning som...
Definition: Element.h:210
EventArgs based class that is used for objects passed to handlers triggered for events concerning som...
Definition: InputEvent.h:251
EventArgs based class that is used for objects passed to input event handlers concerning mouse input...
Definition: InputEvent.h:280
Class used to create XML Document.
Definition: XMLSerializer.h:85
String class used within the GUI system.
Definition: String.h:62