.. _program_listing_file_src_widget_animation_plasmaanimationcontrolwidget.h: Program Listing for File plasmaanimationcontrolwidget.h ======================================================= |exhale_lsh| :ref:`Return to documentation for file ` (``src/widget/animation/plasmaanimationcontrolwidget.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef PLASMAANIMATIONCONTROLWIDGET_H #define PLASMAANIMATIONCONTROLWIDGET_H #include #include "animation/plasmaanimation.h" #include "widget/maestrocontrolwidget.h" using namespace PixelMaestro; namespace Ui { class PlasmaAnimationControlWidget; } namespace PixelMaestroStudio { class PlasmaAnimationControlWidget : public QWidget { Q_OBJECT public: explicit PlasmaAnimationControlWidget(PlasmaAnimation& animation, MaestroControlWidget& maestro_control_widget, QWidget *parent = 0); ~PlasmaAnimationControlWidget(); private slots: void on_sizeDoubleSpinBox_valueChanged(double arg1); void on_resolutionDoubleSpinBox_valueChanged(double arg1); private: PlasmaAnimation& animation_; MaestroControlWidget& maestro_control_widget_; Ui::PlasmaAnimationControlWidget *ui; }; } #endif // PLASMAANIMATIONCONTROLWIDGET_H