#include <effects.h>
Public Methods | |
| Effect (const char *name) | |
| ~Effect () | |
| Effect * | before () const |
| Effect * | after () const |
| long | id () const |
| Arts::StereoEffect * | effect () const |
| QCString | name () const |
| QString | title () const |
| bool | isNull () const |
| QWidget * | configure (bool friendly=true) |
| bool | configurable () const |
Static Public Methods | |
| QString | clean (const QCString &name) |
Friends | |
| class | Effects |
| class | EffectConfigWidget |
|
|
|
|
|
|
|
|
return the effect processed directly after this one |
|
|
return the effect processed directly before this one |
|
|
turn Arts::FREEVERB into just FREEVERB |
|
|
Does this widget have a configurable dialog box. E.g., will configure return null? |
|
|
show the configure dialog box for this effect. if friendly is true, then create a top-level window, set an icon and make it purdy. Otherwise create a plan widget that you can reparent. |
|
|
get the Arts object. For internal use only. |
|
|
|
|
|
is this effect name invalid? e.g., will it segfault if you StereoEffect::start() this? |
|
|
Get the name of the object. |
|
|
get the "clean" title of effect |
|
|
|
|
|
|
1.2.9.1 written by Dimitri van Heesch,
© 1997-2001