QtPdWidgets  2.3.1
Public Member Functions | Public Attributes | List of all members
Pd::ParameterSetWidget::Impl Struct Reference
Collaboration diagram for Pd::ParameterSetWidget::Impl:
Collaboration graph
[legend]

Public Member Functions

 Impl (ParameterSetWidget *widget)
 
 ~Impl ()
 
void loadDialog ()
 
void connectParameters ()
 
void applyParameters ()
 
void loadParameters (int index)
 
void clearParameters ()
 
void updateProcessPixmap ()
 
void compareValues ()
 
void fromJson (const QJsonArray &array)
 
bool fileError () const
 

Public Attributes

ParameterSetWidget *const widget
 
QHBoxLayout layout
 
QLabel label
 
QComboBox comboBox
 
QPushButton applyButton
 
QList< Pd::Parameter * > parameters
 
QPixmap processPixmap
 
ParameterFileSystemModel boxModel
 
QListView boxModelView
 
QString path
 Directory path. More...
 
QSet< QtPdCom::Process * > processes
 
QFileSystemWatcher directoryWatcher
 
QFileSystemWatcher currentFileWatcher
 
bool different = true
 
bool formatError = false
 
bool noData = false
 

Constructor & Destructor Documentation

◆ Impl()

Pd::ParameterSetWidget::Impl::Impl ( ParameterSetWidget widget)

◆ ~Impl()

Pd::ParameterSetWidget::Impl::~Impl ( )

Member Function Documentation

◆ applyParameters()

void Pd::ParameterSetWidget::Impl::applyParameters ( )

◆ clearParameters()

void Pd::ParameterSetWidget::Impl::clearParameters ( )

◆ compareValues()

void Pd::ParameterSetWidget::Impl::compareValues ( )

◆ connectParameters()

void Pd::ParameterSetWidget::Impl::connectParameters ( )

◆ fileError()

bool Pd::ParameterSetWidget::Impl::fileError ( ) const

◆ fromJson()

void Pd::ParameterSetWidget::Impl::fromJson ( const QJsonArray &  array)

◆ loadDialog()

void Pd::ParameterSetWidget::Impl::loadDialog ( )

◆ loadParameters()

void Pd::ParameterSetWidget::Impl::loadParameters ( int  index)

◆ updateProcessPixmap()

void Pd::ParameterSetWidget::Impl::updateProcessPixmap ( )

Member Data Documentation

◆ applyButton

QPushButton Pd::ParameterSetWidget::Impl::applyButton

◆ boxModel

ParameterFileSystemModel Pd::ParameterSetWidget::Impl::boxModel

◆ boxModelView

QListView Pd::ParameterSetWidget::Impl::boxModelView

◆ comboBox

QComboBox Pd::ParameterSetWidget::Impl::comboBox

◆ currentFileWatcher

QFileSystemWatcher Pd::ParameterSetWidget::Impl::currentFileWatcher

◆ different

bool Pd::ParameterSetWidget::Impl::different = true

◆ directoryWatcher

QFileSystemWatcher Pd::ParameterSetWidget::Impl::directoryWatcher

◆ formatError

bool Pd::ParameterSetWidget::Impl::formatError = false

◆ label

QLabel Pd::ParameterSetWidget::Impl::label

◆ layout

QHBoxLayout Pd::ParameterSetWidget::Impl::layout

◆ noData

bool Pd::ParameterSetWidget::Impl::noData = false

◆ parameters

QList<Pd::Parameter *> Pd::ParameterSetWidget::Impl::parameters

◆ path

QString Pd::ParameterSetWidget::Impl::path

Directory path.

Referenced by Pd::ParameterSetWidget::Impl::Impl().

◆ processes

QSet<QtPdCom::Process *> Pd::ParameterSetWidget::Impl::processes

◆ processPixmap

QPixmap Pd::ParameterSetWidget::Impl::processPixmap

◆ widget

ParameterSetWidget* const Pd::ParameterSetWidget::Impl::widget

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