VFadeControl

Engine/source/Verve/GUI/VFadeControl.h

More...

Public Types

enum
eFadeType {
  k_TypeIn 
  k_TypeOut 
  k_TypeInvalid 
}

Private Types

Parent 

Public Functions

onRender(Point2I offset, const RectI & updateRect)

Called when this control is to render itself.

start(eFadeType pType, S32 pDuration)

Detailed Description

Public Types

eFadeType

Enumerator

k_TypeIn
k_TypeOut
k_TypeInvalid

Private Types

typedef GuiControl Parent 

Public Attributes

bool mActive 
S32 mDuration 
S32 mElapsedTime 
eFadeType mFadeType 
S32 mLastTime 

Public Functions

VFadeControl(void )

DECLARE_CONOBJECT(VFadeControl )

onRender(Point2I offset, const RectI & updateRect)

Reimplemented from: GuiControl

pause(void )

start(eFadeType pType, S32 pDuration)