Public Member Functions | List of all members
DebugableObject Class Referenceabstract

Overwrite this method if you want to add debugging functionality to a object. More...

Inheritance diagram for DebugableObject:
ScriptingObjects::ScriptingModulator

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...
 

Detailed Description

Overwrite this method if you want to add debugging functionality to a object.

Member Function Documentation

virtual void doubleClickCallback ( const MouseEvent &  ,
Component *   
)
inlinevirtual

This will be called if the user double clicks on the row.

virtual String getDebugName ( ) const
pure virtual

This will be shown as name of the object.

virtual String getDebugValue ( ) const
pure virtual

This will be shown as value of the object.

©2017 HISE. This documentation is autogenerated from the HISE source code using Doxygen.