#include <SeqWidget.h>
Collaboration diagram for SeqWidget:
Public Methods | |
SeqWidget (QWidget *parent, const char *name, int id, int sourceId, int position) | |
Constructor. More... | |
~SeqWidget () | |
Destructor. More... | |
int | getSourceId (void) |
void | clearSelection (void) |
Clears any highlighting or selection within the list of PluginItems. More... | |
int | numPluginItems (void) |
Return the numer of PluginItems (image processing functions) contained within the Sequence widget. More... | |
PluginItem ** | getPluginItems (void) |
Return the list of PluginItems (image processing functions) contained within the Sequence widget. More... | |
bool | addFunction (int menuId) |
Add an Image processing function from the menu to this Sequence widget. More... | |
bool | addFunction (int uniqueId, char *functionName) |
Add an Image processing function from the menu to this Sequence widget. More... |
This widget allows the images to be processed by a list of operations, and then displayed. This class requires plugin menu to be already be created.
|
Constructor.
|
|
Destructor. Deletes the instance of the class. |
|
Add an Image processing function from the menu to this Sequence widget.
|
|
Add an Image processing function from the menu to this Sequence widget.
|
|
Clears any highlighting or selection within the list of PluginItems.
|
|
Return the list of PluginItems (image processing functions) contained within the Sequence widget.
|
|
|
|
Return the numer of PluginItems (image processing functions) contained within the Sequence widget.
|