#include <FilterEditor.h>
Public Member Functions | |
FilterEditor (GenericProcessor *parentNode) | |
virtual | ~FilterEditor () |
void | buttonEvent (Button *button) |
![]() | |
GenericEditor (GenericProcessor *owner) | |
virtual | ~GenericEditor () |
void | paint (Graphics &g) |
bool | keyPressed (const KeyPress &key) |
void | switchSelectedState () |
void | select () |
void | highlight () |
void | deselect () |
bool | getSelectionState () |
void | enable () |
void | disable () |
bool | getEnabledState () |
void | setEnabledState (bool) |
void | startAcquisition () |
void | stopAcquisition () |
String | getName () |
virtual void | tabNumber (int t) |
int | tabNumber () |
virtual void | switchSource (int) |
virtual void | switchSource () |
GenericProcessor * | getProcessor () const |
void | fadeIn () |
virtual void | switchDest () |
virtual void | switchIO (int) |
virtual void | buttonClicked (Button *button) |
virtual void | sliderValueChanged (Slider *slider) |
virtual void | sliderEvent (Slider *slider) |
virtual void | editorWasClicked () |
bool | checkDrawerButton (Button *button) |
bool | getRecordStatus (int chan) |
bool | getAudioStatus (int chan) |
void | selectChannels (Array< int >) |
void | refreshColors () |
virtual void | update () |
virtual void | updateSettings () |
virtual void | updateVisualizer () |
virtual void | channelChanged (int chan) |
Array< int > | getActiveChannels () |
Channel * | getChannel (int chan) |
Channel * | getEventChannel (int chan) |
int | getStartChannel () |
![]() | |
AccessClass () | |
~AccessClass () | |
void | setUIComponent (UIComponent *) |
Sets the object's UIComponent and copies all the necessary pointers from the UIComponent. | |
virtual void | updateChildComponents () |
Called within setUIComponent() to enable subclasses to update their members' pointers. | |
EditorViewport * | getEditorViewport () |
Returns a pointer to the application's EditorViewport. | |
DataViewport * | getDataViewport () |
Returns a pointer to the application's DataViewport. | |
ProcessorList * | getProcessorList () |
Returns a pointer to the application's ProcessorList. | |
ProcessorGraph * | getProcessorGraph () |
Returns a pointer to the application's ProcessorGraph. | |
ControlPanel * | getControlPanel () |
Returns a pointer to the application's DataViewport. | |
MessageCenter * | getMessageCenter () |
Returns a pointer to the application's MessageCenter. | |
UIComponent * | getUIComponent () |
Returns a pointer to the application's UIComponent. | |
AudioComponent * | getAudioComponent () |
Returns a pointer to the application's AudioComponent. |
Additional Inherited Members | |
![]() | |
int | desiredWidth |
int | nodeId |
bool | isFading |
float | accumulator |
Array< ParameterEditor * > | parameterEditors |
Font | titleFont |
![]() | |
virtual void | addParameterEditors () |
![]() | |
DrawerButton * | drawerButton |
int | drawerWidth |
ChannelSelector * | channelSelector |
FilterEditor::FilterEditor | ( | GenericProcessor * | parentNode | ) |
|
virtual |
|
virtual |
Reimplemented from GenericEditor.