#include <strokedialog.h>
Public Member Functions | |
StrokeDialog () | |
~StrokeDialog () | |
const ::Gtk::Button * | get_apply_button () const |
::Gtk::Button * | get_apply_button () |
const ::Gtk::Button * | get_cancel_button () const |
::Gtk::Button * | get_cancel_button () |
const ::Gtk::Button * | get_ok_button () const |
::Gtk::Button * | get_ok_button () |
Papyrus::Stroke::pointer | stroke () const |
Protected Attributes | |
::Gtk::Button * | m_apply_button |
::Gtk::Button * | m_cancel_button |
::Gtk::Button * | m_ok_button |
StrokeWidget | m_stroke_widget |
Papyrus::Gtk::StrokeDialog::StrokeDialog | ( | ) |
References m_apply_button, m_cancel_button, m_ok_button, and m_stroke_widget.
Papyrus::Gtk::StrokeDialog::~StrokeDialog | ( | ) |
Gtk::Button * Papyrus::Gtk::StrokeDialog::get_apply_button | ( | ) |
References m_apply_button.
const ::Gtk::Button * Papyrus::Gtk::StrokeDialog::get_apply_button | ( | ) | const |
References m_apply_button.
Gtk::Button * Papyrus::Gtk::StrokeDialog::get_cancel_button | ( | ) |
References m_cancel_button.
const ::Gtk::Button * Papyrus::Gtk::StrokeDialog::get_cancel_button | ( | ) | const |
References m_cancel_button.
Gtk::Button * Papyrus::Gtk::StrokeDialog::get_ok_button | ( | ) |
References m_ok_button.
const ::Gtk::Button * Papyrus::Gtk::StrokeDialog::get_ok_button | ( | ) | const |
References m_ok_button.
Papyrus::Stroke::pointer Papyrus::Gtk::StrokeDialog::stroke | ( | ) | const |
References m_stroke_widget, and Papyrus::Gtk::StrokeWidget::stroke().
::Gtk::Button* Papyrus::Gtk::StrokeDialog::m_apply_button [protected] |
Referenced by get_apply_button(), and StrokeDialog().
::Gtk::Button* Papyrus::Gtk::StrokeDialog::m_cancel_button [protected] |
Referenced by get_cancel_button(), and StrokeDialog().
::Gtk::Button* Papyrus::Gtk::StrokeDialog::m_ok_button [protected] |
Referenced by get_ok_button(), and StrokeDialog().
Referenced by stroke(), and StrokeDialog().