#include <papyrusmm/animatorbouncewidget.h>
Public Types | |
typedef std::set< Papyrus::Animator * > | Animators |
Public Member Functions | |
Gtk::Label & | label () |
Gtk::SpinButton & | spinbutton () |
Gtk::Adjustment & | spinadjustment () |
void | add (Papyrus::Animator &animator) |
void | remove (Papyrus::Animator &animator) |
Animators & | animators () |
Protected Types | |
enum | Direction { REVERSE, STOP, FORWARD } |
typedef enum PapyrusGtk::AnimatorBounceWidget::Direction | Direction |
Protected Member Functions | |
void | on_spinbutton_value_changed () |
void | on_direction_changed (int direction) |
Protected Attributes | |
Animators | m_animators |
Gtk::Label | m_label |
Gtk::Adjustment | m_spinadjustment |
Gtk::SpinButton | m_spinbutton |
Gtk::ToggleButton | m_direction [3] |