Nuclide
Software Development Kit for id Tech
VGUIScrollbar Class Reference

This is a scollbar widget. More...

Inheritance diagram for VGUIScrollbar:
VGUIWidget

Public Member Functions

void VGUIScrollbar (void)
 
nonvirtual void SetLength (int)
 Sets the ??? More...
 
nonvirtual int GetLength (void)
 
nonvirtual void SetMin (float)
 
nonvirtual float GetMin (void)
 
nonvirtual void SetMax (float)
 
nonvirtual float GetMax (void)
 
nonvirtual void SetStep (float)
 
nonvirtual float GetStep (void)
 
nonvirtual void SetValue (float, int)
 
nonvirtual float GetValue (void)
 
nonvirtual void CallOnChange (void(void))
 
virtual void Draw (void)
 Called in order to draw the widget. More...
 
virtual bool Input (float, float, float, float)
 Called whenever an input event gets directed to the widget. More...
 

Detailed Description

This is a scollbar widget.

It needs rework.

Constructor & Destructor Documentation

◆ VGUIScrollbar()

void VGUIScrollbar::VGUIScrollbar ( void  )

Member Function Documentation

◆ CallOnChange()

void VGUIScrollbar::CallOnChange ( void(void vFunc)

◆ Draw()

void VGUIScrollbar::Draw ( void  )
virtual

Called in order to draw the widget.

Reimplemented from VGUIWidget.

◆ GetLength()

int VGUIScrollbar::GetLength ( void  )

◆ GetMax()

float VGUIScrollbar::GetMax ( void  )

◆ GetMin()

float VGUIScrollbar::GetMin ( void  )

◆ GetStep()

float VGUIScrollbar::GetStep ( void  )

◆ GetValue()

float VGUIScrollbar::GetValue ( void  )

◆ Input()

bool VGUIScrollbar::Input ( float  flEVType,
float  flKey,
float  flChar,
float  flDevID 
)
virtual

Called whenever an input event gets directed to the widget.

Reimplemented from VGUIWidget.

◆ SetLength()

void VGUIScrollbar::SetLength ( int  iLength)

Sets the ???

◆ SetMax()

void VGUIScrollbar::SetMax ( float  flVal)

◆ SetMin()

void VGUIScrollbar::SetMin ( float  flVal)

◆ SetStep()

void VGUIScrollbar::SetStep ( float  flVal)

◆ SetValue()

void VGUIScrollbar::SetValue ( float  flVal,
int  iCallBack 
)

The documentation for this class was generated from the following file: