#include "annotation-dialog.h"
Public Member Functions | |
annotation_dialog (octave::base_qobject &oct_qobj, QWidget *parent, const octave_value_list &pr) | |
~annotation_dialog () | |
octave_value_list | get_properties () const |
Private Slots | |
void | button_clicked (QAbstractButton *button) |
void | edit_string_changed (const QString &str) |
void | prompt_for_color () |
Private Member Functions | |
void | get_gui_props () |
void | init () |
void | set_gui_props () |
Private Attributes | |
octave::base_qobject & | m_octave_qobj |
octave_value_list | props |
Ui::annotation_dialog * | ui |
Definition at line 43 of file annotation-dialog.h.
annotation_dialog::annotation_dialog | ( | octave::base_qobject & | oct_qobj, |
QWidget * | parent, | ||
const octave_value_list & | pr | ||
) |
Definition at line 44 of file annotation-dialog.cc.
annotation_dialog::~annotation_dialog | ( | ) |
Definition at line 91 of file annotation-dialog.cc.
References ui.
|
privateslot |
Definition at line 99 of file annotation-dialog.cc.
References get_gui_props(), gp_annotation_geometry(), gui_pref::key, m_octave_qobj, and ui.
Referenced by init().
|
privateslot |
Definition at line 266 of file annotation-dialog.cc.
References ui.
Referenced by init(), and set_gui_props().
|
private |
Definition at line 130 of file annotation-dialog.cc.
References octave_value_list::append(), ovl(), props, Utils::toRgb(), and ui.
Referenced by button_clicked().
octave_value_list annotation_dialog::get_properties | ( | ) | const |
Definition at line 124 of file annotation-dialog.cc.
References props.
Referenced by Canvas::canvasMouseReleaseEvent().
|
private |
Definition at line 54 of file annotation-dialog.cc.
References button_clicked(), edit_string_changed(), gp_annotation_geometry(), gui_pref::key, m_octave_qobj, prompt_for_color(), set_gui_props(), and ui.
Referenced by annotation_dialog().
|
privateslot |
Definition at line 272 of file annotation-dialog.cc.
Referenced by init().
|
private |
Definition at line 176 of file annotation-dialog.cc.
References edit_string_changed(), Utils::fromRgb(), len, octave_value_list::length(), Array< T, Alloc >::numel(), props, and ui.
Referenced by init().
|
private |
Definition at line 65 of file annotation-dialog.h.
Referenced by button_clicked(), and init().
|
private |
Definition at line 67 of file annotation-dialog.h.
Referenced by annotation_dialog(), get_gui_props(), get_properties(), and set_gui_props().
|
private |
Definition at line 66 of file annotation-dialog.h.
Referenced by ~annotation_dialog(), button_clicked(), edit_string_changed(), get_gui_props(), init(), and set_gui_props().