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