MyGUI
3.0.3
|
Namespaces | |
namespace | action |
namespace | delegates |
namespace | factory |
namespace | implement |
namespace | texture_utility |
namespace | types |
namespace | utility |
namespace | xml |
Data Structures | |
struct | Align |
class | Allocator |
class | Any |
class | BiIndexBase |
class | Bitwise |
class | Button |
class | Canvas |
struct | ChildSkinInfo |
class | ClipboardManager |
struct | Colour |
class | ComboBox |
class | SubSkinStateInfo |
class | TileRectStateInfo |
class | EditTextStateInfo |
class | ControllerEdgeHide |
class | ControllerFadeAlpha |
class | ControllerItem |
class | ControllerManager |
class | ControllerPosition |
class | CoordConverter |
class | DataFileStream |
class | DataManager |
class | DataStream |
class | DDContainer |
struct | DDItemState |
struct | DDItemInfo |
struct | DDWidgetState |
class | DynLib |
Resource holding data about a dynamic library. More... | |
class | DynLibManager |
Manager of dynamic libraries. More... | |
class | Edit |
class | EditText |
class | Enumerator |
class | EventPair |
class | Exception |
class | FactoryManager |
struct | FontCodeType |
struct | GlyphInfo |
class | PairCodePoint |
class | RangeInfo |
class | PairCodeCoord |
class | FontManager |
class | GenericFactory |
class | Gui |
class | Guid |
class | HScroll |
struct | IBDrawItemInfo |
struct | IBNotifyItemData |
class | ICroppedRectangle |
class | IDataStream |
class | IFont |
class | ILayer |
class | ILayerItem |
class | ILayerNode |
struct | ImageItem |
struct | ImageIndexInfo |
struct | MouseButton |
struct | KeyCode |
class | InputManager |
class | IObject |
class | IPointer |
class | IRenderTarget |
class | IResource |
class | ISerializable |
class | IStateInfo |
class | ISubWidget |
class | ISubWidgetRect |
class | ISubWidgetText |
class | ItemBox |
class | ITextureInvalidateListener |
class | ITexture |
class | IUnlinkWidget |
class | IVertexBuffer |
class | IWidgetCreator |
class | IWidgetFactory |
class | LanguageManager |
class | LayerItem |
class | LayerManager |
class | LayerNode |
class | LayoutManager |
class | List |
class | ListBox |
class | ListCtrl |
class | LogManager |
class | LogStream |
class | MainSkin |
class | MaskPickInfo |
class | MenuBar |
class | MenuCtrl |
class | MenuItem |
struct | MenuItemType |
class | Message |
struct | MessageBoxStyle |
class | MultiList |
class | OverlappedLayer |
class | IPlugin |
Base plugin class. More... | |
class | PluginManager |
Plugin manager. Load/unload and register plugins. More... | |
class | PointerManager |
class | PopupMenu |
class | Progress |
class | RawRect |
struct | VertexColourType |
struct | PixelFormat |
struct | TextureUsage |
class | RenderItem |
class | RenderManager |
struct | RenderTargetInfo |
class | ResourceHolder |
struct | IndexImage |
struct | GroupImage |
class | ResourceImageSet |
class | ResourceImageSetPointer |
class | ResourceManager |
class | ResourceManualFont |
class | ResourceManualPointer |
class | ResourceSkin |
class | ResourceTrueTypeFont |
class | RotatingSkin |
class | ScrollView |
class | ScrollViewBase |
class | SharedLayer |
class | SharedLayerNode |
class | SimpleText |
class | SkinManager |
class | StaticImage |
class | StaticText |
class | SubSkin |
class | SubWidgetBinding |
struct | SubWidgetInfo |
class | SubWidgetManager |
class | Tab |
class | TabItem |
struct | TextCommandInfo |
class | TextIterator |
class | CharInfo |
struct | LineInfo |
class | RollBackPoint |
class | TextView |
class | TileRect |
class | Timer |
class | UString |
A UTF-16 string with implicit conversion to/from std::string and std::wstring. More... | |
class | Version |
struct | Vertex |
struct | VertexQuad |
class | VScroll |
class | Widget |
class | WidgetEvent |
class | WidgetManager |
struct | WidgetStyle |
struct | ToolTipInfo |
class | UserData |
class | Window |
Typedefs | |
typedef std::vector < ChildSkinInfo > | VectorChildSkinInfo |
typedef delegates::CDelegate2 < ComboBox *, size_t > | EventHandle_ComboBoxPtrSizeT |
typedef delegates::CDelegate3 < DDContainer *, const DDItemInfo &, bool & > | EventHandle_DDContainerPtrCDDItemInfoRefBoolRef |
typedef delegates::CDelegate3 < DDContainer *, const DDItemInfo &, bool > | EventHandle_DDContainerPtrCDDItemInfoRefBool |
typedef delegates::CDelegate2 < DDContainer *, DDItemState > | EventHandle_EventHandle_DDContainerPtrDDItemState |
typedef delegates::CDelegate3 < DDContainer *, WidgetPtr &, IntCoord & > | EventHandle_EventHandle_DDContainerPtrWidgetPtrRefIntCoordRef |
typedef delegates::CDelegate1 < Edit * > | EventHandle_EditPtr |
typedef std::vector< GlyphInfo > | VectorGlyphInfo |
typedef delegates::CMultiDelegate1 < float > | FrameEventDelegate |
typedef std::vector< ILayerNode * > | VectorILayerNode |
typedef Enumerator < VectorILayerNode > | EnumeratorILayerNode |
typedef std::vector< ImageItem > | VectorImages |
typedef IResource * | IResourcePtr |
typedef std::vector< IStateInfo * > | VectorStateInfo |
typedef std::map< std::string, IStateInfo * > | MapStateInfo |
typedef std::map< std::string, VectorStateInfo > | MapWidgetStateInfo |
typedef std::vector< ISubWidget * > | VectorSubWidget |
typedef delegates::CDelegate2 < ItemBox *, Widget * > | EventHandle_ItemBoxPtrWidgetPtr |
typedef delegates::CDelegate3 < ItemBox *, IntCoord &, bool > | EventHandle_ItemBoxPtrIntCoordRefBool |
typedef delegates::CDelegate3 < ItemBox *, Widget *, const IBDrawItemInfo & > | EventHandle_ItemBoxPtrWidgetPtrCIBCellDrawInfoRef |
typedef delegates::CDelegate2 < ItemBox *, size_t > | EventHandle_ItemBoxPtrSizeT |
typedef delegates::CDelegate2 < ItemBox *, const IBNotifyItemData & > | EventHandle_ItemBoxPtrCIBNotifyCellDataRef |
typedef std::vector < IUnlinkWidget * > | VectorIUnlinkWidget |
typedef std::vector< RenderItem * > | VectorRenderItem |
typedef std::vector< ILayerItem * > | VectorLayerItem |
typedef delegates::CDelegate2 < List *, size_t > | EventHandle_ListPtrSizeT |
typedef delegates::CDelegate2 < ListCtrl *, Widget * > | EventHandle_ListCtrlPtrWidgetPtr |
typedef delegates::CDelegate4 < ListCtrl *, Widget *, const IBDrawItemInfo &, IntCoord & > | EventHandle_ListCtrlPtrWidgetPtrCIBCellDrawInfoRef |
typedef delegates::CDelegate2 < ListCtrl *, size_t > | EventHandle_ListCtrlPtrSizeT |
typedef delegates::CDelegate2 < ListCtrl *, const IBNotifyItemData & > | EventHandle_ListCtrlPtrCIBNotifyCellDataRef |
typedef delegates::CDelegate2 < MenuCtrl *, MenuItem * > | EventHandle_MenuCtrlPtrMenuItemPtr |
typedef delegates::CDelegate1 < MenuCtrl * > | EventHandle_MenuCtrlPtr |
typedef delegates::CDelegate2 < Message *, MessageBoxStyle > | EventHandle_MessagePtrMessageStyle |
typedef delegates::CDelegate5 < Widget *, size_t, const UString &, const UString &, bool & > | EventHandle_WidgetIntUTFStringUTFStringBool |
typedef delegates::CDelegate5 < MultiList *, size_t, const UString &, const UString &, bool & > | EventHandle_MultiListPtrSizeTCUTFStringRefCUTFStringRefBoolRef |
typedef delegates::CDelegate2 < MultiList *, size_t > | EventHandle_MultiListPtrSizeT |
typedef Widget * | WidgetPtr |
typedef Button * | ButtonPtr |
typedef Window * | WindowPtr |
typedef List * | ListPtr |
typedef HScroll * | HScrollPtr |
typedef VScroll * | VScrollPtr |
typedef Edit * | EditPtr |
typedef ComboBox * | ComboBoxPtr |
typedef StaticText * | StaticTextPtr |
typedef Tab * | TabPtr |
typedef TabItem * | TabItemPtr |
typedef Progress * | ProgressPtr |
typedef ItemBox * | ItemBoxPtr |
typedef MultiList * | MultiListPtr |
typedef StaticImage * | StaticImagePtr |
typedef Message * | MessagePtr |
typedef MenuCtrl * | MenuCtrlPtr |
typedef MenuItem * | MenuItemPtr |
typedef PopupMenu * | PopupMenuPtr |
typedef MenuBar * | MenuBarPtr |
typedef ScrollView * | ScrollViewPtr |
typedef DDContainer * | DDContainerPtr |
typedef Canvas * | CanvasPtr |
typedef ListCtrl * | ListCtrlPtr |
typedef ListBox * | ListBoxPtr |
typedef TabItem | Sheet |
typedef TabItem * | SheetPtr |
typedef Canvas | RenderBox |
typedef Canvas * | RenderBoxPtr |
typedef std::pair< ISubWidget *, size_t > | DrawItemInfo |
typedef std::vector< DrawItemInfo > | VectorDrawItem |
typedef ResourceImageSet * | ResourceImageSetPtr |
typedef std::vector< IndexImage > | VectorIndexImage |
typedef std::vector< GroupImage > | VectorGroupImage |
typedef Enumerator < VectorGroupImage > | EnumeratorGroupImage |
typedef std::vector < SubWidgetInfo > | VectorSubWidgetInfo |
typedef delegates::CDelegate2 < Tab *, size_t > | EventHandle_TabPtrSizeT |
typedef std::vector < TextCommandInfo > | VectorChangeInfo |
typedef std::deque < VectorChangeInfo > | DequeUndoRedoInfo |
typedef std::vector< CharInfo > | VectorCharInfo |
typedef std::vector< LineInfo > | VectorLineInfo |
typedef types::TPoint< int > | IntPoint |
typedef types::TPoint< float > | FloatPoint |
typedef types::TSize< int > | IntSize |
typedef types::TSize< float > | FloatSize |
typedef types::TRect< int > | IntRect |
typedef types::TRect< float > | FloatRect |
typedef types::TCoord< int > | IntCoord |
typedef types::TCoord< float > | FloatCoord |
typedef std::map< std::string, std::string > | MapString |
typedef std::vector< std::string > | VectorString |
typedef char | int8 |
typedef short | int16 |
typedef int | int32 |
typedef unsigned char | uint8 |
typedef unsigned short | uint16 |
typedef unsigned int | uint32 |
typedef unsigned int | uint |
typedef unsigned int | Char |
typedef delegates::CDelegate2 < VScroll *, size_t > | EventHandle_VScrollPtrSizeT |
typedef std::vector< Widget * > | VectorWidgetPtr |
typedef std::map< std::string, Widget * > | MapWidgetPtr |
typedef Enumerator < VectorWidgetPtr > | EnumeratorWidgetPtr |
typedef delegates::CDelegate1 < Widget * > | EventHandle_WidgetVoid |
typedef delegates::CDelegate2 < Widget *, Widget * > | EventHandle_WidgetWidget |
typedef delegates::CDelegate2 < Widget *, bool > | EventHandle_WidgetBool |
typedef delegates::CDelegate2 < Widget *, int > | EventHandle_WidgetInt |
typedef delegates::CDelegate2 < Widget *, size_t > | EventHandle_WidgetSizeT |
typedef delegates::CDelegate3 < Widget *, int, int > | EventHandle_WidgetIntInt |
typedef delegates::CDelegate4 < Widget *, int, int, MouseButton > | EventHandle_WidgetIntIntButton |
typedef delegates::CDelegate2 < Widget *, KeyCode > | EventHandle_WidgetKeyCode |
typedef delegates::CDelegate3 < Widget *, KeyCode, Char > | EventHandle_WidgetKeyCodeChar |
typedef delegates::CDelegate3 < Widget *, const std::string &, const std::string & > | EventHandle_WidgetStringString |
typedef delegates::CDelegate3 < Widget *, Widget *&, size_t & > | EventHandle_WidgetRefWidgetRefSizeT |
typedef delegates::CDelegate2 < Widget *, const ToolTipInfo & > | EventHandle_WidgetToolTip |
typedef delegates::CDelegate3 < Widget *, const std::string &, const std::string & > | ParseDelegate |
typedef delegates::CDelegate2 < Widget *, const std::string & > | EventHandle_WidgetString |
typedef delegates::CDelegate2 < Window *, const std::string & > | EventHandle_WindowPtrCStringRef |
typedef delegates::CDelegate1 < Window * > | EventHandle_WindowPtr |
Functions | |
template<typename T > | |
T * | castWidget (Widget *_widget) |
template<typename TP1 > | |
delegates::IDelegate1< TP1 > * | newDelegate (void(*_func)(TP1 p1)) |
template<typename T , typename TP1 > | |
delegates::IDelegate1< TP1 > * | newDelegate (T *_object, void(T::*_method)(TP1 p1)) |
template<typename TP1 , typename TP2 > | |
delegates::IDelegate2< TP1, TP2 > * | newDelegate (void(*_func)(TP1 p1, TP2 p2)) |
template<typename T , typename TP1 , typename TP2 > | |
delegates::IDelegate2< TP1, TP2 > * | newDelegate (T *_object, void(T::*_method)(TP1 p1, TP2 p2)) |
template<typename TP1 , typename TP2 , typename TP3 > | |
delegates::IDelegate3< TP1, TP2, TP3 > * | newDelegate (void(*_func)(TP1 p1, TP2 p2, TP3 p3)) |
template<typename T , typename TP1 , typename TP2 , typename TP3 > | |
delegates::IDelegate3< TP1, TP2, TP3 > * | newDelegate (T *_object, void(T::*_method)(TP1 p1, TP2 p2, TP3 p3)) |
template<typename TP1 , typename TP2 , typename TP3 , typename TP4 > | |
delegates::IDelegate4< TP1, TP2, TP3, TP4 > * | newDelegate (void(*_func)(TP1 p1, TP2 p2, TP3 p3, TP4 p4)) |
template<typename T , typename TP1 , typename TP2 , typename TP3 , typename TP4 > | |
delegates::IDelegate4< TP1, TP2, TP3, TP4 > * | newDelegate (T *_object, void(T::*_method)(TP1 p1, TP2 p2, TP3 p3, TP4 p4)) |
template<typename TP1 , typename TP2 , typename TP3 , typename TP4 , typename TP5 > | |
delegates::IDelegate5< TP1, TP2, TP3, TP4, TP5 > * | newDelegate (void(*_func)(TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5)) |
template<typename T , typename TP1 , typename TP2 , typename TP3 , typename TP4 , typename TP5 > | |
delegates::IDelegate5< TP1, TP2, TP3, TP4, TP5 > * | newDelegate (T *_object, void(T::*_method)(TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5)) |
const int | DEFAULT ((int)-1) |
template<typename T > | |
void | MYGUI_OUT (T p) |
template<typename T1 , typename T2 > | |
void | MYGUI_OUT (T1 p1, T2 p2) |
template<typename T1 , typename T2 , typename T3 > | |
void | MYGUI_OUT (T1 p1, T2 p2, T3 p3) |
template<typename T1 , typename T2 , typename T3 , typename T4 > | |
void | MYGUI_OUT (T1 p1, T2 p2, T3 p3, T4 p4) |
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 > | |
void | MYGUI_OUT (T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) |
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 > | |
void | MYGUI_OUT (T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) |
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 > | |
void | MYGUI_OUT (T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7) |
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 , typename T6 , typename T7 , typename T8 > | |
void | MYGUI_OUT (T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8) |
template<typename T1 , typename T2 > | |
void | MYGUI_OUT_SPACES (T1 p1, T2 p2) |
template<typename T1 , typename T2 , typename T3 > | |
void | MYGUI_OUT_SPACES (T1 p1, T2 p2, T3 p3) |
template<typename T1 , typename T2 , typename T3 , typename T4 > | |
void | MYGUI_OUT_SPACES (T1 p1, T2 p2, T3 p3, T4 p4) |
UString::size_type | operator- (const UString::_const_fwd_iterator &left, const UString::_const_fwd_iterator &right) |
bool | operator== (const UString::_const_fwd_iterator &left, const UString::_const_fwd_iterator &right) |
bool | operator!= (const UString::_const_fwd_iterator &left, const UString::_const_fwd_iterator &right) |
bool | operator< (const UString::_const_fwd_iterator &left, const UString::_const_fwd_iterator &right) |
bool | operator<= (const UString::_const_fwd_iterator &left, const UString::_const_fwd_iterator &right) |
bool | operator> (const UString::_const_fwd_iterator &left, const UString::_const_fwd_iterator &right) |
bool | operator>= (const UString::_const_fwd_iterator &left, const UString::_const_fwd_iterator &right) |
UString::size_type | operator- (const UString::_const_rev_iterator &left, const UString::_const_rev_iterator &right) |
bool | operator== (const UString::_const_rev_iterator &left, const UString::_const_rev_iterator &right) |
bool | operator!= (const UString::_const_rev_iterator &left, const UString::_const_rev_iterator &right) |
bool | operator< (const UString::_const_rev_iterator &left, const UString::_const_rev_iterator &right) |
bool | operator<= (const UString::_const_rev_iterator &left, const UString::_const_rev_iterator &right) |
bool | operator> (const UString::_const_rev_iterator &left, const UString::_const_rev_iterator &right) |
bool | operator>= (const UString::_const_rev_iterator &left, const UString::_const_rev_iterator &right) |
int | getWidgetWidth (Widget *_widget, bool _vert) |
int | getWidgetHeight (Widget *_widget, bool _vert) |
int | getWidgetLeft (Widget *_widget, bool _vert) |
int | getWidgetTop (Widget *_widget, bool _vert) |
void | setWidgetSize (Widget *_widget, int _width, int _height, bool _vert) |
void | setWidgetCoord (Widget *_widget, int _left, int _top, int _width, int _height, bool _vert) |
void | convertWidgetCoord (IntCoord &_coord, bool _vert) |
BOOL CALLBACK | EnumWindowProc (HWND hWnd, LPARAM lParam) |
BOOL CALLBACK | EnumChildWindowProc (HWND hWnd, LPARAM lParam) |
const std::string | INSTANCE_TYPE_NAME ("DataManager") |
MYGUI_FORCEINLINE void | DrawQuad (MyGUI::Vertex *&_buff, float v_left, float v_top, float v_rignt, float v_bottom, float v_z, MyGUI::uint32 _colour, float t_left, float t_top, float t_right, float t_bottom, size_t &_count) |
const std::string | XML_TYPE ("Font") |
const std::string | XML_TYPE_RESOURCE ("Resource") |
const std::string | XML_TYPE_PROPERTY ("Property") |
const std::string | RESOURCE_DEFAULT_NAME ("Default") |
const std::string | INSTANCE_TYPE_NAME ("Gui") |
const std::string | XML_TYPE ("Language") |
const std::string | XML_TYPE ("Layer") |
const std::string | XML_TYPE ("Layout") |
const std::string | XML_TYPE ("Plugin") |
const std::string | XML_TYPE ("Pointer") |
MYGUI_FORCEINLINE void | ConvertColour (uint32 &_colour, VertexColourType _format) |
const std::string | INSTANCE_TYPE_NAME ("RenderManager") |
const std::string | XML_TYPE ("Resource") |
const std::string | XML_TYPE_LIST ("List") |
float | len (float x, float y) |
const std::string | XML_TYPE ("Skin") |
Variables | |
const size_t | ITEM_NONE = ~(size_t)0 |
const float | ALPHA_MAX = 1.0f |
const float | ALPHA_MIN = 0.0f |
HWND | g_hWnd = NULL |
const float | COMBO_ALPHA_MAX = ALPHA_MAX |
const float | COMBO_ALPHA_MIN = ALPHA_MIN |
const float | COMBO_ALPHA_COEF = 4.0f |
const float | M_PI = 3.141593f |
const float | EDIT_CURSOR_TIMER = 0.7f |
const float | EDIT_ACTION_MOUSE_TIMER = 0.05f |
const int | EDIT_CURSOR_MAX_POSITION = 100000 |
const int | EDIT_CURSOR_MIN_POSITION = -100000 |
const size_t | EDIT_MAX_UNDO = 128 |
const size_t | EDIT_DEFAULT_MAX_TEXT_LENGTH = 2048 |
const float | EDIT_OFFSET_HORZ_CURSOR = 10.0f |
const int | EDIT_ACTION_MOUSE_ZONE = 1500 |
const std::string | EDIT_CLIPBOARD_TYPE_TEXT = "Text" |
const int | EDIT_MOUSE_WHEEL = 50 |
const size_t | VERTEX_IN_QUAD = 6 |
const size_t | SIMPLETEXT_COUNT_VERTEX = 32 * VERTEX_IN_QUAD |
const unsigned long | INPUT_TIME_DOUBLE_CLICK = 250 |
const float | INPUT_DELAY_FIRST_KEY = 0.4f |
const float | INPUT_INTERVAL_KEY = 0.05f |
const float | POPUP_MENU_SPEED_COEF = 3.0f |
const float | MESSAGE_ALPHA_MAX = 0.5f |
const float | MESSAGE_ALPHA_MIN = 0.0f |
const float | MESSAGE_SPEED_COEF = 3.0f |
const size_t | PROGRESS_AUTO_WIDTH = 200 |
const size_t | PROGRESS_AUTO_RANGE = 1000 |
const float | PROGRESS_AUTO_COEF = 400 |
const unsigned char | FONT_MASK_SELECT = 0x88 |
const unsigned char | FONT_MASK_SELECT_DEACTIVE = 0x60 |
const unsigned char | FONT_MASK_SPACE = 0x00 |
const unsigned char | FONT_MASK_CHAR = 0xFF |
const size_t | MIN_FONT_TEXTURE_WIDTH = 256 |
const int | SCROLL_VIEW_MOUSE_WHEEL = 50 |
const int | SCROLL_VIEW_SCROLL_PAGE = 16 |
const size_t | IMAGE_MAX_INDEX = 256 |
const float | TAB_SPEED_FADE_COEF = 5.0f |
const size_t | TILERECT_COUNT_VERTEX = 16 * VertexQuad::VertexCount |
const int | SCROLL_MOUSE_WHEEL = 50 |
const float | WIDGET_TOOLTIP_TIMEOUT = 0.5f |
const float | WINDOW_ALPHA_ACTIVE = ALPHA_MAX |
const float | WINDOW_ALPHA_FOCUS = 0.7f |
const float | WINDOW_ALPHA_DEACTIVE = 0.3f |
const float | WINDOW_SPEED_COEF = 3.0f |
const int | WINDOW_SNAP_DISTANSE = 10 |
typedef Button* MyGUI::ButtonPtr |
Definition at line 116 of file MyGUI_Prerequest.h.
typedef Canvas* MyGUI::CanvasPtr |
Definition at line 137 of file MyGUI_Prerequest.h.
typedef unsigned int MyGUI::Char |
Definition at line 66 of file MyGUI_Types.h.
typedef ComboBox* MyGUI::ComboBoxPtr |
Definition at line 122 of file MyGUI_Prerequest.h.
typedef DDContainer* MyGUI::DDContainerPtr |
Definition at line 136 of file MyGUI_Prerequest.h.
typedef std::deque<VectorChangeInfo> MyGUI::DequeUndoRedoInfo |
Definition at line 63 of file MyGUI_TextChangeHistory.h.
typedef std::pair<ISubWidget*, size_t> MyGUI::DrawItemInfo |
Definition at line 35 of file MyGUI_RenderItem.h.
typedef Edit* MyGUI::EditPtr |
Definition at line 121 of file MyGUI_Prerequest.h.
Definition at line 57 of file MyGUI_ResourceImageSet.h.
Definition at line 42 of file MyGUI_ILayerNode.h.
Definition at line 37 of file MyGUI_WidgetDefines.h.
typedef delegates::CDelegate2<ComboBox*, size_t> MyGUI::EventHandle_ComboBoxPtrSizeT |
Definition at line 36 of file MyGUI_ComboBox.h.
typedef delegates::CDelegate3<DDContainer*, const DDItemInfo&, bool> MyGUI::EventHandle_DDContainerPtrCDDItemInfoRefBool |
Definition at line 35 of file MyGUI_DDContainer.h.
typedef delegates::CDelegate3<DDContainer*, const DDItemInfo&, bool&> MyGUI::EventHandle_DDContainerPtrCDDItemInfoRefBoolRef |
Definition at line 34 of file MyGUI_DDContainer.h.
Definition at line 36 of file MyGUI_Edit.h.
typedef delegates::CDelegate2<DDContainer*, DDItemState> MyGUI::EventHandle_EventHandle_DDContainerPtrDDItemState |
Definition at line 36 of file MyGUI_DDContainer.h.
typedef delegates::CDelegate3<DDContainer*, WidgetPtr&, IntCoord&> MyGUI::EventHandle_EventHandle_DDContainerPtrWidgetPtrRefIntCoordRef |
Definition at line 37 of file MyGUI_DDContainer.h.
typedef delegates::CDelegate2<ItemBox*, const IBNotifyItemData &> MyGUI::EventHandle_ItemBoxPtrCIBNotifyCellDataRef |
Definition at line 40 of file MyGUI_ItemBox.h.
typedef delegates::CDelegate3<ItemBox*, IntCoord&, bool> MyGUI::EventHandle_ItemBoxPtrIntCoordRefBool |
Definition at line 37 of file MyGUI_ItemBox.h.
typedef delegates::CDelegate2<ItemBox*, size_t> MyGUI::EventHandle_ItemBoxPtrSizeT |
Definition at line 39 of file MyGUI_ItemBox.h.
Definition at line 36 of file MyGUI_ItemBox.h.
typedef delegates::CDelegate3<ItemBox*, Widget*, const IBDrawItemInfo &> MyGUI::EventHandle_ItemBoxPtrWidgetPtrCIBCellDrawInfoRef |
Definition at line 38 of file MyGUI_ItemBox.h.
typedef delegates::CDelegate2<ListCtrl*, const IBNotifyItemData &> MyGUI::EventHandle_ListCtrlPtrCIBNotifyCellDataRef |
Definition at line 39 of file MyGUI_ListCtrl.h.
typedef delegates::CDelegate2<ListCtrl*, size_t> MyGUI::EventHandle_ListCtrlPtrSizeT |
Definition at line 38 of file MyGUI_ListCtrl.h.
Definition at line 36 of file MyGUI_ListCtrl.h.
typedef delegates::CDelegate4<ListCtrl*, Widget*, const IBDrawItemInfo &, IntCoord&> MyGUI::EventHandle_ListCtrlPtrWidgetPtrCIBCellDrawInfoRef |
Definition at line 37 of file MyGUI_ListCtrl.h.
typedef delegates::CDelegate2<List*, size_t> MyGUI::EventHandle_ListPtrSizeT |
Definition at line 34 of file MyGUI_List.h.
Definition at line 39 of file MyGUI_MenuCtrl.h.
Definition at line 38 of file MyGUI_MenuCtrl.h.
Definition at line 36 of file MyGUI_Message.h.
typedef delegates::CDelegate2<MultiList*, size_t> MyGUI::EventHandle_MultiListPtrSizeT |
Definition at line 40 of file MyGUI_MultiList.h.
typedef delegates::CDelegate5<MultiList*, size_t, const UString &, const UString &, bool &> MyGUI::EventHandle_MultiListPtrSizeTCUTFStringRefCUTFStringRefBoolRef |
Definition at line 39 of file MyGUI_MultiList.h.
typedef delegates::CDelegate2<Tab*, size_t> MyGUI::EventHandle_TabPtrSizeT |
Definition at line 35 of file MyGUI_Tab.h.
typedef delegates::CDelegate2<VScroll*, size_t> MyGUI::EventHandle_VScrollPtrSizeT |
Definition at line 33 of file MyGUI_VScroll.h.
typedef delegates::CDelegate2<Widget*, bool> MyGUI::EventHandle_WidgetBool |
Definition at line 38 of file MyGUI_WidgetEvent.h.
typedef delegates::CDelegate2<Widget*, int> MyGUI::EventHandle_WidgetInt |
Definition at line 39 of file MyGUI_WidgetEvent.h.
typedef delegates::CDelegate3<Widget*, int, int> MyGUI::EventHandle_WidgetIntInt |
Definition at line 41 of file MyGUI_WidgetEvent.h.
typedef delegates::CDelegate4<Widget*, int, int, MouseButton> MyGUI::EventHandle_WidgetIntIntButton |
Definition at line 42 of file MyGUI_WidgetEvent.h.
typedef delegates::CDelegate5<Widget*, size_t, const UString &, const UString &, bool &> MyGUI::EventHandle_WidgetIntUTFStringUTFStringBool |
Definition at line 37 of file MyGUI_MultiList.h.
Definition at line 43 of file MyGUI_WidgetEvent.h.
Definition at line 44 of file MyGUI_WidgetEvent.h.
typedef delegates::CDelegate3<Widget*, Widget*&, size_t &> MyGUI::EventHandle_WidgetRefWidgetRefSizeT |
Definition at line 46 of file MyGUI_WidgetEvent.h.
typedef delegates::CDelegate2<Widget*, size_t> MyGUI::EventHandle_WidgetSizeT |
Definition at line 40 of file MyGUI_WidgetEvent.h.
typedef delegates::CDelegate2<Widget*, const std::string&> MyGUI::EventHandle_WidgetString |
Definition at line 35 of file MyGUI_Window.h.
typedef delegates::CDelegate3<Widget*, const std::string&, const std::string&> MyGUI::EventHandle_WidgetStringString |
Definition at line 45 of file MyGUI_WidgetEvent.h.
typedef delegates::CDelegate2<Widget*, const ToolTipInfo& > MyGUI::EventHandle_WidgetToolTip |
Definition at line 47 of file MyGUI_WidgetEvent.h.
Definition at line 36 of file MyGUI_WidgetEvent.h.
Definition at line 37 of file MyGUI_WidgetEvent.h.
Definition at line 37 of file MyGUI_Window.h.
typedef delegates::CDelegate2<Window*, const std::string&> MyGUI::EventHandle_WindowPtrCStringRef |
Definition at line 36 of file MyGUI_Window.h.
typedef types::TCoord<float> MyGUI::FloatCoord |
Definition at line 53 of file MyGUI_Types.h.
typedef types::TPoint<float> MyGUI::FloatPoint |
Definition at line 44 of file MyGUI_Types.h.
typedef types::TRect<float> MyGUI::FloatRect |
Definition at line 50 of file MyGUI_Types.h.
typedef types::TSize<float> MyGUI::FloatSize |
Definition at line 47 of file MyGUI_Types.h.
typedef delegates::CMultiDelegate1<float> MyGUI::FrameEventDelegate |
Definition at line 37 of file MyGUI_Gui.h.
typedef HScroll* MyGUI::HScrollPtr |
Definition at line 119 of file MyGUI_Prerequest.h.
typedef short MyGUI::int16 |
Definition at line 59 of file MyGUI_Types.h.
typedef int MyGUI::int32 |
Definition at line 60 of file MyGUI_Types.h.
typedef char MyGUI::int8 |
Definition at line 58 of file MyGUI_Types.h.
typedef types::TCoord<int> MyGUI::IntCoord |
Definition at line 52 of file MyGUI_Types.h.
typedef types::TPoint<int> MyGUI::IntPoint |
Definition at line 43 of file MyGUI_Types.h.
typedef types::TRect<int> MyGUI::IntRect |
Definition at line 49 of file MyGUI_Types.h.
typedef types::TSize<int> MyGUI::IntSize |
Definition at line 46 of file MyGUI_Types.h.
typedef IResource* MyGUI::IResourcePtr |
Definition at line 36 of file MyGUI_IResource.h.
typedef ItemBox* MyGUI::ItemBoxPtr |
Definition at line 127 of file MyGUI_Prerequest.h.
typedef ListBox* MyGUI::ListBoxPtr |
Definition at line 139 of file MyGUI_Prerequest.h.
typedef ListCtrl* MyGUI::ListCtrlPtr |
Definition at line 138 of file MyGUI_Prerequest.h.
typedef List* MyGUI::ListPtr |
Definition at line 118 of file MyGUI_Prerequest.h.
typedef std::map<std::string, IStateInfo*> MyGUI::MapStateInfo |
Definition at line 42 of file MyGUI_IStateInfo.h.
typedef std::map<std::string, std::string> MyGUI::MapString |
Definition at line 55 of file MyGUI_Types.h.
typedef std::map<std::string, Widget*> MyGUI::MapWidgetPtr |
Definition at line 36 of file MyGUI_WidgetDefines.h.
typedef std::map<std::string, VectorStateInfo> MyGUI::MapWidgetStateInfo |
Definition at line 43 of file MyGUI_IStateInfo.h.
typedef MenuBar* MyGUI::MenuBarPtr |
Definition at line 134 of file MyGUI_Prerequest.h.
typedef MenuCtrl* MyGUI::MenuCtrlPtr |
Definition at line 131 of file MyGUI_Prerequest.h.
typedef MenuItem* MyGUI::MenuItemPtr |
Definition at line 132 of file MyGUI_Prerequest.h.
typedef Message* MyGUI::MessagePtr |
Definition at line 130 of file MyGUI_Prerequest.h.
typedef MultiList* MyGUI::MultiListPtr |
Definition at line 128 of file MyGUI_Prerequest.h.
typedef delegates::CDelegate3<Widget*, const std::string &, const std::string &> MyGUI::ParseDelegate |
Definition at line 38 of file MyGUI_WidgetManager.h.
typedef PopupMenu* MyGUI::PopupMenuPtr |
Definition at line 133 of file MyGUI_Prerequest.h.
typedef Progress* MyGUI::ProgressPtr |
Definition at line 126 of file MyGUI_Prerequest.h.
typedef Canvas MyGUI::RenderBox |
Definition at line 145 of file MyGUI_Prerequest.h.
typedef Canvas* MyGUI::RenderBoxPtr |
Definition at line 146 of file MyGUI_Prerequest.h.
Definition at line 38 of file MyGUI_ResourceImageSet.h.
typedef ScrollView* MyGUI::ScrollViewPtr |
Definition at line 135 of file MyGUI_Prerequest.h.
typedef TabItem MyGUI::Sheet |
Definition at line 143 of file MyGUI_Prerequest.h.
typedef TabItem* MyGUI::SheetPtr |
Definition at line 144 of file MyGUI_Prerequest.h.
typedef StaticImage* MyGUI::StaticImagePtr |
Definition at line 129 of file MyGUI_Prerequest.h.
typedef StaticText* MyGUI::StaticTextPtr |
Definition at line 123 of file MyGUI_Prerequest.h.
typedef TabItem* MyGUI::TabItemPtr |
Definition at line 125 of file MyGUI_Prerequest.h.
typedef Tab* MyGUI::TabPtr |
Definition at line 124 of file MyGUI_Prerequest.h.
typedef unsigned int MyGUI::uint |
Definition at line 64 of file MyGUI_Types.h.
typedef unsigned short MyGUI::uint16 |
Definition at line 62 of file MyGUI_Types.h.
typedef unsigned int MyGUI::uint32 |
Definition at line 63 of file MyGUI_Types.h.
typedef unsigned char MyGUI::uint8 |
Definition at line 61 of file MyGUI_Types.h.
typedef std::vector<TextCommandInfo> MyGUI::VectorChangeInfo |
Definition at line 62 of file MyGUI_TextChangeHistory.h.
typedef std::vector<CharInfo> MyGUI::VectorCharInfo |
Definition at line 33 of file MyGUI_TextView.h.
typedef std::vector<ChildSkinInfo> MyGUI::VectorChildSkinInfo |
Definition at line 68 of file MyGUI_ChildSkinInfo.h.
typedef std::vector<DrawItemInfo> MyGUI::VectorDrawItem |
Definition at line 36 of file MyGUI_RenderItem.h.
typedef std::vector<GlyphInfo> MyGUI::VectorGlyphInfo |
Definition at line 67 of file MyGUI_FontData.h.
typedef std::vector<GroupImage> MyGUI::VectorGroupImage |
Definition at line 56 of file MyGUI_ResourceImageSet.h.
typedef std::vector<ILayerNode*> MyGUI::VectorILayerNode |
Definition at line 39 of file MyGUI_ILayerNode.h.
typedef std::vector<ImageItem> MyGUI::VectorImages |
Definition at line 39 of file MyGUI_ImageInfo.h.
typedef std::vector<IndexImage> MyGUI::VectorIndexImage |
Definition at line 47 of file MyGUI_ResourceImageSet.h.
typedef std::vector<IUnlinkWidget*> MyGUI::VectorIUnlinkWidget |
Definition at line 39 of file MyGUI_IUnlinkWidget.h.
typedef std::vector<ILayerItem*> MyGUI::VectorLayerItem |
Definition at line 36 of file MyGUI_LayerNode.h.
typedef std::vector<LineInfo> MyGUI::VectorLineInfo |
Definition at line 45 of file MyGUI_TextView.h.
typedef std::vector<RenderItem*> MyGUI::VectorRenderItem |
Definition at line 34 of file MyGUI_LayerNode.h.
typedef std::vector<IStateInfo*> MyGUI::VectorStateInfo |
Definition at line 41 of file MyGUI_IStateInfo.h.
typedef std::vector<std::string> MyGUI::VectorString |
Definition at line 56 of file MyGUI_Types.h.
typedef std::vector<ISubWidget*> MyGUI::VectorSubWidget |
Definition at line 37 of file MyGUI_ISubWidget.h.
typedef std::vector<SubWidgetInfo> MyGUI::VectorSubWidgetInfo |
Definition at line 46 of file MyGUI_SubWidgetInfo.h.
typedef std::vector<Widget*> MyGUI::VectorWidgetPtr |
Definition at line 34 of file MyGUI_WidgetDefines.h.
typedef VScroll* MyGUI::VScrollPtr |
Definition at line 120 of file MyGUI_Prerequest.h.
typedef Widget* MyGUI::WidgetPtr |
Definition at line 113 of file MyGUI_Prerequest.h.
typedef Window* MyGUI::WindowPtr |
Definition at line 117 of file MyGUI_Prerequest.h.
T* MyGUI::castWidget | ( | Widget * | _widget | ) |
Definition at line 37 of file MyGUI_CastWidget.h.
MYGUI_FORCEINLINE void MyGUI::ConvertColour | ( | uint32 & | _colour, |
VertexColourType | _format | ||
) |
Definition at line 34 of file MyGUI_RawRect.cpp.
void MyGUI::convertWidgetCoord | ( | IntCoord & | _coord, |
bool | _vert | ||
) | [inline] |
Definition at line 61 of file MyGUI_WidgetTranslate.h.
const int MyGUI::DEFAULT | ( | (int)- | 1 | ) |
MYGUI_FORCEINLINE void MyGUI::DrawQuad | ( | MyGUI::Vertex *& | _buff, |
float | v_left, | ||
float | v_top, | ||
float | v_rignt, | ||
float | v_bottom, | ||
float | v_z, | ||
MyGUI::uint32 | _colour, | ||
float | t_left, | ||
float | t_top, | ||
float | t_right, | ||
float | t_bottom, | ||
size_t & | _count | ||
) |
Definition at line 40 of file MyGUI_EditText.cpp.
BOOL CALLBACK MyGUI::EnumChildWindowProc | ( | HWND | hWnd, |
LPARAM | lParam | ||
) |
Definition at line 57 of file MyGUI_ClipboardManager.cpp.
BOOL CALLBACK MyGUI::EnumWindowProc | ( | HWND | hWnd, |
LPARAM | lParam | ||
) |
Definition at line 39 of file MyGUI_ClipboardManager.cpp.
int MyGUI::getWidgetHeight | ( | Widget * | _widget, |
bool | _vert | ||
) | [inline] |
Definition at line 36 of file MyGUI_WidgetTranslate.h.
int MyGUI::getWidgetLeft | ( | Widget * | _widget, |
bool | _vert | ||
) | [inline] |
Definition at line 41 of file MyGUI_WidgetTranslate.h.
int MyGUI::getWidgetTop | ( | Widget * | _widget, |
bool | _vert | ||
) | [inline] |
Definition at line 46 of file MyGUI_WidgetTranslate.h.
int MyGUI::getWidgetWidth | ( | Widget * | _widget, |
bool | _vert | ||
) | [inline] |
Definition at line 31 of file MyGUI_WidgetTranslate.h.
const std::string MyGUI::INSTANCE_TYPE_NAME | ( | "DataManager" | ) |
const std::string MyGUI::INSTANCE_TYPE_NAME | ( | "RenderManager" | ) |
const std::string MyGUI::INSTANCE_TYPE_NAME | ( | "Gui" | ) |
float MyGUI::len | ( | float | x, |
float | y | ||
) | [inline] |
Definition at line 102 of file MyGUI_RotatingSkin.cpp.
void MyGUI::MYGUI_OUT | ( | T | p | ) | [inline] |
Definition at line 37 of file MyGUI_RenderOut.h.
void MyGUI::MYGUI_OUT | ( | T1 | p1, |
T2 | p2 | ||
) | [inline] |
Definition at line 40 of file MyGUI_RenderOut.h.
void MyGUI::MYGUI_OUT | ( | T1 | p1, |
T2 | p2, | ||
T3 | p3 | ||
) | [inline] |
Definition at line 43 of file MyGUI_RenderOut.h.
void MyGUI::MYGUI_OUT | ( | T1 | p1, |
T2 | p2, | ||
T3 | p3, | ||
T4 | p4 | ||
) | [inline] |
Definition at line 46 of file MyGUI_RenderOut.h.
void MyGUI::MYGUI_OUT | ( | T1 | p1, |
T2 | p2, | ||
T3 | p3, | ||
T4 | p4, | ||
T5 | p5 | ||
) | [inline] |
Definition at line 49 of file MyGUI_RenderOut.h.
void MyGUI::MYGUI_OUT | ( | T1 | p1, |
T2 | p2, | ||
T3 | p3, | ||
T4 | p4, | ||
T5 | p5, | ||
T6 | p6 | ||
) | [inline] |
Definition at line 52 of file MyGUI_RenderOut.h.
void MyGUI::MYGUI_OUT | ( | T1 | p1, |
T2 | p2, | ||
T3 | p3, | ||
T4 | p4, | ||
T5 | p5, | ||
T6 | p6, | ||
T7 | p7 | ||
) | [inline] |
Definition at line 55 of file MyGUI_RenderOut.h.
void MyGUI::MYGUI_OUT | ( | T1 | p1, |
T2 | p2, | ||
T3 | p3, | ||
T4 | p4, | ||
T5 | p5, | ||
T6 | p6, | ||
T7 | p7, | ||
T8 | p8 | ||
) | [inline] |
Definition at line 58 of file MyGUI_RenderOut.h.
void MyGUI::MYGUI_OUT_SPACES | ( | T1 | p1, |
T2 | p2 | ||
) | [inline] |
Definition at line 61 of file MyGUI_RenderOut.h.
void MyGUI::MYGUI_OUT_SPACES | ( | T1 | p1, |
T2 | p2, | ||
T3 | p3 | ||
) | [inline] |
Definition at line 64 of file MyGUI_RenderOut.h.
void MyGUI::MYGUI_OUT_SPACES | ( | T1 | p1, |
T2 | p2, | ||
T3 | p3, | ||
T4 | p4 | ||
) | [inline] |
Definition at line 67 of file MyGUI_RenderOut.h.
delegates::IDelegate1< TP1 > * MyGUI::newDelegate | ( | void(*)(TP1 p1) | _func | ) | [inline] |
Definition at line 123 of file MyGUI_Delegate.h.
delegates:: IDelegate4<TP1, TP2, TP3, TP4>* MyGUI::newDelegate | ( | void(*)(TP1 p1, TP2 p2, TP3 p3, TP4 p4) | _func | ) | [inline] |
Definition at line 123 of file MyGUI_Delegate.h.
delegates:: IDelegate2<TP1, TP2>* MyGUI::newDelegate | ( | void(*)(TP1 p1, TP2 p2) | _func | ) | [inline] |
Definition at line 123 of file MyGUI_Delegate.h.
delegates:: IDelegate5<TP1, TP2, TP3, TP4, TP5>* MyGUI::newDelegate | ( | void(*)(TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5) | _func | ) | [inline] |
Definition at line 123 of file MyGUI_Delegate.h.
delegates:: IDelegate3<TP1, TP2, TP3>* MyGUI::newDelegate | ( | void(*)(TP1 p1, TP2 p2, TP3 p3) | _func | ) | [inline] |
Definition at line 123 of file MyGUI_Delegate.h.
delegates:: IDelegate4<TP1, TP2, TP3, TP4>* MyGUI::newDelegate | ( | T * | _object, |
void(T::*)(TP1 p1, TP2 p2, TP3 p3, TP4 p4) | _method | ||
) | [inline] |
Definition at line 133 of file MyGUI_Delegate.h.
delegates:: IDelegate2<TP1, TP2>* MyGUI::newDelegate | ( | T * | _object, |
void(T::*)(TP1 p1, TP2 p2) | _method | ||
) | [inline] |
Definition at line 133 of file MyGUI_Delegate.h.
delegates:: IDelegate5<TP1, TP2, TP3, TP4, TP5>* MyGUI::newDelegate | ( | T * | _object, |
void(T::*)(TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5) | _method | ||
) | [inline] |
Definition at line 133 of file MyGUI_Delegate.h.
delegates::IDelegate1< TP1 > * MyGUI::newDelegate | ( | T * | _object, |
void(T::*)(TP1 p1) | _method | ||
) | [inline] |
Definition at line 133 of file MyGUI_Delegate.h.
delegates:: IDelegate3<TP1, TP2, TP3>* MyGUI::newDelegate | ( | T * | _object, |
void(T::*)(TP1 p1, TP2 p2, TP3 p3) | _method | ||
) | [inline] |
Definition at line 133 of file MyGUI_Delegate.h.
bool MyGUI::operator!= | ( | const UString::_const_fwd_iterator & | left, |
const UString::_const_fwd_iterator & | right | ||
) | [inline] |
Definition at line 1044 of file MyGUI_UString.h.
bool MyGUI::operator!= | ( | const UString::_const_rev_iterator & | left, |
const UString::_const_rev_iterator & | right | ||
) | [inline] |
Definition at line 1068 of file MyGUI_UString.h.
UString::size_type MyGUI::operator- | ( | const UString::_const_fwd_iterator & | left, |
const UString::_const_fwd_iterator & | right | ||
) | [inline] |
Definition at line 1038 of file MyGUI_UString.h.
UString::size_type MyGUI::operator- | ( | const UString::_const_rev_iterator & | left, |
const UString::_const_rev_iterator & | right | ||
) | [inline] |
Definition at line 1062 of file MyGUI_UString.h.
bool MyGUI::operator< | ( | const UString::_const_fwd_iterator & | left, |
const UString::_const_fwd_iterator & | right | ||
) | [inline] |
Definition at line 1047 of file MyGUI_UString.h.
bool MyGUI::operator< | ( | const UString::_const_rev_iterator & | left, |
const UString::_const_rev_iterator & | right | ||
) | [inline] |
Definition at line 1071 of file MyGUI_UString.h.
bool MyGUI::operator<= | ( | const UString::_const_fwd_iterator & | left, |
const UString::_const_fwd_iterator & | right | ||
) | [inline] |
Definition at line 1050 of file MyGUI_UString.h.
bool MyGUI::operator<= | ( | const UString::_const_rev_iterator & | left, |
const UString::_const_rev_iterator & | right | ||
) | [inline] |
Definition at line 1074 of file MyGUI_UString.h.
bool MyGUI::operator== | ( | const UString::_const_fwd_iterator & | left, |
const UString::_const_fwd_iterator & | right | ||
) | [inline] |
Definition at line 1041 of file MyGUI_UString.h.
bool MyGUI::operator== | ( | const UString::_const_rev_iterator & | left, |
const UString::_const_rev_iterator & | right | ||
) | [inline] |
Definition at line 1065 of file MyGUI_UString.h.
bool MyGUI::operator> | ( | const UString::_const_fwd_iterator & | left, |
const UString::_const_fwd_iterator & | right | ||
) | [inline] |
Definition at line 1053 of file MyGUI_UString.h.
bool MyGUI::operator> | ( | const UString::_const_rev_iterator & | left, |
const UString::_const_rev_iterator & | right | ||
) | [inline] |
Definition at line 1077 of file MyGUI_UString.h.
bool MyGUI::operator>= | ( | const UString::_const_fwd_iterator & | left, |
const UString::_const_fwd_iterator & | right | ||
) | [inline] |
Definition at line 1056 of file MyGUI_UString.h.
bool MyGUI::operator>= | ( | const UString::_const_rev_iterator & | left, |
const UString::_const_rev_iterator & | right | ||
) | [inline] |
Definition at line 1080 of file MyGUI_UString.h.
const std::string MyGUI::RESOURCE_DEFAULT_NAME | ( | "Default" | ) |
void MyGUI::setWidgetCoord | ( | Widget * | _widget, |
int | _left, | ||
int | _top, | ||
int | _width, | ||
int | _height, | ||
bool | _vert | ||
) | [inline] |
Definition at line 56 of file MyGUI_WidgetTranslate.h.
void MyGUI::setWidgetSize | ( | Widget * | _widget, |
int | _width, | ||
int | _height, | ||
bool | _vert | ||
) | [inline] |
Definition at line 51 of file MyGUI_WidgetTranslate.h.
const std::string MyGUI::XML_TYPE | ( | "Plugin" | ) |
const std::string MyGUI::XML_TYPE | ( | "Font" | ) |
const std::string MyGUI::XML_TYPE | ( | "Language" | ) |
const std::string MyGUI::XML_TYPE | ( | "Layout" | ) |
const std::string MyGUI::XML_TYPE | ( | "Resource" | ) |
const std::string MyGUI::XML_TYPE | ( | "Skin" | ) |
const std::string MyGUI::XML_TYPE | ( | "Layer" | ) |
const std::string MyGUI::XML_TYPE | ( | "Pointer" | ) |
const std::string MyGUI::XML_TYPE_LIST | ( | "List" | ) |
const std::string MyGUI::XML_TYPE_PROPERTY | ( | "Property" | ) |
const std::string MyGUI::XML_TYPE_RESOURCE | ( | "Resource" | ) |
const float MyGUI::ALPHA_MAX = 1.0f |
Definition at line 31 of file MyGUI_Macros.h.
const float MyGUI::ALPHA_MIN = 0.0f |
Definition at line 32 of file MyGUI_Macros.h.
const float MyGUI::COMBO_ALPHA_COEF = 4.0f |
Definition at line 39 of file MyGUI_ComboBox.cpp.
const float MyGUI::COMBO_ALPHA_MAX = ALPHA_MAX |
Definition at line 37 of file MyGUI_ComboBox.cpp.
const float MyGUI::COMBO_ALPHA_MIN = ALPHA_MIN |
Definition at line 38 of file MyGUI_ComboBox.cpp.
const float MyGUI::EDIT_ACTION_MOUSE_TIMER = 0.05f |
Definition at line 39 of file MyGUI_Edit.cpp.
const int MyGUI::EDIT_ACTION_MOUSE_ZONE = 1500 |
Definition at line 45 of file MyGUI_Edit.cpp.
const std::string MyGUI::EDIT_CLIPBOARD_TYPE_TEXT = "Text" |
Definition at line 46 of file MyGUI_Edit.cpp.
const int MyGUI::EDIT_CURSOR_MAX_POSITION = 100000 |
Definition at line 40 of file MyGUI_Edit.cpp.
const int MyGUI::EDIT_CURSOR_MIN_POSITION = -100000 |
Definition at line 41 of file MyGUI_Edit.cpp.
const float MyGUI::EDIT_CURSOR_TIMER = 0.7f |
Definition at line 38 of file MyGUI_Edit.cpp.
const size_t MyGUI::EDIT_DEFAULT_MAX_TEXT_LENGTH = 2048 |
Definition at line 43 of file MyGUI_Edit.cpp.
const size_t MyGUI::EDIT_MAX_UNDO = 128 |
Definition at line 42 of file MyGUI_Edit.cpp.
const int MyGUI::EDIT_MOUSE_WHEEL = 50 |
Definition at line 47 of file MyGUI_Edit.cpp.
const float MyGUI::EDIT_OFFSET_HORZ_CURSOR = 10.0f |
Definition at line 44 of file MyGUI_Edit.cpp.
const unsigned char MyGUI::FONT_MASK_CHAR = 0xFF |
Definition at line 40 of file MyGUI_ResourceTrueTypeFont.cpp.
const unsigned char MyGUI::FONT_MASK_SELECT = 0x88 |
Definition at line 37 of file MyGUI_ResourceTrueTypeFont.cpp.
const unsigned char MyGUI::FONT_MASK_SELECT_DEACTIVE = 0x60 |
Definition at line 38 of file MyGUI_ResourceTrueTypeFont.cpp.
const unsigned char MyGUI::FONT_MASK_SPACE = 0x00 |
Definition at line 39 of file MyGUI_ResourceTrueTypeFont.cpp.
HWND MyGUI::g_hWnd = NULL |
Definition at line 37 of file MyGUI_ClipboardManager.cpp.
const size_t MyGUI::IMAGE_MAX_INDEX = 256 |
Definition at line 35 of file MyGUI_StaticImage.cpp.
const float MyGUI::INPUT_DELAY_FIRST_KEY = 0.4f |
Definition at line 33 of file MyGUI_InputManager.cpp.
const float MyGUI::INPUT_INTERVAL_KEY = 0.05f |
Definition at line 34 of file MyGUI_InputManager.cpp.
const unsigned long MyGUI::INPUT_TIME_DOUBLE_CLICK = 250 |
Definition at line 32 of file MyGUI_InputManager.cpp.
const size_t MyGUI::ITEM_NONE = ~(size_t)0 |
Definition at line 29 of file MyGUI_Macros.h.
const float MyGUI::M_PI = 3.141593f |
Definition at line 34 of file MyGUI_ControllerEdgeHide.cpp.
const float MyGUI::MESSAGE_ALPHA_MAX = 0.5f |
Definition at line 38 of file MyGUI_Message.cpp.
const float MyGUI::MESSAGE_ALPHA_MIN = 0.0f |
Definition at line 39 of file MyGUI_Message.cpp.
const float MyGUI::MESSAGE_SPEED_COEF = 3.0f |
Definition at line 40 of file MyGUI_Message.cpp.
const size_t MyGUI::MIN_FONT_TEXTURE_WIDTH = 256 |
Definition at line 41 of file MyGUI_ResourceTrueTypeFont.cpp.
const float MyGUI::POPUP_MENU_SPEED_COEF = 3.0f |
Definition at line 38 of file MyGUI_MenuCtrl.cpp.
const float MyGUI::PROGRESS_AUTO_COEF = 400 |
Definition at line 35 of file MyGUI_Progress.cpp.
const size_t MyGUI::PROGRESS_AUTO_RANGE = 1000 |
Definition at line 34 of file MyGUI_Progress.cpp.
const size_t MyGUI::PROGRESS_AUTO_WIDTH = 200 |
Definition at line 33 of file MyGUI_Progress.cpp.
const int MyGUI::SCROLL_MOUSE_WHEEL = 50 |
Definition at line 32 of file MyGUI_VScroll.cpp.
const int MyGUI::SCROLL_VIEW_MOUSE_WHEEL = 50 |
Definition at line 33 of file MyGUI_ScrollView.cpp.
const int MyGUI::SCROLL_VIEW_SCROLL_PAGE = 16 |
Definition at line 34 of file MyGUI_ScrollView.cpp.
const size_t MyGUI::SIMPLETEXT_COUNT_VERTEX = 32 * VERTEX_IN_QUAD |
Definition at line 38 of file MyGUI_EditText.cpp.
const float MyGUI::TAB_SPEED_FADE_COEF = 5.0f |
Definition at line 34 of file MyGUI_Tab.cpp.
const size_t MyGUI::TILERECT_COUNT_VERTEX = 16 * VertexQuad::VertexCount |
Definition at line 36 of file MyGUI_TileRect.cpp.
const size_t MyGUI::VERTEX_IN_QUAD = 6 |
Definition at line 37 of file MyGUI_EditText.cpp.
const float MyGUI::WIDGET_TOOLTIP_TIMEOUT = 0.5f |
Definition at line 46 of file MyGUI_Widget.cpp.
const float MyGUI::WINDOW_ALPHA_ACTIVE = ALPHA_MAX |
Definition at line 35 of file MyGUI_Window.cpp.
const float MyGUI::WINDOW_ALPHA_DEACTIVE = 0.3f |
Definition at line 37 of file MyGUI_Window.cpp.
const float MyGUI::WINDOW_ALPHA_FOCUS = 0.7f |
Definition at line 36 of file MyGUI_Window.cpp.
const int MyGUI::WINDOW_SNAP_DISTANSE = 10 |
Definition at line 40 of file MyGUI_Window.cpp.
const float MyGUI::WINDOW_SPEED_COEF = 3.0f |
Definition at line 38 of file MyGUI_Window.cpp.