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

GUI.GUIGFXButton

Extends
GUIButton
Modifiers
HideCategories ( Menu , Object ) Native

Core.Object
|   
+-- GUI.GUI
   |   
   +-- GUI.GUIComponent
      |   
      +-- GUI.GUITextComponent
         |   
         +-- GUI.GUIButton
            |   
            +-- GUI.GUIGFXButton

Direct Known Subclasses:

GUICheckBoxButton, GUIHorzGripButton, GUIHorzScrollButton, GUISpinnerButton, GUIVertGripButton, GUIVertScrollButton

Variables Summary
DEBUG
boolbChecked
boolbForceUpdate
GUIGFXButton
boolbCheckBox
boolbClientBound
MaterialGraphic
eIconPositionPosition
Inherited Variables from GUI.GUIButton
bAllowMultiLine, ClickKeyCode, Value
Inherited Variables from GUI.GUITextComponent
bDontCenterVertically, bMultiLine, Caption, TextAlign

Functions Summary
event Click ()))
function InitComponent (GUIComponent MyOwner))
function SetChecked (bool bNewChecked))
event Show ()))
Inherited Functions from GUI.GUIButton
InitComponent, InternalOnKeyEvent, InternalOnXControllerEvent
Inherited Functions from GUI.GUITextComponent
GetCaption, InitComponent, SetCaption


Variables Detail

DEBUG

bChecked Source code

var(DEBUG) bool bChecked;

bForceUpdate Source code

var(DEBUG) bool bForceUpdate;

GUIGFXButton

bCheckBox Source code

var(GUIGFXButton) config bool bCheckBox;
Is this a check box button (ie: supports 2 states)

bClientBound Source code

var(GUIGFXButton) config bool bClientBound;
Graphic is drawn using clientbounds if true

Graphic Source code

var(GUIGFXButton) config Material Graphic;
The graphic to display

Position Source code

var(GUIGFXButton) config eIconPosition Position;
How do we draw the Icon


Functions Detail

Click Source code

event Click ( ) )

InitComponent Source code

function InitComponent ( GUIComponent MyOwner) )

SetChecked Source code

function SetChecked ( bool bNewChecked) )

Show Source code

event Show ( ) )


Defaultproperties

defaultproperties
{
	Position=ICP_Normal
	bCheckBox=false
	bChecked=false
    bTabStop=false
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: st 23.5.2018 00:10:30.199 - Created with UnCodeX