Overwrite this method if you want to add debugging functionality to a object. More...
Public Member Functions | |
virtual void | doubleClickCallback (const MouseEvent &, Component *) |
This will be called if the user double clicks on the row. More... | |
virtual String | getDebugName () const =0 |
This will be shown as name of the object. More... | |
virtual String | getDebugValue () const =0 |
This will be shown as value of the object. More... | |
Overwrite this method if you want to add debugging functionality to a object.
|
inlinevirtual |
This will be called if the user double clicks on the row.
|
pure virtual |
This will be shown as name of the object.
|
pure virtual |
This will be shown as value of the object.