String preference item; includes value history. More...
#include <GUI/PrefsWindow.H>
Public Member Functions | |
PrefItemStr (PrefsWindow *pwin, const std::string &nm, const std::string &v, bool pwinTakesOwnership=false) | |
void | set (const std::string &v) |
std::string | get () const |
virtual std::string | getName () const |
virtual void | fromString (const std::string &s) |
virtual std::string | toString () const |
virtual void | adjust (int val) |
Step through our value history by the specified amount. | |
virtual bool | isDisabled () const |
void | setDisabled (bool v) |
String preference item; includes value history.
Definition at line 202 of file PrefsWindow.H.
void PrefItemStr::adjust | ( | int | val | ) | [virtual] |
Step through our value history by the specified amount.
Implements PrefItem.
Definition at line 226 of file PrefsWindow.C.
References ASSERT.