Plasma Engine  2.0
Loading...
Searching...
No Matches
plQtCVarWidget Class Reference

Displays CVar values in a table and allows to modify them. More...

#include <CVarWidget.moc.h>

Inheritance diagram for plQtCVarWidget:

Signals

void onBoolChanged (const char *szCVar, bool bNewValue)
 
void onFloatChanged (const char *szCVar, float fNewValue)
 
void onIntChanged (const char *szCVar, int iNewValue)
 
void onStringChanged (const char *szCVar, const char *szNewValue)
 

Public Member Functions

 plQtCVarWidget (QWidget *pParent)
 
void Clear ()
 Clears the table.
 
void RebuildCVarUI (const plMap< plString, plCVarWidgetData > &cvars)
 Recreates the full UI. This is necessary when elements were added or removed.
 
void UpdateCVarUI (const plMap< plString, plCVarWidgetData > &cvars)
 Updates the existing UI. This is sufficient if values changed only.
 
void AddConsoleStrings (const plStringBuilder &sEncoded)
 
plConsoleGetConsole ()
 

Detailed Description

Displays CVar values in a table and allows to modify them.


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