Public Member Functions

IGUIScreenOpt Interface Reference

Inherited by GUIScreen.

List of all members.

Public Member Functions

IGUIScreenOptSetCallbackShow (IGUIScreenCallbackShow@ callback)
IGUIScreenOptSetCallbackHide (IGUIScreenCallbackHide@ callback)
IGUIScreenOptSetCallbackMove (IGUIScreenCallbackMove@ callback)
IGUIScreenOptSetCallbackFocus (IGUIScreenCallbackFocus@ callback)
IControlControl ()
IGUIScreenOptControl (IControl@ control)
IGUIScreenOptPosition (int x, int y)
IGUIScreenOptSize (int w, int h)
IGUIScreenOptCanMove (bool enabled)
IGUIScreenOptModal (bool enabled)
IGUIScreenOptMultiinstance (bool enabled)
IGUIScreenOptIgnoreBorders (bool enabled)
IGUIScreenOptCloseOnMiss (bool enabled)
IGUIScreenOptAutoCursor (bool enabled, int cursorType)
IGUIScreenOptHardcoded (bool enabled)
int GetPosX ()
int GetPosY ()
int GetWidth ()
int GetHeight ()
int GetIndex ()

Member Function Documentation

IGUIScreenOpt@ SetCallbackShow ( IGUIScreenCallbackShow callback  ) 

Implemented in GUIScreen.

IGUIScreenOpt@ SetCallbackHide ( IGUIScreenCallbackHide callback  ) 

Implemented in GUIScreen.

IGUIScreenOpt@ SetCallbackMove ( IGUIScreenCallbackMove callback  ) 

Implemented in GUIScreen.

IGUIScreenOpt@ SetCallbackFocus ( IGUIScreenCallbackFocus callback  ) 

Implemented in GUIScreen.

IControl@ Control (  ) 

Implemented in GUIScreen.

IGUIScreenOpt@ Control ( IControl control  ) 

Implemented in GUIScreen.

IGUIScreenOpt@ Position ( int  x,
int  y 
)

Implemented in GUIScreen.

IGUIScreenOpt@ Size ( int  w,
int  h 
)

Implemented in GUIScreen.

IGUIScreenOpt@ CanMove ( bool  enabled  ) 

Implemented in GUIScreen.

IGUIScreenOpt@ Modal ( bool  enabled  ) 

Implemented in GUIScreen.

IGUIScreenOpt@ Multiinstance ( bool  enabled  ) 

Implemented in GUIScreen.

IGUIScreenOpt@ IgnoreBorders ( bool  enabled  ) 

Implemented in GUIScreen.

IGUIScreenOpt@ CloseOnMiss ( bool  enabled  ) 

Implemented in GUIScreen.

IGUIScreenOpt@ AutoCursor ( bool  enabled,
int  cursorType 
)

Implemented in GUIScreen.

IGUIScreenOpt@ Hardcoded ( bool  enabled  ) 

Implemented in GUIScreen.

int GetPosX (  ) 

Implemented in GUIScreen.

int GetPosY (  ) 

Implemented in GUIScreen.

int GetWidth (  ) 

Implemented in GUIScreen.

int GetHeight (  ) 

Implemented in GUIScreen.

int GetIndex (  ) 

Implemented in GUIScreen.