MyGUI 3.4.1
|
Namespaces | |
namespace | action |
namespace | delegates |
namespace | FontCodeType |
namespace | geometry_utility |
namespace | texture_utility |
namespace | types |
namespace | utility |
namespace | xml |
using MyGUI::ButtonPtr = typedef Button* |
Definition at line 21 of file MyGUI_DeprecatedTypes.h.
using MyGUI::CanvasPtr = typedef Canvas* |
Definition at line 31 of file MyGUI_DeprecatedTypes.h.
using MyGUI::Char = typedef unsigned int |
Definition at line 49 of file MyGUI_Types.h.
using MyGUI::ComboBoxPtr = typedef ComboBox* |
Definition at line 23 of file MyGUI_DeprecatedTypes.h.
using MyGUI::DDContainerPtr = typedef DDContainer* |
Definition at line 30 of file MyGUI_DeprecatedTypes.h.
using MyGUI::DequeUndoRedoInfo = typedef std::deque<VectorChangeInfo> |
Definition at line 59 of file MyGUI_TextChangeHistory.h.
using MyGUI::DLL_START_PLUGIN = typedef void (*)() |
Definition at line 16 of file MyGUI_PluginManager.cpp.
using MyGUI::DLL_STOP_PLUGIN = typedef void (*)() |
Definition at line 17 of file MyGUI_PluginManager.cpp.
using MyGUI::DoubleCoord = typedef types::TCoord<double> |
Definition at line 37 of file MyGUI_Types.h.
typedef std::pair<ISubWidget*, size_t> MyGUI::DrawItemInfo |
Definition at line 19 of file MyGUI_RenderItem.h.
using MyGUI::Edit = typedef EditBox |
Definition at line 57 of file MyGUI_DeprecatedTypes.h.
using MyGUI::EditPtr = typedef Edit* |
Definition at line 58 of file MyGUI_DeprecatedTypes.h.
Definition at line 36 of file MyGUI_ResourceImageSetData.h.
Definition at line 26 of file MyGUI_ILayerNode.h.
using MyGUI::EnumeratorWidgetPtr = typedef Enumerator<VectorWidgetPtr> |
Definition at line 22 of file MyGUI_WidgetDefines.h.
typedef delegates::CMultiDelegate3<Widget*, const std::string&, const std::string&> MyGUI::EventHandle_AddUserStringDelegate |
Definition at line 21 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::CMultiDelegate2<Widget*, const WidgetInfo&> MyGUI::EventHandle_CreateWidgetDelegate |
Definition at line 20 of file MyGUI_LayoutManager.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*, const IBNotifyItemData&> MyGUI::EventHandle_MultiListPtrCIBNotifyCellDataRef |
Definition at line 29 of file MyGUI_MultiListBox.h.
typedef delegates::CMultiDelegate2<MultiListBox*, size_t> MyGUI::EventHandle_MultiListPtrSizeT |
Definition at line 28 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::CDelegate5<MultiListBox*, size_t, size_t, size_t, bool&> MyGUI::EventHandle_MultiListPtrSizeTSizeTSizeTBoolRef |
Definition at line 27 of file MyGUI_MultiListBox.h.
typedef delegates::CMultiDelegate2<ScrollBar*, size_t> MyGUI::EventHandle_ScrollBarPtrSizeT |
Definition at line 18 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<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.
using MyGUI::EventHandle_WidgetPtr = typedef delegates::CMultiDelegate1<Widget*> |
Definition at line 21 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.
using MyGUI::FloatCoord = typedef types::TCoord<float> |
Definition at line 36 of file MyGUI_Types.h.
using MyGUI::FloatPoint = typedef types::TPoint<float> |
Definition at line 27 of file MyGUI_Types.h.
using MyGUI::FloatRect = typedef types::TRect<float> |
Definition at line 33 of file MyGUI_Types.h.
using MyGUI::FloatSize = typedef types::TSize<float> |
Definition at line 30 of file MyGUI_Types.h.
using MyGUI::HScrollPtr = typedef HScroll* |
Definition at line 34 of file MyGUI_DeprecatedTypes.h.
using MyGUI::IntCoord = typedef types::TCoord<int> |
Definition at line 35 of file MyGUI_Types.h.
using MyGUI::IntPoint = typedef types::TPoint<int> |
Definition at line 26 of file MyGUI_Types.h.
using MyGUI::IntRect = typedef types::TRect<int> |
Definition at line 32 of file MyGUI_Types.h.
using MyGUI::IntSize = typedef types::TSize<int> |
Definition at line 29 of file MyGUI_Types.h.
using MyGUI::IResourcePtr = typedef IResource* |
Definition at line 19 of file MyGUI_IResource.h.
using MyGUI::ItemBoxPtr = typedef ItemBox* |
Definition at line 25 of file MyGUI_DeprecatedTypes.h.
using MyGUI::List = typedef ListBox |
Definition at line 54 of file MyGUI_DeprecatedTypes.h.
using MyGUI::ListPtr = typedef List* |
Definition at line 55 of file MyGUI_DeprecatedTypes.h.
typedef std::map<std::string, IStateInfo*> MyGUI::MapStateInfo |
Definition at line 23 of file MyGUI_IStateInfo.h.
typedef std::map<std::string, std::string> MyGUI::MapString |
Definition at line 39 of file MyGUI_Types.h.
using MyGUI::MapWidgetPtr = typedef std::map<std::string, Widget*> |
Definition at line 21 of file MyGUI_WidgetDefines.h.
typedef std::map<std::string, VectorStateInfo> MyGUI::MapWidgetStateInfo |
Definition at line 24 of file MyGUI_IStateInfo.h.
using MyGUI::MenuBarPtr = typedef MenuBar* |
Definition at line 28 of file MyGUI_DeprecatedTypes.h.
using MyGUI::MenuCtrl = typedef MenuControl |
Definition at line 66 of file MyGUI_DeprecatedTypes.h.
using MyGUI::MenuCtrlPtr = typedef MenuCtrl* |
Definition at line 67 of file MyGUI_DeprecatedTypes.h.
using MyGUI::MenuItemPtr = typedef MenuItem* |
Definition at line 26 of file MyGUI_DeprecatedTypes.h.
using MyGUI::MultiList = typedef MultiListBox |
Definition at line 63 of file MyGUI_DeprecatedTypes.h.
using MyGUI::MultiListPtr = typedef MultiList* |
Definition at line 64 of file MyGUI_DeprecatedTypes.h.
typedef std::pair<std::string, std::string> MyGUI::PairString |
Definition at line 41 of file MyGUI_Types.h.
using MyGUI::PopupMenuPtr = typedef PopupMenu* |
Definition at line 27 of file MyGUI_DeprecatedTypes.h.
using MyGUI::Progress = typedef ProgressBar |
Definition at line 51 of file MyGUI_DeprecatedTypes.h.
using MyGUI::ProgressPtr = typedef Progress* |
Definition at line 52 of file MyGUI_DeprecatedTypes.h.
using MyGUI::RenderBox = typedef Canvas |
Definition at line 42 of file MyGUI_DeprecatedTypes.h.
using MyGUI::RenderBoxPtr = typedef Canvas* |
Definition at line 43 of file MyGUI_DeprecatedTypes.h.
Definition at line 24 of file MyGUI_ResourceImageSet.h.
using MyGUI::ScrollViewPtr = typedef ScrollView* |
Definition at line 29 of file MyGUI_DeprecatedTypes.h.
using MyGUI::SetString = typedef std::set<std::string> |
Definition at line 1070 of file MyGUI_BackwardCompatibility.cpp.
using MyGUI::Sheet = typedef TabItem |
Definition at line 39 of file MyGUI_DeprecatedTypes.h.
using MyGUI::SheetPtr = typedef TabItem* |
Definition at line 40 of file MyGUI_DeprecatedTypes.h.
using MyGUI::StaticImage = typedef ImageBox |
Definition at line 45 of file MyGUI_DeprecatedTypes.h.
using MyGUI::StaticImagePtr = typedef StaticImage* |
Definition at line 46 of file MyGUI_DeprecatedTypes.h.
using MyGUI::StaticText = typedef TextBox |
Definition at line 48 of file MyGUI_DeprecatedTypes.h.
using MyGUI::StaticTextPtr = typedef StaticText* |
Definition at line 49 of file MyGUI_DeprecatedTypes.h.
using MyGUI::Tab = typedef TabControl |
Definition at line 60 of file MyGUI_DeprecatedTypes.h.
using MyGUI::TabItemPtr = typedef TabItem* |
Definition at line 24 of file MyGUI_DeprecatedTypes.h.
using MyGUI::TabPtr = typedef Tab* |
Definition at line 61 of file MyGUI_DeprecatedTypes.h.
using MyGUI::uint16 = typedef uint16_t |
Definition at line 46 of file MyGUI_Types.h.
using MyGUI::uint32 = typedef uint32_t |
Definition at line 47 of file MyGUI_Types.h.
using MyGUI::uint8 = typedef uint8_t |
Definition at line 45 of file MyGUI_Types.h.
using MyGUI::VectorChangeInfo = typedef std::vector<TextCommandInfo> |
Definition at line 58 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 33 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 16 of file MyGUI_GeometryUtility.h.
using MyGUI::VectorGlyphInfo = typedef std::vector<GlyphInfo> |
Definition at line 68 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 25 of file MyGUI_ILayerNode.h.
typedef std::vector<ImageItem> MyGUI::VectorImages |
Definition at line 29 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 19 of file MyGUI_LayerNode.h.
typedef std::vector<IStateInfo*> MyGUI::VectorStateInfo |
Definition at line 22 of file MyGUI_IStateInfo.h.
using MyGUI::VectorString = typedef std::vector<std::string> |
Definition at line 40 of file MyGUI_Types.h.
using MyGUI::VectorStringPairs = typedef std::vector<PairString> |
Definition at line 42 of file MyGUI_Types.h.
typedef std::vector<ISubWidget*> MyGUI::VectorSubWidget |
Definition at line 22 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.
using MyGUI::VectorWidgetPtr = typedef std::vector<Widget*> |
Definition at line 20 of file MyGUI_WidgetDefines.h.
using MyGUI::VScrollPtr = typedef VScroll* |
Definition at line 37 of file MyGUI_DeprecatedTypes.h.
using MyGUI::WidgetPtr = typedef Widget* |
Definition at line 20 of file MyGUI_DeprecatedTypes.h.
using MyGUI::WindowPtr = typedef Window* |
Definition at line 22 of file MyGUI_DeprecatedTypes.h.
|
static |
Definition at line 1051 of file MyGUI_BackwardCompatibility.cpp.
|
static |
Definition at line 1063 of file MyGUI_BackwardCompatibility.cpp.
|
inline |
Definition at line 46 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 21 of file MyGUI_WidgetTranslate.h.
|
inline |
Definition at line 26 of file MyGUI_WidgetTranslate.h.
|
inline |
Definition at line 31 of file MyGUI_WidgetTranslate.h.
|
inline |
Definition at line 16 of file MyGUI_WidgetTranslate.h.
bool MyGUI::isWhitespace | ( | const UString::code_point & | c | ) |
Definition at line 292 of file MyGUI_EditBox.cpp.
|
inline |
Definition at line 31 of file MyGUI_PolygonalSkin.cpp.
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | ClipboardManager | ) |
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | ControllerManager | ) |
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | DataManager | ) |
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | DynLibManager | ) |
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | FactoryManager | ) |
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | FontManager | ) |
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | Gui | ) |
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | InputManager | ) |
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | LanguageManager | ) |
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | LayerManager | ) |
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | LayoutManager | ) |
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | PluginManager | ) |
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | PointerManager | ) |
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | RenderManager | ) |
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | ResourceManager | ) |
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | SkinManager | ) |
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | SubWidgetManager | ) |
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | ToolTipManager | ) |
MyGUI::MYGUI_SINGLETON_DEFINITION | ( | WidgetManager | ) |
|
inline |
Definition at line 126 of file MyGUI_Delegate.h.
|
inline |
Definition at line 114 of file MyGUI_Delegate.h.
|
inline |
Definition at line 106 of file MyGUI_Delegate.h.
|
inline |
Definition at line 99 of file MyGUI_Delegate.h.
|
inline |
Definition at line 1025 of file MyGUI_UString.h.
|
inline |
Definition at line 1049 of file MyGUI_UString.h.
|
inline |
Definition at line 1019 of file MyGUI_UString.h.
|
inline |
Definition at line 1043 of file MyGUI_UString.h.
|
inline |
Definition at line 1028 of file MyGUI_UString.h.
|
inline |
Definition at line 1052 of file MyGUI_UString.h.
|
inline |
Definition at line 1031 of file MyGUI_UString.h.
|
inline |
Definition at line 1055 of file MyGUI_UString.h.
|
inline |
Definition at line 1022 of file MyGUI_UString.h.
|
inline |
Definition at line 1046 of file MyGUI_UString.h.
|
inline |
Definition at line 1034 of file MyGUI_UString.h.
|
inline |
Definition at line 1058 of file MyGUI_UString.h.
|
inline |
Definition at line 1037 of file MyGUI_UString.h.
|
inline |
Definition at line 1061 of file MyGUI_UString.h.
|
inline |
Definition at line 41 of file MyGUI_WidgetTranslate.h.
|
inline |
Definition at line 36 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 = nullptr |
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 20 of file MyGUI_ControllerEdgeHide.cpp.
|
static |
Definition at line 1072 of file MyGUI_BackwardCompatibility.cpp.
|
static |
Definition at line 1071 of file MyGUI_BackwardCompatibility.cpp.
|
static |
Definition at line 1073 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 * VertexQuad::VertexCount |
Definition at line 21 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 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.