class Addon
|
This is the base class for all addons. More... |
|
|
Public Methods
Public Members
Protected Members
This is the base class for all addons.
Beware: If your addon is of the type TO_BE_UNDONE, don't use other operations within your addon!
[protected]
[protected]
static const bool TO_BE_UNDONE
| TO_BE_UNDONE |
static const int TREAT_SELECTION
| TREAT_SELECTION |
static const int TREAT_PART
| TREAT_PART |
static const int TREAT_TRACK
| TREAT_TRACK |
static const int TREAT_SONG
| TREAT_SONG |
static const int TREAT_GLOBAL
| TREAT_GLOBAL |
static const int TREAT_ALL
| TREAT_ALL |
Addon (char*,Element*,bool,int)
| Addon |
[virtual]
[virtual]
Reimplemented from Operation.
[virtual]
Reimplemented from Operation.
void selection (Table * selection)
| selection |
[virtual]
void part (Part * part)
| part |
[virtual]
void track (Track * track)
| track |
[virtual]
void song (Song * song)
| song |
[virtual]
[virtual]
bool context (int)
| context |
[const virtual]
Reimplemented from Atoma.
void flush (const char*)
| flush |
[const virtual]
Reimplemented from Atoma.
[const virtual]
Reimplemented from Atoma.
Generated by: wuerthne on clouseau on Fri Sep 21 19:20:46 2001, using kdoc 2.0a53. |