#include <QtPlotSvrPanel.qo.h>
|
void | button (QtPlotSvrPanel *, QString) |
|
void | check (QtPlotSvrPanel *, QString, int) |
|
void | radio (QtPlotSvrPanel *, QString, bool) |
|
void | linetext (QtPlotSvrPanel *, QString, const QString &text) |
|
void | slidevalue (QtPlotSvrPanel *, QString, int) |
|
void | closing (QtPlotSvrPanel *, bool) |
|
|
void | hide () |
|
void | show () |
|
void | closeMainPanel () |
|
bool | isVisible () |
|
void | releaseMainPanel () |
|
| QtPlotSvrPanel (QWidget *parent=0) |
|
| QtPlotSvrPanel (const QString &title, const QString &xlabel="", const QString &ylabel="", const QString &window_title="", const QList< int > &size=QList< int >(), const QString &legend="bottom", const QString &zoom="bottom", QtPlotSvrPanel *with_panel=0, bool new_row=false, QWidget *parent=0) |
|
QwtPlotCurve * | line (const QList< double > &x, const QList< double > &y, const QString &color="black", const QString &label="") |
|
QwtPlotCurve * | scatter (const QList< double > &x, const QList< double > &y, const QString &color="black", const QString &label="", const QString &symbol="", int symbol_size=-1, int dot_size=-1) |
|
QtPlotHistogram * | histogram (const QList< double > &y, int bins=0, const QString &color="blue", const QString &label="") |
|
QwtPlotSpectrogram * | raster (const QList< double > &matrix, int sizex, int sizey, const QString &colormap="Rainbow 2") |
|
void | replot () |
|
void | setxlabel (const QString &xlabel) |
|
void | setylabel (const QString &ylabel) |
|
void | settitle (const QString &title) |
|
QwtLinearColorMap * | getnewcolormap (const QString &colormap) |
|
std::pair< QDockWidget *, QString > | loaddock (const QString &file_or_xml, const QString &loc, const QStringList &dockable) |
|
virtual | ~QtPlotSvrPanel () |
|
|
typedef std::map< QString,
std::vector< QColor > > | colormap_map |
|
Definition at line 71 of file QtPlotSvrPanel.qo.h.
casa::QtPlotSvrPanel::QtPlotSvrPanel |
( |
QWidget * |
parent = 0 | ) |
|
casa::QtPlotSvrPanel::QtPlotSvrPanel |
( |
const QString & |
title, |
|
|
const QString & |
xlabel = "" , |
|
|
const QString & |
ylabel = "" , |
|
|
const QString & |
window_title = "" , |
|
|
const QList< int > & |
size = QList< int >() , |
|
|
const QString & |
legend = "bottom" , |
|
|
const QString & |
zoom = "bottom" , |
|
|
QtPlotSvrPanel * |
with_panel = 0 , |
|
|
bool |
new_row = false , |
|
|
QWidget * |
parent = 0 |
|
) |
| |
virtual casa::QtPlotSvrPanel::~QtPlotSvrPanel |
( |
| ) |
|
|
inlinevirtual |
void casa::QtPlotSvrPanel::closeMainPanel |
( |
| ) |
|
static QStringList casa::QtPlotSvrPanel::colormaps |
( |
| ) |
|
|
static |
static QStringList casa::QtPlotSvrPanel::colors |
( |
| ) |
|
|
static |
void casa::QtPlotSvrPanel::emit_button |
( |
| ) |
|
|
protectedslot |
void casa::QtPlotSvrPanel::emit_check |
( |
int |
| ) |
|
|
protectedslot |
void casa::QtPlotSvrPanel::emit_closing |
( |
bool |
| ) |
|
|
protectedslot |
void casa::QtPlotSvrPanel::emit_linetext |
( |
const QString & |
text | ) |
|
|
protectedslot |
void casa::QtPlotSvrPanel::emit_radio |
( |
bool |
| ) |
|
|
protectedslot |
void casa::QtPlotSvrPanel::emit_slidevalue |
( |
int |
| ) |
|
|
protectedslot |
QwtLinearColorMap* casa::QtPlotSvrPanel::getnewcolormap |
( |
const QString & |
colormap | ) |
|
void casa::QtPlotSvrPanel::hide |
( |
| ) |
|
QtPlotHistogram* casa::QtPlotSvrPanel::histogram |
( |
const QList< double > & |
y, |
|
|
int |
bins = 0 , |
|
|
const QString & |
color = "blue" , |
|
|
const QString & |
label = "" |
|
) |
| |
bool casa::QtPlotSvrPanel::isVisible |
( |
| ) |
|
QwtPlotCurve* casa::QtPlotSvrPanel::line |
( |
const QList< double > & |
x, |
|
|
const QList< double > & |
y, |
|
|
const QString & |
color = "black" , |
|
|
const QString & |
label = "" |
|
) |
| |
void casa::QtPlotSvrPanel::linetext |
( |
QtPlotSvrPanel * |
, |
|
|
QString |
, |
|
|
const QString & |
text |
|
) |
| |
|
signal |
static void casa::QtPlotSvrPanel::load_colormaps |
( |
| ) |
|
|
staticprotected |
std::pair<QDockWidget*,QString> casa::QtPlotSvrPanel::loaddock |
( |
const QString & |
file_or_xml, |
|
|
const QString & |
loc, |
|
|
const QStringList & |
dockable |
|
) |
| |
QWidget* casa::QtPlotSvrPanel::loaddock |
( |
QString |
file | ) |
|
|
protected |
void casa::QtPlotSvrPanel::radio |
( |
QtPlotSvrPanel * |
, |
|
|
QString |
, |
|
|
bool |
|
|
) |
| |
|
signal |
QwtPlotSpectrogram* casa::QtPlotSvrPanel::raster |
( |
const QList< double > & |
matrix, |
|
|
int |
sizex, |
|
|
int |
sizey, |
|
|
const QString & |
colormap = "Rainbow 2" |
|
) |
| |
void casa::QtPlotSvrPanel::releaseMainPanel |
( |
| ) |
|
void casa::QtPlotSvrPanel::replot |
( |
| ) |
|
QwtPlotCurve* casa::QtPlotSvrPanel::scatter |
( |
const QList< double > & |
x, |
|
|
const QList< double > & |
y, |
|
|
const QString & |
color = "black" , |
|
|
const QString & |
label = "" , |
|
|
const QString & |
symbol = "" , |
|
|
int |
symbol_size = -1 , |
|
|
int |
dot_size = -1 |
|
) |
| |
void casa::QtPlotSvrPanel::settitle |
( |
const QString & |
title | ) |
|
void casa::QtPlotSvrPanel::setxlabel |
( |
const QString & |
xlabel | ) |
|
void casa::QtPlotSvrPanel::setylabel |
( |
const QString & |
ylabel | ) |
|
void casa::QtPlotSvrPanel::show |
( |
| ) |
|
void casa::QtPlotSvrPanel::slidevalue |
( |
QtPlotSvrPanel * |
, |
|
|
QString |
, |
|
|
int |
|
|
) |
| |
|
signal |
static QStringList casa::QtPlotSvrPanel::symbols |
( |
| ) |
|
|
static |
void casa::QtPlotSvrPanel::zoom |
( |
int |
x = -1 | ) |
|
|
protectedslot |
void casa::QtPlotSvrPanel::zoomed |
( |
const QwtDoubleRect & |
| ) |
|
|
protectedslot |
double casa::QtPlotSvrPanel::current_zoom_level |
|
private |
QFont casa::QtPlotSvrPanel::defaultfont |
|
protected |
QSlider* casa::QtPlotSvrPanel::slider |
|
private |
int casa::QtPlotSvrPanel::slider_last_value |
|
private |
QwtPlotZoomer* casa::QtPlotSvrPanel::zoomer |
|
private |
The documentation for this class was generated from the following file: