Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

XInterface.GUIToolTip

Extends
GUIComponent
Modifiers
native

Core.Object
|   
+-- XInterface.GUI
   |   
   +-- XInterface.GUIComponent
      |   
      +-- XInterface.GUIToolTip

Constants Summary
Inherited Contants from XInterface.GUI
Counter, QBTN_Abort, QBTN_AbortRetry, QBTN_Cancel, QBTN_Continue, QBTN_Ignore, QBTN_No, QBTN_Ok, QBTN_OkCancel, QBTN_Retry, QBTN_Yes, QBTN_YesNo, QBTN_YesNoCancel

Variables Summary
GUIToolTip
boolbMultiLine
boolbResetPosition
boolbTrackInput
boolbTrackMouse
floatCurrentTime
floatExpirationSeconds
floatInitialDelay
array<string>Lines
floatMaxWidth
floatStartTime
stringText
Inherited Variables from XInterface.GUIComponent
bAcceptsInput, bAnimating, bBoundToParent, bCaptureMouse, bCaptureTabs, bDebugging, bDropSource, bDropTarget, bFocusOnWatch, bHasFocus, bInit, bMouseOverSound, bNeverFocus, bNeverScale, BoundingType, Bounds[4], bPendingFocus, bPositioned, bRepeatClick, bRequireReleaseClick, bRequiresStyle, bScaleToParent, bSizing, bStandardized, bTabStop, bTimerRepeat, bTravelling, bVisible, ClientBounds[4], ContextMenu, DrawCount, DropState, FocusInstead, FontScale, FriendlyLabel, Hint, IniDefault, IniOption, LastMenuState, MenuOwner, MenuState, MotionFrame, MouseCursorIndex, MouseOffset[4], OnClickSound, OnDrawCount, OnPreDrawCount, OnRenderCount, OnRenderedCount, PageOwner, PreDrawCount, RenderWeight, ScalingType, SizeFrame, StandardHeight, Style, StyleName, TabOrder, Tag, TimerCountdown, TimerIndex, TimerInterval, ToolTip, WhiteColor, WinHeight, WinLeft, WinTop, WinWidth
Inherited Variables from XInterface.GUI
Controller, SaveColor, SaveFont, SaveModulation, SaveStyle, SaveX, SaveY

Enumerations Summary
Inherited Enumerations from XInterface.GUIComponent
EClickSound, EParentScaleType
Inherited Enumerations from XInterface.GUI
EAnimationType, eCellStyle, eDrawDirection, eDropState, eEditMask, eFontScale, eIconPosition, eImgAlign, eImgStyle, EMenuRenderStyle, eMenuState, EOrientation, ePageAlign, eTextAlign, eTextCase

Structures Summary
Inherited Structures from XInterface.GUI
APackInfo, AutoLoginInfo, GUIListElem, GUITabItem, GUITreeNode, ImageListElem, MultiSelectListElem

Delegates Summary
delegateGUIToolTip EnterArea ()))
delegatefloat GetHeight (Canvas C ))
delegatefloat GetLeft (Canvas C ))
delegatefloat GetTop (Canvas C ))
delegatefloat GetWidth (Canvas C ))
delegate HideToolTip ()))
delegatebool LeaveArea ()))
delegate ShowToolTip ()))
delegate Tick (float RealSeconds ))
Inherited Delegates from XInterface.GUIComponent
OnActivate, OnArrival, OnBeginDrag, OnBeginTooltip, OnCapturedMouseMove, OnChange, OnClick, OnDblClick, OnDeActivate, OnDesignModeKeyEvent, OnDragDrop, OnDragEnter, OnDragLeave, OnDragOver, OnDraw, OnEndAnimation, OnEndDrag, OnEndTooltip, OnHide, OnHitTest, OnHover, OnInvalidate, OnKeyEvent, OnKeyType, OnLoadINI, OnMessage, OnMousePressed, OnMouseRelease, OnMultiSelect, OnPreDraw, OnRender, OnRendered, OnRightClick, OnSaveINI, OnShow, OnTimer, OnWatch

