GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Public Member Functions | Private Slots | Private Member Functions | Private Attributes | List of all members
annotation_dialog Class Reference

#include "annotation-dialog.h"

Inheritance diagram for annotation_dialog:
Inheritance graph
[legend]
Collaboration diagram for annotation_dialog:
Collaboration graph
[legend]

Public Member Functions

 annotation_dialog (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_value_list props
 
Ui::annotation_dialogui
 

Detailed Description

Definition at line 37 of file annotation-dialog.h.

Constructor & Destructor Documentation

annotation_dialog::annotation_dialog ( QWidget parent,
const octave_value_list pr 
)
explicit

Definition at line 40 of file annotation-dialog.cc.

References init(), and props.

annotation_dialog::~annotation_dialog ( )

Definition at line 84 of file annotation-dialog.cc.

References ui.

Member Function Documentation

void annotation_dialog::button_clicked ( QAbstractButton *  button)
privateslot
void annotation_dialog::edit_string_changed ( const QString &  str)
privateslot

Definition at line 234 of file annotation-dialog.cc.

References Ui_annotation_dialog::button_box, and ui.

Referenced by init(), and set_gui_props().

void annotation_dialog::get_gui_props ( )
private
octave_value_list annotation_dialog::get_properties ( void  ) const

Definition at line 113 of file annotation-dialog.cc.

References props.

Referenced by QtHandles::Canvas::canvasMouseReleaseEvent().

void annotation_dialog::init ( void  )
private
void annotation_dialog::prompt_for_color ( )
privateslot

Definition at line 240 of file annotation-dialog.cc.

References arg().

Referenced by init().

void annotation_dialog::set_gui_props ( )
private

Member Data Documentation

octave_value_list annotation_dialog::props
private
Ui::annotation_dialog* annotation_dialog::ui
private

The documentation for this class was generated from the following files: