#include <operations.h>
Public Types | |
PLOT | |
SEMILOGY | |
SEMILOGX | |
LOGLOG | |
POLAR | |
enum | Type { PLOT, SEMILOGY, SEMILOGX, LOGLOG, POLAR } |
Menu type. More... | |
Public Slots | |
void | add_callback () |
void | remove_callback () |
void | copy_clipboard_callback () |
Public Member Functions | |
Plot (QWidget *parent=0, Plot::Type type=PLOT) | |
QString | command () |
Command to send to Octave. | |
Private Attributes | |
QLineEdit * | x_lineedit |
QLineEdit * | y_lineedit |
QLineEdit * | error_x_lineedit |
QLineEdit * | error_y_lineedit |
QLineEdit * | title_lineedit |
QVBoxLayout * | vlayout |
QComboBox * | style_combo |
QComboBox * | color_combo |
QComboBox * | pointStyle_combo |
QTreeWidget * | plots_tree |
QCheckBox * | no_title |
Plot::Type | type |
enum Plot::Type |
Plot::Plot | ( | QWidget * | parent = 0 , |
|
Plot::Type | type = PLOT | |||
) |
void Plot::add_callback | ( | ) | [slot] |
QString Plot::command | ( | ) |
Command to send to Octave.
void Plot::copy_clipboard_callback | ( | ) | [slot] |
void Plot::remove_callback | ( | ) | [slot] |
QComboBox * Plot::color_combo [private] |
QLineEdit * Plot::error_x_lineedit [private] |
QLineEdit * Plot::error_y_lineedit [private] |
QCheckBox* Plot::no_title [private] |
QTreeWidget* Plot::plots_tree [private] |
QComboBox * Plot::pointStyle_combo [private] |
QComboBox* Plot::style_combo [private] |
QLineEdit * Plot::title_lineedit [private] |
Plot::Type Plot::type [private] |
QVBoxLayout* Plot::vlayout [private] |
QLineEdit* Plot::x_lineedit [private] |
QLineEdit * Plot::y_lineedit [private] |