#include <animatorframeratewidget.h>
Public Types | |
typedef std::set < Papyrus::Animator::pointer > | Animators |
Public Member Functions | |
AnimatorFrameRateWidget () | |
~AnimatorFrameRateWidget () | |
::Gtk::Label & | label () |
::Gtk::SpinButton & | spinbutton () |
::Gtk::Adjustment & | spinadjustment () |
void | add (Papyrus::Animator::pointer animator) |
void | remove (Papyrus::Animator::pointer animator) |
const Animators & | animators () const |
Protected Member Functions | |
void | on_spinbutton_value_changed () |
Protected Attributes | |
Animators | m_animators |
::Gtk::Label | m_label |
::Gtk::Adjustment | m_spinadjustment |
::Gtk::SpinButton | m_spinbutton |
typedef std::set<Papyrus::Animator::pointer> Papyrus::Gtk::AnimatorFrameRateWidget::Animators |
Papyrus::Gtk::AnimatorFrameRateWidget::AnimatorFrameRateWidget | ( | ) |
References m_label, m_spinbutton, and on_spinbutton_value_changed().
Papyrus::Gtk::AnimatorFrameRateWidget::~AnimatorFrameRateWidget | ( | ) |
void Papyrus::Gtk::AnimatorFrameRateWidget::add | ( | Papyrus::Animator::pointer | animator | ) |
References m_animators.
const AnimatorFrameRateWidget::Animators & Papyrus::Gtk::AnimatorFrameRateWidget::animators | ( | ) | const |
References m_animators.
Gtk::Label & Papyrus::Gtk::AnimatorFrameRateWidget::label | ( | ) |
References m_label.
void Papyrus::Gtk::AnimatorFrameRateWidget::on_spinbutton_value_changed | ( | ) | [protected] |
References m_animators, and m_spinbutton.
Referenced by AnimatorFrameRateWidget().
void Papyrus::Gtk::AnimatorFrameRateWidget::remove | ( | Papyrus::Animator::pointer | animator | ) |
References m_animators.
Gtk::Adjustment & Papyrus::Gtk::AnimatorFrameRateWidget::spinadjustment | ( | ) |
References m_spinadjustment.
Gtk::SpinButton & Papyrus::Gtk::AnimatorFrameRateWidget::spinbutton | ( | ) |
References m_spinbutton.
Referenced by add(), animators(), on_spinbutton_value_changed(), and remove().
::Gtk::Label Papyrus::Gtk::AnimatorFrameRateWidget::m_label [protected] |
Referenced by AnimatorFrameRateWidget(), and label().
::Gtk::Adjustment Papyrus::Gtk::AnimatorFrameRateWidget::m_spinadjustment [protected] |
Referenced by spinadjustment().
::Gtk::SpinButton Papyrus::Gtk::AnimatorFrameRateWidget::m_spinbutton [protected] |
Referenced by AnimatorFrameRateWidget(), on_spinbutton_value_changed(), and spinbutton().