Свойство | Type | Description | |
---|---|---|---|
_backColor | |||
_background | |||
_backgroundName | |||
_borderColor | |||
_foreColor | |||
_hideCursor | |||
_hoverColor | |||
_materialColor | |||
_noEvents | |||
_noTime | |||
_rect | |||
_rotate | |||
_text | |||
_textScale | |||
_visible | idWinBool |
Méthode | Description | |
---|---|---|
Activate ( bool activate, string &act ) : void | ||
AddChild ( |
||
AddCommand ( string command ) : void | ||
AddDefinedVariable ( |
||
AddTransition ( |
||
AddUpdateVariable ( |
||
BringToTop ( |
||
ClientToScreen ( idRectangle &rect ) : void | ||
Contains ( float x, float y ) : bool | ||
Contains ( idRectangle rect, float x, float y ) : bool | ||
Dispose ( ) : void | ||
Draw ( float x, float y ) : void | ||
EvaluateRegisters ( ) : float | ||
EvaluateRegisters ( int test ) : float | ||
EvaluateRegisters ( int test, bool force ) : float | ||
EvaluateRegisters ( float ®isters ) : void |
Parameters are taken from the localSpace and the renderView, then all expressions are evaluated, leaving the shader registers set to their apropriate values.
|
|
FindChildByName ( string name ) : |
||
FixupParameters ( ) : void | ||
GetChild ( int index ) : |
Returns the child window at the given index.
|
|
GetChildIndex ( |
||
GetVariableByName ( string name ) : |
||
GetVariableByName ( string name, bool fixup ) : |
||
GetVariableByName ( string name, bool fixup, |
||
HandleBuddyUpdate ( |
||
HandleEvent ( SystemEvent e, bool &updateVisuals ) : string | ||
InsertChild ( |
Inserts the given window as a child into the given location in the zorder.
|
|
Parse ( |
||
ParseExpression ( |
Returns a register index.
|
|
ParseExpression ( |
Returns a register index.
|
|
ParseExpression ( |
Returns a register index.
|
|
ResetTime ( int time ) : void | ||
RunNamedEvent ( string name ) : void | ||
RunScript ( ScriptName name ) : bool | ||
RunScriptList ( |
||
ScreenToClient ( idRectangle &rect ) : void | ||
SetFocus ( |
||
SetupFromState ( ) : void | ||
StartTransition ( ) : void | ||
StateChanged ( bool redraw ) : void | ||
Trigger ( ) : void | ||
idWindow ( idUserInterface gui ) : System | ||
idWindow ( idUserInterface gui, idDeviceContext context ) : System |
Méthode | Description | |
---|---|---|
DrawBackground ( idRectangle drawRect ) : void | ||
OnFocusGained ( ) : void | ||
OnFocusLost ( ) : void | ||
ParseInternalVariable ( string name, |
||
ParseString ( |
||
PostParse ( ) : void | ||
RouteMouseCoordinates ( float x, float y ) : string | ||
RunTimeEvents ( int time ) : bool | ||
SetFont ( ) : void | ||
SetInitialState ( string name ) : void |
Méthode | Description | |
---|---|---|
CalculateClientRectangle ( float offsetX, float offsetY ) : void | ||
CalculateRectangles ( float x, float y ) : void | ||
CleanUp ( ) : void | ||
DisableRegister ( string name ) : void | ||
Dispose ( bool disposing ) : void | ||
DrawBorderAndCaption ( idRectangle drawRect ) : void | ||
DrawDebug ( int time, float x, float y ) : void | ||
DrawText ( int time, float x, float y ) : void | ||
EmitOperation ( object a, int b, WindowExpressionOperationType opType ) : int | ||
EmitOperation ( object a, int b, WindowExpressionOperationType opType, |
||
ExpressionConstant ( float f ) : int | ||
HandleCaptureGained ( ) : void | ||
HandleCaptureLost ( ) : void | ||
HandleFocusGained ( ) : void | ||
HandleFocusLost ( ) : void | ||
HandleKeyEvent ( SystemEvent e, Keys key, bool down, bool &updateVisuals ) : string | ||
HandleMouseEnter ( ) : void | ||
HandleMouseEvent ( int deltaX, int deltaY, bool &updateVisuals ) : string | ||
HandleMouseExit ( ) : void | ||
Init ( ) : void | ||
ParseEmitOperation ( |
||
ParseEmitOperation ( |
||
ParseExpressionPriority ( |
||
ParseRegisterEntry ( string name, |
||
ParseScript ( |
||
ParseScriptEntry ( |
||
ParseTerm ( |
|
|
RestoreExpressionParseState ( ) : void | ||
SaveExpressionParseState ( ) : void | ||
SetupBackground ( ) : void | ||
SetupTransforms ( float x, float y ) : void | ||
Time ( ) : void | ||
Transition ( ) : void | ||
UpdateVariables ( ) : void | ||
idWindow ( ) : System |
public Activate ( bool activate, string &act ) : void | ||
activate | bool | |
act | string | |
Résultat | void |
public AddCommand ( string command ) : void | ||
command | string | |
Résultat | void |
public AddDefinedVariable ( |
||
var | ||
Résultat | void |
public AddTransition ( |
||
dest | ||
from | Vector4 | |
to | Vector4 | |
time | int | |
accelTime | float | |
decelTime | float | |
Résultat | void |
public AddUpdateVariable ( |
||
var | ||
Résultat | void |
public BringToTop ( |
||
window | ||
Résultat | void |
public ClientToScreen ( idRectangle &rect ) : void | ||
rect | idRectangle | |
Résultat | void |
public Contains ( idRectangle rect, float x, float y ) : bool | ||
rect | idRectangle | |
x | float | |
y | float | |
Résultat | bool |
protected DrawBackground ( idRectangle drawRect ) : void | ||
drawRect | idRectangle | |
Résultat | void |
public EvaluateRegisters ( int test ) : float | ||
test | int | |
Résultat | float |
public EvaluateRegisters ( int test, bool force ) : float | ||
test | int | |
force | bool | |
Résultat | float |
public EvaluateRegisters ( float ®isters ) : void | ||
registers | float | |
Résultat | void |
public FindChildByName ( string name ) : |
||
name | string | |
Résultat |
public GetChildIndex ( |
||
window | ||
Résultat | int |
public GetVariableByName ( string name ) : |
||
name | string | |
Résultat |
public GetVariableByName ( string name, bool fixup ) : |
||
name | string | |
fixup | bool | |
Résultat |
public GetVariableByName ( string name, bool fixup, |
||
name | string | |
fixup | bool | |
owner | ||
Résultat |
public HandleBuddyUpdate ( |
||
buddy | ||
Résultat | void |
public HandleEvent ( SystemEvent e, bool &updateVisuals ) : string | ||
e | SystemEvent | |
updateVisuals | bool | |
Résultat | string |
public InsertChild ( |
||
window | ||
before | ||
Résultat | bool |
public Parse ( |
||
parser | ||
rebuild | bool | |
Résultat | bool |
public ParseExpression ( |
||
parser | ||
Résultat | int |
public ParseExpression ( |
||
parser | ||
var | ||
Résultat | int |
public ParseExpression ( |
||
parser | ||
var | ||
component | int | |
Résultat | int |
protected ParseInternalVariable ( string name, |
||
name | string | |
parser | ||
Résultat | bool |
protected ParseString ( |
||
parser | ||
Résultat | string |
protected RouteMouseCoordinates ( float x, float y ) : string | ||
x | float | |
y | float | |
Résultat | string |
public RunNamedEvent ( string name ) : void | ||
name | string | |
Résultat | void |
public RunScript ( ScriptName name ) : bool | ||
name | ScriptName | |
Résultat | bool |
public RunScriptList ( |
||
list | ||
Résultat | bool |
protected RunTimeEvents ( int time ) : bool | ||
time | int | |
Résultat | bool |
public ScreenToClient ( idRectangle &rect ) : void | ||
rect | idRectangle | |
Résultat | void |
public SetFocus ( |
||
window | ||
scripts | bool | |
Résultat |
protected SetInitialState ( string name ) : void | ||
name | string | |
Résultat | void |
public idWindow ( idUserInterface gui ) : System | ||
gui | idUserInterface | |
Résultat | System |
public idWindow ( idUserInterface gui, idDeviceContext context ) : System | ||
gui | idUserInterface | |
context | idDeviceContext | |
Résultat | System |
protected idMaterial,idTech4.Renderer _background | ||
Résultat |
protected idWinBackground,idTech4.UI _backgroundName | ||
Résultat |
protected idWinVector4,idTech4.UI _borderColor | ||
Résultat |
protected idWinVector4,idTech4.UI _hoverColor | ||
Résultat |
protected idWinVector4,idTech4.UI _materialColor | ||
Résultat |