|
@@ -4913,14 +4913,14 @@ Methods:
|
|
|
- UIElement* LoadLayout(const String fileName, XMLFile* styleFile = 0)
|
|
- UIElement* LoadLayout(const String fileName, XMLFile* styleFile = 0)
|
|
|
- UIElement* LoadLayout(XMLFile* file, XMLFile* styleFile = 0)
|
|
- UIElement* LoadLayout(XMLFile* file, XMLFile* styleFile = 0)
|
|
|
- bool SaveLayout(Serializer& dest, UIElement* element)
|
|
- bool SaveLayout(Serializer& dest, UIElement* element)
|
|
|
-- void SetClipBoardText(const String text)
|
|
|
|
|
|
|
+- void SetClipboardText(const String text)
|
|
|
- void SetDoubleClickInterval(float interval)
|
|
- void SetDoubleClickInterval(float interval)
|
|
|
- void SetDragBeginInterval(float interval)
|
|
- void SetDragBeginInterval(float interval)
|
|
|
- void SetDragBeginDistance(int pixels)
|
|
- void SetDragBeginDistance(int pixels)
|
|
|
- void SetDefaultToolTipDelay(float delay)
|
|
- void SetDefaultToolTipDelay(float delay)
|
|
|
- void SetMaxFontTextureSize(int size)
|
|
- void SetMaxFontTextureSize(int size)
|
|
|
- void SetNonFocusedMouseWheel(bool nonFocusedMouseWheel)
|
|
- void SetNonFocusedMouseWheel(bool nonFocusedMouseWheel)
|
|
|
-- void SetUseSystemClipBoard(bool enable)
|
|
|
|
|
|
|
+- void SetUseSystemClipboard(bool enable)
|
|
|
- void SetUseScreenKeyboard(bool enable)
|
|
- void SetUseScreenKeyboard(bool enable)
|
|
|
- void SetUseMutableGlyphs(bool enable)
|
|
- void SetUseMutableGlyphs(bool enable)
|
|
|
- void SetForceAutoHint(bool enable)
|
|
- void SetForceAutoHint(bool enable)
|
|
@@ -4933,14 +4933,14 @@ Methods:
|
|
|
- UIElement* GetFocusElement() const
|
|
- UIElement* GetFocusElement() const
|
|
|
- UIElement* GetFrontElement() const
|
|
- UIElement* GetFrontElement() const
|
|
|
- UIElement* GetDragElement() const
|
|
- UIElement* GetDragElement() const
|
|
|
-- const String GetClipBoardText() const
|
|
|
|
|
|
|
+- const String GetClipboardText() const
|
|
|
- float GetDoubleClickInterval() const
|
|
- float GetDoubleClickInterval() const
|
|
|
- float GetDragBeginInterval() const
|
|
- float GetDragBeginInterval() const
|
|
|
- int GetDragBeginDistance() const
|
|
- int GetDragBeginDistance() const
|
|
|
- float GetDefaultToolTipDelay() const
|
|
- float GetDefaultToolTipDelay() const
|
|
|
- int GetMaxFontTextureSize() const
|
|
- int GetMaxFontTextureSize() const
|
|
|
- bool IsNonFocusedMouseWheel() const
|
|
- bool IsNonFocusedMouseWheel() const
|
|
|
-- bool GetUseSystemClipBoard() const
|
|
|
|
|
|
|
+- bool GetUseSystemClipboard() const
|
|
|
- bool GetUseScreenKeyboard() const
|
|
- bool GetUseScreenKeyboard() const
|
|
|
- bool GetUseMutableGlyphs() const
|
|
- bool GetUseMutableGlyphs() const
|
|
|
- bool GetForceAutoHint() const
|
|
- bool GetForceAutoHint() const
|
|
@@ -4955,14 +4955,14 @@ Properties:
|
|
|
- UIElement* focusElement (readonly)
|
|
- UIElement* focusElement (readonly)
|
|
|
- UIElement* frontElement (readonly)
|
|
- UIElement* frontElement (readonly)
|
|
|
- UIElement* dragElement (readonly)
|
|
- UIElement* dragElement (readonly)
|
|
|
-- String clipBoardText
|
|
|
|
|
|
|
+- String clipboardText
|
|
|
- float doubleClickInterval
|
|
- float doubleClickInterval
|
|
|
- float dragBeginInterval
|
|
- float dragBeginInterval
|
|
|
- int dragBeginDistance
|
|
- int dragBeginDistance
|
|
|
- float defaultToolTipDelay
|
|
- float defaultToolTipDelay
|
|
|
- int maxFontTextureSize
|
|
- int maxFontTextureSize
|
|
|
- bool nonFocusedMouseWheel
|
|
- bool nonFocusedMouseWheel
|
|
|
-- bool useSystemClipBoard
|
|
|
|
|
|
|
+- bool useSystemClipboard
|
|
|
- bool useScreenKeyboard
|
|
- bool useScreenKeyboard
|
|
|
- bool useMutableGlyphs
|
|
- bool useMutableGlyphs
|
|
|
- bool forceAutoHint
|
|
- bool forceAutoHint
|