Public Member Functions | |
void | setEditor (GenericEditor *p) |
void | setManager (SignalChainManager *scm_) |
GenericEditor * | getEditor () |
void | setNumber (int n) |
bool | hasNewConnections () |
void | hasNewConnections (bool t) |
Public Attributes | |
int | offset |
Private Types | |
enum | actions { ADD, MOVE, REMOVE, ACTIVATE } |
Private Member Functions | |
void | paintButton (Graphics &g, bool isMouseOver, bool isButtonDown) |
void | clicked () |
Private Attributes | |
GenericEditor * | firstEditor |
SignalChainManager * | scm |
int | num |
bool | configurationChanged |
Font | buttonFont |