#include <uniformwidget.h>
Public Slots | |
void | updateUniformList (void) |
Forces the widget to update its content with the values and uniforms currently stored in the bound IUniformState object. | |
Public Member Functions | |
CUniformWidget (IUniformState *us) | |
Constructs a CUniformWidget bound to a IUniformState object. | |
virtual | ~CUniformWidget (void) |
Destructor. |
This is the user interface for the IUniformState interface. It show the active uniforms in the IUniformState object and allows manipulation if those values. This widgets supports vectors of type boolean, integer and float with up to four components. In addition it supports float matrix maninipulation for up to 4x4 matrices.
CUniformWidget::CUniformWidget | ( | IUniformState * | us | ) |
Constructs a CUniformWidget bound to a IUniformState object.
us | IUniformState object to bind to. |