MyGUI
3.2.1
|
Namespaces | |
namespace | action |
namespace | delegates |
namespace | FontCodeType |
namespace | geometry_utility |
namespace | texture_utility |
namespace | types |
namespace | utility |
namespace | xml |
Functions | |
delegates::IDelegate0 * | newDelegate (void(*_func)()) |
template<typename T > | |
delegates::IDelegate0 * | newDelegate (T *_object, void(T::*_method)()) |
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)) |
template<typename TP1 , typename TP2 , typename TP3 , typename TP4 , typename TP5 , typename TP6 > | |
delegates::IDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 > * | newDelegate (void(*_func)(TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6)) |
template<typename T , typename TP1 , typename TP2 , typename TP3 , typename TP4 , typename TP5 , typename TP6 > | |
delegates::IDelegate6< TP1, TP2, TP3, TP4, TP5, TP6 > * | newDelegate (T *_object, void(T::*_method)(TP1 p1, TP2 p2, TP3 p3, TP4 p4, TP5 p5, TP6 p6)) |
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) |
static std::string | convertAlignToDirection (const std::string &_value) |
static std::string | convertRectToCoord (const std::string &_value) |
float | len (float x, float y) |
BOOL CALLBACK | EnumWindowProc (HWND hWnd, LPARAM lParam) |
BOOL CALLBACK | EnumChildWindowProc (HWND hWnd, LPARAM lParam) |
Variables | |
const size_t | ITEM_NONE = (std::numeric_limits<size_t>::max)() |
const int | DEFAULT = -1 |
const float | ALPHA_MAX = 1.0f |
const float | ALPHA_MIN = 0.0f |
static MapString | mPropertyRename |
static SetString | mPropertyIgnore |
static MapString | mSkinRename |
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 size_t | IMAGE_MAX_INDEX = 256 |
const float | INPUT_TIME_DOUBLE_CLICK = 0.25f |
const float | INPUT_DELAY_FIRST_KEY = 0.4f |
const float | INPUT_INTERVAL_KEY = 0.05f |
const float | POPUP_MENU_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 int | SCROLL_VIEW_MOUSE_WHEEL = 50 |
const int | SCROLL_VIEW_SCROLL_PAGE = 16 |
const float | TAB_SPEED_FADE_COEF = 5.0f |
const size_t | TILERECT_COUNT_VERTEX = 16 * VertexQuad::VertexCount |
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 |
HWND | g_hWnd = NULL |
typedef Button* MyGUI::ButtonPtr |
Definition at line 21 of file MyGUI_DeprecatedTypes.h.
typedef Canvas* MyGUI::CanvasPtr |
Definition at line 31 of file MyGUI_DeprecatedTypes.h.
typedef unsigned int MyGUI::Char |
Definition at line 51 of file MyGUI_Types.h.
typedef ComboBox* MyGUI::ComboBoxPtr |
Definition at line 23 of file MyGUI_DeprecatedTypes.h.
typedef DDContainer* MyGUI::DDContainerPtr |
Definition at line 30 of file MyGUI_DeprecatedTypes.h.
typedef std::deque<VectorChangeInfo> MyGUI::DequeUndoRedoInfo |
Definition at line 61 of file MyGUI_TextChangeHistory.h.
typedef void(* MyGUI::DLL_START_PLUGIN)(void) |
Definition at line 15 of file MyGUI_PluginManager.cpp.
typedef void(* MyGUI::DLL_STOP_PLUGIN)(void) |
Definition at line 16 of file MyGUI_PluginManager.cpp.
typedef std::pair<ISubWidget*, size_t> MyGUI::DrawItemInfo |
Definition at line 19 of file MyGUI_RenderItem.h.
typedef EditBox MyGUI::Edit |
Definition at line 57 of file MyGUI_DeprecatedTypes.h.
typedef Edit* MyGUI::EditPtr |
Definition at line 58 of file MyGUI_DeprecatedTypes.h.
Definition at line 36 of file MyGUI_ResourceImageSetData.h.
Definition at line 25 of file MyGUI_ILayerNode.h.
Definition at line 21 of file MyGUI_WidgetDefines.h.
typedef delegates::CMultiDelegate3<Widget*, const std::string&, const std::string&> MyGUI::EventHandle_AddUserStringDelegate |
Definition at line 20 of file MyGUI_LayoutManager.h.
typedef delegates::CMultiDelegate2<ComboBox*, size_t> MyGUI::EventHandle_ComboBoxPtrSizeT |
Definition at line 23 of file MyGUI_ComboBox.h.
typedef delegates::CMultiDelegate3<DDContainer*, const DDItemInfo&, bool> MyGUI::EventHandle_DDContainerPtrCDDItemInfoRefBool |
Definition at line 19 of file MyGUI_DDContainer.h.
typedef delegates::CMultiDelegate3<DDContainer*, const DDItemInfo&, bool&> MyGUI::EventHandle_DDContainerPtrCDDItemInfoRefBoolRef |
Definition at line 18 of file MyGUI_DDContainer.h.
Definition at line 20 of file MyGUI_EditBox.h.
typedef delegates::CMultiDelegate2<DDContainer*, DDItemState> MyGUI::EventHandle_EventHandle_DDContainerPtrDDItemState |
Definition at line 20 of file MyGUI_DDContainer.h.
typedef delegates::CDelegate3<DDContainer*, Widget*&, IntCoord&> MyGUI::EventHandle_EventHandle_DDContainerPtrWidgetPtrRefIntCoordRef |
Definition at line 21 of file MyGUI_DDContainer.h.
typedef delegates::CMultiDelegate1<float> MyGUI::EventHandle_FrameEventDelegate |
Definition at line 21 of file MyGUI_Gui.h.
typedef delegates::CMultiDelegate2<ItemBox*, const IBNotifyItemData&> MyGUI::EventHandle_ItemBoxPtrCIBNotifyCellDataRef |
Definition at line 24 of file MyGUI_ItemBox.h.
typedef delegates::CDelegate3<ItemBox*, IntCoord&, bool> MyGUI::EventHandle_ItemBoxPtrIntCoordRefBool |
Definition at line 21 of file MyGUI_ItemBox.h.
typedef delegates::CMultiDelegate2<ItemBox*, size_t> MyGUI::EventHandle_ItemBoxPtrSizeT |
Definition at line 23 of file MyGUI_ItemBox.h.
Definition at line 20 of file MyGUI_ItemBox.h.
typedef delegates::CDelegate3<ItemBox*, Widget*, const IBDrawItemInfo&> MyGUI::EventHandle_ItemBoxPtrWidgetPtrCIBCellDrawInfoRef |
Definition at line 22 of file MyGUI_ItemBox.h.
typedef delegates::CMultiDelegate2<ListBox*, const IBNotifyItemData&> MyGUI::EventHandle_ListBoxPtrCIBNotifyCellDataRef |
Definition at line 22 of file MyGUI_ListBox.h.
typedef delegates::CMultiDelegate2<ListBox*, size_t> MyGUI::EventHandle_ListPtrSizeT |
Definition at line 21 of file MyGUI_ListBox.h.
Definition at line 25 of file MyGUI_MenuControl.h.
typedef delegates::CMultiDelegate2<MenuControl*, MenuItem*> MyGUI::EventHandle_MenuCtrlPtrMenuItemPtr |
Definition at line 24 of file MyGUI_MenuControl.h.
typedef delegates::CMultiDelegate2<MultiListBox*, size_t> MyGUI::EventHandle_MultiListPtrSizeT |
Definition at line 27 of file MyGUI_MultiListBox.h.
typedef delegates::CDelegate5<MultiListBox*, size_t, const UString&, const UString&, bool&> MyGUI::EventHandle_MultiListPtrSizeTCUTFStringRefCUTFStringRefBoolRef |
Definition at line 26 of file MyGUI_MultiListBox.h.
typedef delegates::CMultiDelegate2<ScrollBar*, size_t> MyGUI::EventHandle_ScrollBarPtrSizeT |
Definition at line 16 of file MyGUI_ScrollBar.h.
typedef delegates::CMultiDelegate2<TabControl*, size_t> MyGUI::EventHandle_TabPtrSizeT |
Definition at line 21 of file MyGUI_TabControl.h.
typedef delegates::CMultiDelegate2<VScroll*, size_t> MyGUI::EventHandle_VScrollPtrSizeT |
Definition at line 19 of file MyGUI_DeprecatedWidgets.h.
typedef delegates::CMultiDelegate2<Widget*, bool> MyGUI::EventHandle_WidgetBool |
Definition at line 50 of file MyGUI_WidgetInput.h.
typedef delegates::CMultiDelegate2<Widget*, int> MyGUI::EventHandle_WidgetInt |
Definition at line 51 of file MyGUI_WidgetInput.h.
typedef delegates::CMultiDelegate3<Widget*, int, int> MyGUI::EventHandle_WidgetIntInt |
Definition at line 53 of file MyGUI_WidgetInput.h.
typedef delegates::CMultiDelegate4<Widget*, int, int, MouseButton> MyGUI::EventHandle_WidgetIntIntButton |
Definition at line 54 of file MyGUI_WidgetInput.h.
typedef delegates::CMultiDelegate5<Widget*, size_t, const UString&, const UString&, bool&> MyGUI::EventHandle_WidgetIntUTFStringUTFStringBool |
Definition at line 24 of file MyGUI_MultiListBox.h.
Definition at line 55 of file MyGUI_WidgetInput.h.
Definition at line 56 of file MyGUI_WidgetInput.h.
Definition at line 19 of file MyGUI_ControllerItem.h.
typedef delegates::CMultiDelegate2<Widget*, ControllerItem*> MyGUI::EventHandle_WidgetPtrControllerItemPtr |
Definition at line 22 of file MyGUI_ControllerItem.h.
typedef delegates::CMultiDelegate2<Widget*, size_t> MyGUI::EventHandle_WidgetSizeT |
Definition at line 52 of file MyGUI_WidgetInput.h.
typedef delegates::CMultiDelegate2<Widget*, const std::string&> MyGUI::EventHandle_WidgetString |
Definition at line 19 of file MyGUI_Window.h.
typedef delegates::CMultiDelegate3<Widget*, const std::string&, const std::string&> MyGUI::EventHandle_WidgetStringString |
Definition at line 24 of file MyGUI_Widget.h.
typedef delegates::CMultiDelegate2<Widget*, const ToolTipInfo& > MyGUI::EventHandle_WidgetToolTip |
Definition at line 57 of file MyGUI_WidgetInput.h.
Definition at line 48 of file MyGUI_WidgetInput.h.
Definition at line 49 of file MyGUI_WidgetInput.h.
Definition at line 22 of file MyGUI_Window.h.
typedef delegates::CMultiDelegate2<Window*, const std::string&> MyGUI::EventHandle_WindowPtrCStringRef |
Definition at line 21 of file MyGUI_Window.h.
typedef types::TCoord<float> MyGUI::FloatCoord |
Definition at line 36 of file MyGUI_Types.h.
typedef types::TPoint<float> MyGUI::FloatPoint |
Definition at line 27 of file MyGUI_Types.h.
typedef types::TRect<float> MyGUI::FloatRect |
Definition at line 33 of file MyGUI_Types.h.
typedef types::TSize<float> MyGUI::FloatSize |
Definition at line 30 of file MyGUI_Types.h.
typedef HScroll* MyGUI::HScrollPtr |
Definition at line 33 of file MyGUI_DeprecatedTypes.h.
typedef short MyGUI::int16 |
Definition at line 44 of file MyGUI_Types.h.
typedef int MyGUI::int32 |
Definition at line 45 of file MyGUI_Types.h.
typedef char MyGUI::int8 |
Definition at line 43 of file MyGUI_Types.h.
typedef types::TCoord<int> MyGUI::IntCoord |
Definition at line 35 of file MyGUI_Types.h.
typedef types::TPoint<int> MyGUI::IntPoint |
Definition at line 26 of file MyGUI_Types.h.
typedef types::TRect<int> MyGUI::IntRect |
Definition at line 32 of file MyGUI_Types.h.
typedef types::TSize<int> MyGUI::IntSize |
Definition at line 29 of file MyGUI_Types.h.
typedef IResource* MyGUI::IResourcePtr |
Definition at line 18 of file MyGUI_IResource.h.
typedef ItemBox* MyGUI::ItemBoxPtr |
Definition at line 25 of file MyGUI_DeprecatedTypes.h.
typedef ListBox MyGUI::List |
Definition at line 54 of file MyGUI_DeprecatedTypes.h.
typedef List* MyGUI::ListPtr |
Definition at line 55 of file MyGUI_DeprecatedTypes.h.
typedef std::map<std::string, IStateInfo*> MyGUI::MapStateInfo |
Definition at line 26 of file MyGUI_IStateInfo.h.
typedef std::map<std::string, std::string> MyGUI::MapString |
Definition at line 38 of file MyGUI_Types.h.
typedef std::map<std::string, Widget*> MyGUI::MapWidgetPtr |
Definition at line 20 of file MyGUI_WidgetDefines.h.
typedef std::map<std::string, VectorStateInfo> MyGUI::MapWidgetStateInfo |
Definition at line 27 of file MyGUI_IStateInfo.h.
typedef MenuBar* MyGUI::MenuBarPtr |
Definition at line 28 of file MyGUI_DeprecatedTypes.h.
typedef MenuControl MyGUI::MenuCtrl |
Definition at line 66 of file MyGUI_DeprecatedTypes.h.
typedef MenuCtrl* MyGUI::MenuCtrlPtr |
Definition at line 67 of file MyGUI_DeprecatedTypes.h.
typedef MenuItem* MyGUI::MenuItemPtr |
Definition at line 26 of file MyGUI_DeprecatedTypes.h.
typedef MultiListBox MyGUI::MultiList |
Definition at line 63 of file MyGUI_DeprecatedTypes.h.
typedef MultiList* MyGUI::MultiListPtr |
Definition at line 64 of file MyGUI_DeprecatedTypes.h.
typedef std::pair<std::string, std::string> MyGUI::PairString |
Definition at line 40 of file MyGUI_Types.h.
typedef PopupMenu* MyGUI::PopupMenuPtr |
Definition at line 27 of file MyGUI_DeprecatedTypes.h.
typedef ProgressBar MyGUI::Progress |
Definition at line 51 of file MyGUI_DeprecatedTypes.h.
typedef Progress* MyGUI::ProgressPtr |
Definition at line 52 of file MyGUI_DeprecatedTypes.h.
typedef Canvas MyGUI::RenderBox |
Definition at line 42 of file MyGUI_DeprecatedTypes.h.
typedef Canvas* MyGUI::RenderBoxPtr |
Definition at line 43 of file MyGUI_DeprecatedTypes.h.
Definition at line 23 of file MyGUI_ResourceImageSet.h.
typedef ScrollView* MyGUI::ScrollViewPtr |
Definition at line 29 of file MyGUI_DeprecatedTypes.h.
typedef std::set<std::string> MyGUI::SetString |
Definition at line 1057 of file MyGUI_BackwardCompatibility.cpp.
typedef TabItem MyGUI::Sheet |
Definition at line 39 of file MyGUI_DeprecatedTypes.h.
typedef TabItem* MyGUI::SheetPtr |
Definition at line 40 of file MyGUI_DeprecatedTypes.h.
typedef ImageBox MyGUI::StaticImage |
Definition at line 45 of file MyGUI_DeprecatedTypes.h.
typedef StaticImage* MyGUI::StaticImagePtr |
Definition at line 46 of file MyGUI_DeprecatedTypes.h.
typedef TextBox MyGUI::StaticText |
Definition at line 48 of file MyGUI_DeprecatedTypes.h.
typedef StaticText* MyGUI::StaticTextPtr |
Definition at line 49 of file MyGUI_DeprecatedTypes.h.
typedef TabControl MyGUI::Tab |
Definition at line 60 of file MyGUI_DeprecatedTypes.h.
typedef TabItem* MyGUI::TabItemPtr |
Definition at line 24 of file MyGUI_DeprecatedTypes.h.
typedef Tab* MyGUI::TabPtr |
Definition at line 61 of file MyGUI_DeprecatedTypes.h.
typedef unsigned int MyGUI::uint |
Definition at line 49 of file MyGUI_Types.h.
typedef unsigned short MyGUI::uint16 |
Definition at line 47 of file MyGUI_Types.h.
typedef unsigned int MyGUI::uint32 |
Definition at line 48 of file MyGUI_Types.h.
typedef unsigned char MyGUI::uint8 |
Definition at line 46 of file MyGUI_Types.h.
typedef std::vector<TextCommandInfo> MyGUI::VectorChangeInfo |
Definition at line 60 of file MyGUI_TextChangeHistory.h.
typedef std::vector<CharInfo> MyGUI::VectorCharInfo |
Definition at line 112 of file MyGUI_TextViewData.h.
typedef std::vector<ChildSkinInfo> MyGUI::VectorChildSkinInfo |
Definition at line 32 of file MyGUI_ChildSkinInfo.h.
typedef std::vector<DrawItemInfo> MyGUI::VectorDrawItem |
Definition at line 20 of file MyGUI_RenderItem.h.
typedef std::vector<FloatPoint> MyGUI::VectorFloatPoint |
Definition at line 15 of file MyGUI_GeometryUtility.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 35 of file MyGUI_ResourceImageSetData.h.
typedef std::vector<ILayerNode*> MyGUI::VectorILayerNode |
Definition at line 22 of file MyGUI_ILayerNode.h.
typedef std::vector<ImageItem> MyGUI::VectorImages |
Definition at line 28 of file MyGUI_ImageInfo.h.
typedef std::vector<IndexImage> MyGUI::VectorIndexImage |
Definition at line 26 of file MyGUI_ResourceImageSetData.h.
typedef std::vector<IUnlinkWidget*> MyGUI::VectorIUnlinkWidget |
Definition at line 23 of file MyGUI_IUnlinkWidget.h.
typedef std::vector<ILayerItem*> MyGUI::VectorLayerItem |
Definition at line 20 of file MyGUI_LayerNode.h.
typedef std::vector<LineInfo> MyGUI::VectorLineInfo |
Definition at line 137 of file MyGUI_TextViewData.h.
typedef std::vector<RenderItem*> MyGUI::VectorRenderItem |
Definition at line 18 of file MyGUI_LayerNode.h.
typedef std::vector<IStateInfo*> MyGUI::VectorStateInfo |
Definition at line 25 of file MyGUI_IStateInfo.h.
typedef std::vector<std::string> MyGUI::VectorString |
Definition at line 39 of file MyGUI_Types.h.
typedef std::vector<PairString> MyGUI::VectorStringPairs |
Definition at line 41 of file MyGUI_Types.h.
typedef std::vector<ISubWidget*> MyGUI::VectorSubWidget |
Definition at line 21 of file MyGUI_ISubWidget.h.
typedef std::vector<SubWidgetInfo> MyGUI::VectorSubWidgetInfo |
Definition at line 32 of file MyGUI_SubWidgetInfo.h.
typedef std::vector<WidgetInfo> MyGUI::VectorWidgetInfo |
Definition at line 51 of file MyGUI_LayoutData.h.
typedef std::vector<Widget*> MyGUI::VectorWidgetPtr |
Definition at line 18 of file MyGUI_WidgetDefines.h.
typedef VScroll* MyGUI::VScrollPtr |
Definition at line 36 of file MyGUI_DeprecatedTypes.h.
typedef Widget* MyGUI::WidgetPtr |
Definition at line 20 of file MyGUI_DeprecatedTypes.h.
typedef Window* MyGUI::WindowPtr |
Definition at line 22 of file MyGUI_DeprecatedTypes.h.
|
static |
Definition at line 1038 of file MyGUI_BackwardCompatibility.cpp.
|
static |
Definition at line 1050 of file MyGUI_BackwardCompatibility.cpp.
|
inline |
Definition at line 45 of file MyGUI_WidgetTranslate.h.
BOOL CALLBACK MyGUI::EnumChildWindowProc | ( | HWND | hWnd, |
LPARAM | lParam | ||
) |
Definition at line 40 of file MyGUI_WindowsClipboardHandler.cpp.
BOOL CALLBACK MyGUI::EnumWindowProc | ( | HWND | hWnd, |
LPARAM | lParam | ||
) |
Definition at line 22 of file MyGUI_WindowsClipboardHandler.cpp.
|
inline |
Definition at line 20 of file MyGUI_WidgetTranslate.h.
|
inline |
Definition at line 25 of file MyGUI_WidgetTranslate.h.
|
inline |
Definition at line 30 of file MyGUI_WidgetTranslate.h.
|
inline |
Definition at line 15 of file MyGUI_WidgetTranslate.h.
|
inline |
Definition at line 35 of file MyGUI_PolygonalSkin.cpp.
|
inline |
Definition at line 118 of file MyGUI_Delegate.h.
|
inline |
Definition at line 118 of file MyGUI_Delegate.h.
|
inline |
Definition at line 118 of file MyGUI_Delegate.h.
|
inline |
Definition at line 118 of file MyGUI_Delegate.h.
|
inline |
Definition at line 118 of file MyGUI_Delegate.h.
|
inline |
Definition at line 118 of file MyGUI_Delegate.h.
|
inline |
Definition at line 118 of file MyGUI_Delegate.h.
|
inline |
Definition at line 128 of file MyGUI_Delegate.h.
|
inline |
Definition at line 128 of file MyGUI_Delegate.h.
|
inline |
Definition at line 128 of file MyGUI_Delegate.h.
|
inline |
Definition at line 128 of file MyGUI_Delegate.h.
|
inline |
Definition at line 128 of file MyGUI_Delegate.h.
|
inline |
Definition at line 128 of file MyGUI_Delegate.h.
|
inline |
Definition at line 128 of file MyGUI_Delegate.h.
|
inline |
Definition at line 1050 of file MyGUI_UString.h.
|
inline |
Definition at line 1074 of file MyGUI_UString.h.
|
inline |
Definition at line 1044 of file MyGUI_UString.h.
|
inline |
Definition at line 1068 of file MyGUI_UString.h.
|
inline |
Definition at line 1053 of file MyGUI_UString.h.
|
inline |
Definition at line 1077 of file MyGUI_UString.h.
|
inline |
Definition at line 1056 of file MyGUI_UString.h.
|
inline |
Definition at line 1080 of file MyGUI_UString.h.
|
inline |
Definition at line 1047 of file MyGUI_UString.h.
|
inline |
Definition at line 1071 of file MyGUI_UString.h.
|
inline |
Definition at line 1059 of file MyGUI_UString.h.
|
inline |
Definition at line 1083 of file MyGUI_UString.h.
|
inline |
Definition at line 1062 of file MyGUI_UString.h.
|
inline |
Definition at line 1086 of file MyGUI_UString.h.
|
inline |
Definition at line 40 of file MyGUI_WidgetTranslate.h.
|
inline |
Definition at line 35 of file MyGUI_WidgetTranslate.h.
const float MyGUI::ALPHA_MAX = 1.0f |
Definition at line 19 of file MyGUI_Macros.h.
const float MyGUI::ALPHA_MIN = 0.0f |
Definition at line 20 of file MyGUI_Macros.h.
const float MyGUI::COMBO_ALPHA_COEF = 4.0f |
Definition at line 23 of file MyGUI_ComboBox.cpp.
const float MyGUI::COMBO_ALPHA_MAX = ALPHA_MAX |
Definition at line 21 of file MyGUI_ComboBox.cpp.
const float MyGUI::COMBO_ALPHA_MIN = ALPHA_MIN |
Definition at line 22 of file MyGUI_ComboBox.cpp.
const int MyGUI::DEFAULT = -1 |
Definition at line 18 of file MyGUI_Macros.h.
const float MyGUI::EDIT_ACTION_MOUSE_TIMER = 0.05f |
Definition at line 24 of file MyGUI_EditBox.cpp.
const int MyGUI::EDIT_ACTION_MOUSE_ZONE = 1500 |
Definition at line 30 of file MyGUI_EditBox.cpp.
const std::string MyGUI::EDIT_CLIPBOARD_TYPE_TEXT = "Text" |
Definition at line 31 of file MyGUI_EditBox.cpp.
const int MyGUI::EDIT_CURSOR_MAX_POSITION = 100000 |
Definition at line 25 of file MyGUI_EditBox.cpp.
const int MyGUI::EDIT_CURSOR_MIN_POSITION = -100000 |
Definition at line 26 of file MyGUI_EditBox.cpp.
const float MyGUI::EDIT_CURSOR_TIMER = 0.7f |
Definition at line 23 of file MyGUI_EditBox.cpp.
const size_t MyGUI::EDIT_DEFAULT_MAX_TEXT_LENGTH = 2048 |
Definition at line 28 of file MyGUI_EditBox.cpp.
const size_t MyGUI::EDIT_MAX_UNDO = 128 |
Definition at line 27 of file MyGUI_EditBox.cpp.
const int MyGUI::EDIT_MOUSE_WHEEL = 50 |
Definition at line 32 of file MyGUI_EditBox.cpp.
const float MyGUI::EDIT_OFFSET_HORZ_CURSOR = 10.0f |
Definition at line 29 of file MyGUI_EditBox.cpp.
HWND MyGUI::g_hWnd = NULL |
Definition at line 20 of file MyGUI_WindowsClipboardHandler.cpp.
const size_t MyGUI::IMAGE_MAX_INDEX = 256 |
Definition at line 19 of file MyGUI_ImageBox.cpp.
const float MyGUI::INPUT_DELAY_FIRST_KEY = 0.4f |
Definition at line 20 of file MyGUI_InputManager.cpp.
const float MyGUI::INPUT_INTERVAL_KEY = 0.05f |
Definition at line 21 of file MyGUI_InputManager.cpp.
const float MyGUI::INPUT_TIME_DOUBLE_CLICK = 0.25f |
Definition at line 19 of file MyGUI_InputManager.cpp.
const size_t MyGUI::ITEM_NONE = (std::numeric_limits<size_t>::max)() |
Definition at line 17 of file MyGUI_Macros.h.
const float MyGUI::M_PI = 3.141593f |
Definition at line 18 of file MyGUI_ControllerEdgeHide.cpp.
|
static |
Definition at line 1059 of file MyGUI_BackwardCompatibility.cpp.
|
static |
Definition at line 1058 of file MyGUI_BackwardCompatibility.cpp.
|
static |
Definition at line 1060 of file MyGUI_BackwardCompatibility.cpp.
const float MyGUI::POPUP_MENU_SPEED_COEF = 3.0f |
Definition at line 23 of file MyGUI_MenuControl.cpp.
const float MyGUI::PROGRESS_AUTO_COEF = 400 |
Definition at line 19 of file MyGUI_ProgressBar.cpp.
const size_t MyGUI::PROGRESS_AUTO_RANGE = 1000 |
Definition at line 18 of file MyGUI_ProgressBar.cpp.
const size_t MyGUI::PROGRESS_AUTO_WIDTH = 200 |
Definition at line 17 of file MyGUI_ProgressBar.cpp.
const int MyGUI::SCROLL_VIEW_MOUSE_WHEEL = 50 |
Definition at line 16 of file MyGUI_ScrollView.cpp.
const int MyGUI::SCROLL_VIEW_SCROLL_PAGE = 16 |
Definition at line 17 of file MyGUI_ScrollView.cpp.
const size_t MyGUI::SIMPLETEXT_COUNT_VERTEX = 32 * VERTEX_IN_QUAD |
Definition at line 22 of file MyGUI_EditText.cpp.
const float MyGUI::TAB_SPEED_FADE_COEF = 5.0f |
Definition at line 18 of file MyGUI_TabControl.cpp.
const size_t MyGUI::TILERECT_COUNT_VERTEX = 16 * VertexQuad::VertexCount |
Definition at line 20 of file MyGUI_TileRect.cpp.
const size_t MyGUI::VERTEX_IN_QUAD = 6 |
Definition at line 21 of file MyGUI_EditText.cpp.
const float MyGUI::WINDOW_ALPHA_ACTIVE = ALPHA_MAX |
Definition at line 18 of file MyGUI_Window.cpp.
const float MyGUI::WINDOW_ALPHA_DEACTIVE = 0.3f |
Definition at line 20 of file MyGUI_Window.cpp.
const float MyGUI::WINDOW_ALPHA_FOCUS = 0.7f |
Definition at line 19 of file MyGUI_Window.cpp.
const int MyGUI::WINDOW_SNAP_DISTANSE = 10 |
Definition at line 23 of file MyGUI_Window.cpp.
const float MyGUI::WINDOW_SPEED_COEF = 3.0f |
Definition at line 21 of file MyGUI_Window.cpp.