Vega strike Python Modules doc  0.5.1
Documentation of the " Modules " folder of Vega strike
 All Data Structures Namespaces Files Functions Variables
GUI Namespace Reference

Data Structures

class  GUIRoot
 
class  GUIRect
 
class  GUINPOTRect
 
class  GUIColor
 
class  GUIRoom
 
class  GUIElement
 
class  GUIGroup
 
class  GUIStaticImage
 
class  GUIStaticText
 
class  GUILineEdit
 
class  GUITextInputDialog
 
class  GUIMouseOver
 
class  GUIButton
 
class  GUICompButton
 
class  GUIRoomButton
 
class  GUICheckButton
 
class  GUIRadioButton
 
class  GUISimpleListPicker
 
class  GUIVideoTexture
 
class  GUIVideoStream
 
class  GUIMovieRoom
 

Functions

def GUIInit
 

Variables

 GUIRootSingleton = None
 
int _doWhiteHack = 0
 
 _GUITraceLevel = TRACE_VERBOSE
 

Function Documentation

def GUI.GUIInit (   screenX = None,
  screenY = None,
  marginX = None,
  marginY = None,
  kwargs 
)
GUIInit sets up the GUIRootSingleton variable, which is used to store the state 

Definition at line 438 of file GUI.py.

439 def GUIInit(screenX=None,screenY=None,marginX=None,marginY=None,**kwargs):
440  """ GUIInit sets up the GUIRootSingleton variable, which is used to store the state """
441  global GUIRootSingleton
442  GUIRootSingleton = GUIRoot(screenX,screenY,marginX,marginY,**kwargs)
443 
444 
445 """----------------------------------------------------------------"""
446 """ """
447 """ GUIRect - defines rectangles on the screen. """
448 """ By popular demand, those can be defined in a number of """
449 """ modes: pixel, normalized (and variantes). """
450 """ """
451 """----------------------------------------------------------------"""

Variable Documentation

int _doWhiteHack = 0

Definition at line 323 of file GUI.py.

_GUITraceLevel = TRACE_VERBOSE

Definition at line 324 of file GUI.py.

GUIRootSingleton = None

Definition at line 322 of file GUI.py.