21 #include <dtkCoreSupport/dtkAbstractData.h> 
   23 class axlInspectorObjectSceneWidgetVolumeDiscretePrivate
 
   34     QVBoxLayout *layout = 
new QVBoxLayout(
this);
 
   35     layout->setContentsMargins(0, 0, 0, 0);
 
   37         layout->addWidget(d->editor);
 
   50             d->editor->setVolume(volume);
 
   57         d->editor->setView(view);
 
axlInspectorObjectInterface * create(const QString &interface_name)
 
static axlInspectorObjectFactory * instance(void)