J :
* ostream printing of JGui objects.
This commit is contained in:
@@ -121,3 +121,14 @@ void OptionsList::Update(float dt){
|
||||
options[i]->Update(dt);
|
||||
}
|
||||
}
|
||||
|
||||
ostream& OptionItem::toString(ostream& out) const
|
||||
{
|
||||
return out << "OptionItem ::: displayValue : " << displayValue
|
||||
<< " ; id : " << id
|
||||
<< " ; value : " << value
|
||||
<< " ; hasFocus : " << hasFocus
|
||||
<< " ; maxValue : " << maxValue
|
||||
<< " ; increment : " << increment
|
||||
<< " ; x,y : " << x << "," << y;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user