LV2 Toolkit  1.2.0
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
Qt4UI< Required >::I< Derived > Struct Template Reference
Collaboration diagram for Qt4UI< Required >::I< Derived >:
Collaboration graph
[legend]

Public Member Functions

bool check_ok ()
 

Static Public Member Functions

static void map_feature_handlers (FeatureHandlerMap &hmap)
 

Protected Member Functions

void set_widget (QWidget *plugin_gui)
 
LV2UI_Widget * widget ()
 

Detailed Description

template<bool Required = true>
template<class Derived>
struct lvtk::Qt4UI< Required >::I< Derived >

Member Function Documentation

bool check_ok ( )
inline

Sanity check the Mixin

Returns
true if the container was created.
static void map_feature_handlers ( FeatureHandlerMap hmap)
inlinestatic

Not required or implemented

void set_widget ( QWidget *  plugin_gui)
inlineprotected

Add a main widget Use this method to set your main widget after its creation. Normally, you'll want to call this in your UI's contstructor

Note
The mixin takes ownership and will delete the passed in QWidget. If the widget has already been set, the previous object will be deleted
LV2UI_Widget* widget ( )
inlineprotected

Get the QWidget as an LV2UI_Widget

Returns
The LV2UI_Widget pointer

The documentation for this struct was generated from the following file: