29#ifndef _CEGUIListHeaderSegment_h_
30#define _CEGUIListHeaderSegment_h_
38# pragma warning(disable : 4251)
233 const Image* getSizingCursorImage()
const;
234 const Image* getMovingCursorImage()
const;
297 void setSizingCursorImage(
const Image* image);
298 void setSizingCursorImage(
const String& name);
299 void setMovingCursorImage(
const Image* image);
300 void setMovingCursorImage(
const String& name);
495 void addHeaderSegmentProperties(
void);
508 static const String& getDataTypeName()
510 static String type(
"SortDirection");
517 if (str ==
"Ascending")
521 else if (str ==
"Descending")
547 assert(
false &&
"Invalid Sort Direction");
Interface for Image.
Definition: Image.h:161
EventArgs based class that is used for objects passed to input event handlers concerning mouse input.
Definition: InputEvent.h:281
Helper class used to convert various data types to and from the format expected in Property strings.
Definition: ForwardRefs.h:84
String class used within the GUI system.
Definition: String.h:64
EventArgs based class that is used for objects passed to handlers triggered for events concerning som...
Definition: InputEvent.h:252
An abstract base class providing common functionality and specifying the required interface for deriv...
Definition: Window.h:151
Main namespace for Crazy Eddie's GUI Library.
Definition: arch_overview.dox:1