|
LMMS
|
#include <ToolPluginView.h>
Public Member Functions | |
| ToolPluginView (ToolPlugin *_toolPlugin) | |
| Public Member Functions inherited from lmms::gui::PluginView | |
| PluginView (Plugin *_plugin, QWidget *_parent) | |
| virtual bool | isResizable () const |
| Public Member Functions inherited from lmms::gui::ModelView | |
| ModelView (Model *model, QWidget *widget) | |
| virtual | ~ModelView () |
| virtual void | setModel (Model *model, bool isOldModelValid=true) |
| virtual void | unsetModel () |
| Model * | model () |
| const Model * | model () const |
| template<class T> | |
| T * | castModel () |
| template<class T> | |
| const T * | castModel () const |
Additional Inherited Members | |
| Protected Member Functions inherited from lmms::gui::ModelView | |
| virtual void | modelChanged () |
| QWidget * | widget () |
| virtual void | doConnections () |
| lmms::gui::ToolPluginView::ToolPluginView | ( | ToolPlugin * | _toolPlugin | ) |