Functions Summary
functionfloat GetTopAboveCursor (Canvas C ))
functionfloat GetTopBelowCursor (Canvas C ))
functionGUIToolTip InternalEnterArea ()))
functionbool InternalLeaveArea ()))
function SetTip (coerce string NewTip)
event UpdatePosition (Canvas C ))
Inherited Functions from XInterface.GUIComponent
ActualHeight, ActualLeft, ActualTop, ActualWidth, AdditionalDebugString, Animate, AutoPosition, AutoPositionOn, BeginAnimation, CanAcceptFocus, CenterMouse, Closed, DAnimate, DebugFocus, DebugFocusPosition, DebugTabOrder, DisableComponent, DisableMe, DropStateChange, EnableComponent, EnableMe, EndAnimation, FillOwner, FocusFirst, FocusLast, Free, GetMenuPath, Hide, InitComponent, IsInBounds, IsInClientBounds, IsMultiSelect, KillAnimation, KillTimer, LevelChanged, LoadINI, LoseFocus, MakeColorCode, MenuStateChange, NextControl, NextPage, Opened, OwnerPage, PadLeft, PadRight, PlayerOwner, PrevControl, PrevPage, RelativeHeight, RelativeLeft, RelativeTop, RelativeWidth, Resize, ResolutionChanged, SaveINI, SetFocus, SetFocusInstead, SetFriendlyLabel, SetHint, SetPosition, SetTimer, SetTooltip, SetToolTipText, SetVisibility, Show, SpecialHit, StripColorCodes, Timer, UpdateOffset
Inherited Functions from XInterface.GUI
GetModList, GetModLogo, GetModValue, IsDigit, JoinArray, Profile


Variables Detail

GUIToolTip

bMultiLine Source code

var(GUIToolTip) bool bMultiLine;

bResetPosition Source code

var(GUIToolTip) bool bResetPosition;

bTrackInput Source code

var(GUIToolTip) bool bTrackInput;

bTrackMouse Source code

var(GUIToolTip) bool bTrackMouse;

CurrentTime Source code

var(GUIToolTip) noexport float CurrentTime;

ExpirationSeconds Source code

var(GUIToolTip) globalconfig float ExpirationSeconds;

InitialDelay Source code

var(GUIToolTip) globalconfig float InitialDelay;

Lines Source code

var(GUIToolTip) const array<string> Lines;

MaxWidth Source code

var(GUIToolTip) globalconfig float MaxWidth;

StartTime Source code

var(GUIToolTip) noexport float StartTime;

Text Source code

var(GUIToolTip) const string Text;


Delegates Detail

EnterArea Source code

delegate GUIToolTip EnterArea ( ) )

GetHeight Source code

delegate float GetHeight ( Canvas C ) )

GetLeft Source code

delegate float GetLeft ( Canvas C ) )

GetTop Source code

delegate float GetTop ( Canvas C ) )

GetWidth Source code

delegate float GetWidth ( Canvas C ) )

HideToolTip Source code

delegate HideToolTip ( ) )

LeaveArea Source code

delegate bool LeaveArea ( ) )

ShowToolTip Source code

delegate ShowToolTip ( ) )

Tick Source code

delegate Tick ( float RealSeconds ) )


Functions Detail

GetTopAboveCursor Source code

singular function float GetTopAboveCursor ( Canvas C ) )

GetTopBelowCursor Source code

singular function float GetTopBelowCursor ( Canvas C ) )

InternalEnterArea Source code

function GUIToolTip InternalEnterArea ( ) )

InternalLeaveArea Source code

function bool InternalLeaveArea ( ) )

SetTip Source code

native final function SetTip ( coerce string NewTip )

UpdatePosition Source code

event UpdatePosition ( Canvas C ) )


Defaultproperties

defaultproperties
{
	bRequiresStyle=True
	bVisible=false
	bTrackMouse=false
	bMultiLine=true
	bTrackInput=true


	MaxWidth=0.3
	ExpirationSeconds=3.0
	InitialDelay=0.25


	StyleName="MouseOver"
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Do 14.8.2014 09:58:08.240 - Created with UnCodeX