MyGUI::WidgetStyle Struct Reference

#include <MyGUI_WidgetStyle.h>


Public Types

enum  Enum { Child, Popup, Overlapped, MAX }

Public Member Functions

 WidgetStyle ()
 WidgetStyle (Enum _value)
std::string print () const

Static Public Member Functions

static WidgetStyle parse (const std::string &_value)

Friends

bool operator== (WidgetStyle const &a, WidgetStyle const &b)
bool operator!= (WidgetStyle const &a, WidgetStyle const &b)
std::ostream & operator<< (std::ostream &_stream, const WidgetStyle &_value)
std::istream & operator>> (std::istream &_stream, WidgetStyle &_value)


Detailed Description

Definition at line 32 of file MyGUI_WidgetStyle.h.


Member Enumeration Documentation

Enumerator:
Child  child widget, cropped by parent widget borders, no overlapping (used by default for child widgets)
Popup  popup widget, have parent widget, but not cropped on its borders
Overlapped  child widget, cropped by parent widget borders, can overlap (used by default for root widgets)
MAX 

Definition at line 34 of file MyGUI_WidgetStyle.h.


Constructor & Destructor Documentation

MyGUI::WidgetStyle::WidgetStyle (  )  [inline]

Definition at line 56 of file MyGUI_WidgetStyle.h.

MyGUI::WidgetStyle::WidgetStyle ( Enum  _value  )  [inline]

Definition at line 57 of file MyGUI_WidgetStyle.h.


Member Function Documentation

static WidgetStyle MyGUI::WidgetStyle::parse ( const std::string &  _value  )  [inline, static]

Definition at line 42 of file MyGUI_WidgetStyle.h.

std::string MyGUI::WidgetStyle::print (  )  const [inline]

Definition at line 76 of file MyGUI_WidgetStyle.h.


Friends And Related Function Documentation

bool operator!= ( WidgetStyle const &  a,
WidgetStyle const &  b 
) [friend]

Definition at line 60 of file MyGUI_WidgetStyle.h.

std::ostream& operator<< ( std::ostream &  _stream,
const WidgetStyle _value 
) [friend]

Definition at line 62 of file MyGUI_WidgetStyle.h.

bool operator== ( WidgetStyle const &  a,
WidgetStyle const &  b 
) [friend]

Definition at line 59 of file MyGUI_WidgetStyle.h.

std::istream& operator>> ( std::istream &  _stream,
WidgetStyle _value 
) [friend]

Definition at line 68 of file MyGUI_WidgetStyle.h.


The documentation for this struct was generated from the following file:

Generated on Thu Dec 9 14:48:21 2010 for MyGUI by  doxygen 1.5.9