Legacy:Solid Snake/CeFloatingWindow

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 03:21, 17 May 2008 by Wormbo (talk | contribs) (fixed bad game link)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Properties

float OldMouseX
float OldMouseY

ceFloatingWindow

bool bAllowMultipleInstances
bool bDontLoseFocus
bool bUseTitleBar
FloatBox InnerBorder
FloatBox InnerBoundBox

Delegates

GUIButton OnContextMenuClick(ceGUIContextMenu Sender, string Item )
OnContextMenuQuery(ceGUIContextMenu Sender, out GUIComponent FocusedControl )
bool OnRefresh( )

Functions

GUIButton AddSystemButton(string StyleName )
AddSystemMenu( )
bool FloatingHover(GUIComponent Sender )
FloatingMousePressed(GUIComponent Sender, bool bRepeat )
FloatingMouseRelease(GUIComponent Sender )
bool FloatingPreDraw(Canvas C )
FloatingRendered(Canvas C )
ForceWindowPosition(float NewActualLeft, float NewActualTop, float NewActualWidth, float NewActualHeight )
GUIComponent GetGUIComponentOnContextQuery( )
class<ceModuleInfo> GetModuleInfo( )
GetWindowBounds(out float LeftBound, out float TopBound, out float RightBound, out float BottomBound )
GetWindowDimensions(out float AL, out float AT, out float AW, out float AH )
HoveringCorners(out int Left, out int Top, out int Right, out int Bottom )
InitComponent(GUIController MyController, GUIComponent MyOwner )
bool InternalOnClick(GUIComponent Sender )
bool InternalOnContextMenuQuery(ceGUIContextMenu Sender, out GUIComponent FocusedControl )
bool InternalOnPreDraw(Canvas Canvas )
bool IsInBounds( )
SetFocus(GUIComponent Who )
SetWindowPosition(float NewActualLeft, float NewActualTop, float NewActualWidth, float NewActualHeight )

Events