#include <QtDBusPlotSvrAdaptor.qo.h>
|
QDBusVariant | panel (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", int with_panel=0, bool new_row=false, bool hidden=false) |
|
QStringList | colors () |
|
QStringList | colormaps () |
|
QStringList | symbols () |
|
QDBusVariant | line (const QList< double > &x, const QList< double > &y, const QString &color="black", const QString &label="", int panel=0) |
|
QDBusVariant | 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, int panel=0) |
|
QDBusVariant | histogram (const QList< double > &values, int bins=0, const QString &color="blue", const QString &label="", int panel=0) |
|
QDBusVariant | raster (const QList< double > &matrix, int sizex, int sizey, const QString &colormap="Rainbow 2", int panel=0) |
|
QDBusVariant | setlabel (const QString &xlabel="", const QString &ylabel="", const QString &title="", int panel_id=0) |
|
QDBusVariant | erase (int data=0) |
|
QDBusVariant | close (int panel=0) |
|
QDBusVariant | release (int panel=0) |
|
QDBusVariant | hide (int panel) |
|
QDBusVariant | show (int panel) |
|
QDBusVariant | loaddock (const QString &file_or_xml, const QString &loc="top", const QStringList &dockable=QStringList(), int panel=0) |
|
void | done () |
|
|
void | button (int panel, QString name) |
|
void | check (int panel, QString name, int value) |
|
void | radio (int panel, QString name, bool value) |
|
void | linetext (int panel, QString name, const QString &value) |
|
void | slidevalue (int panel, QString name, int value) |
|
void | closing (int panel, bool gone) |
|
void | exiting () |
|
|
void | emit_button (QtPlotSvrPanel *, QString name) |
|
void | emit_check (QtPlotSvrPanel *, QString name, int) |
|
void | emit_radio (QtPlotSvrPanel *, QString name, bool) |
|
void | emit_linetext (QtPlotSvrPanel *, QString name, const QString &value) |
|
void | emit_slidevalue (QtPlotSvrPanel *, QString name, int) |
|
void | emit_closing (QtPlotSvrPanel *, bool gone) |
|
Definition at line 45 of file QtDBusPlotSvrAdaptor.qo.h.
casa::QtDBusPlotSvrAdaptor::QtDBusPlotSvrAdaptor |
( |
QtPlotServer * |
| ) |
|
casa::QtDBusPlotSvrAdaptor::~QtDBusPlotSvrAdaptor |
( |
| ) |
|
void casa::QtDBusPlotSvrAdaptor::button |
( |
int |
panel, |
|
|
QString |
name |
|
) |
| |
|
signal |
void casa::QtDBusPlotSvrAdaptor::check |
( |
int |
panel, |
|
|
QString |
name, |
|
|
int |
value |
|
) |
| |
|
signal |
QDBusVariant casa::QtDBusPlotSvrAdaptor::close |
( |
int |
panel = 0 | ) |
|
|
slot |
void casa::QtDBusPlotSvrAdaptor::close_everything |
( |
| ) |
|
|
private |
void casa::QtDBusPlotSvrAdaptor::closing |
( |
int |
panel, |
|
|
bool |
gone |
|
) |
| |
|
signal |
QStringList casa::QtDBusPlotSvrAdaptor::colormaps |
( |
| ) |
|
|
slot |
QStringList casa::QtDBusPlotSvrAdaptor::colors |
( |
| ) |
|
|
slot |
bool casa::QtDBusPlotSvrAdaptor::connectToDBus |
( |
const QString & |
dbus_name = "" | ) |
|
|
inlinevirtual |
QString casa::QtDBusPlotSvrAdaptor::dbusName |
( |
| ) |
const |
|
inlinevirtual |
void casa::QtDBusPlotSvrAdaptor::done |
( |
| ) |
|
|
slot |
void casa::QtDBusPlotSvrAdaptor::emit_button |
( |
QtPlotSvrPanel * |
, |
|
|
QString |
name |
|
) |
| |
|
protectedslot |
void casa::QtDBusPlotSvrAdaptor::emit_check |
( |
QtPlotSvrPanel * |
, |
|
|
QString |
name, |
|
|
int |
|
|
) |
| |
|
protectedslot |
void casa::QtDBusPlotSvrAdaptor::emit_closing |
( |
QtPlotSvrPanel * |
, |
|
|
bool |
gone |
|
) |
| |
|
protectedslot |
void casa::QtDBusPlotSvrAdaptor::emit_linetext |
( |
QtPlotSvrPanel * |
, |
|
|
QString |
name, |
|
|
const QString & |
value |
|
) |
| |
|
protectedslot |
void casa::QtDBusPlotSvrAdaptor::emit_radio |
( |
QtPlotSvrPanel * |
, |
|
|
QString |
name, |
|
|
bool |
|
|
) |
| |
|
protectedslot |
void casa::QtDBusPlotSvrAdaptor::emit_slidevalue |
( |
QtPlotSvrPanel * |
, |
|
|
QString |
name, |
|
|
int |
|
|
) |
| |
|
protectedslot |
QDBusVariant casa::QtDBusPlotSvrAdaptor::erase |
( |
int |
data = 0 | ) |
|
|
slot |
QDBusVariant casa::QtDBusPlotSvrAdaptor::error |
( |
const QString & |
message | ) |
|
|
inlineprivate |
void casa::QtDBusPlotSvrAdaptor::exiting |
( |
| ) |
|
|
signal |
int casa::QtDBusPlotSvrAdaptor::get_id |
( |
QtPlotSvrPanel * |
panel, |
|
|
QwtPlotItem * |
data |
|
) |
| |
|
private |
QDBusVariant casa::QtDBusPlotSvrAdaptor::hide |
( |
int |
panel | ) |
|
|
slot |
QDBusVariant casa::QtDBusPlotSvrAdaptor::histogram |
( |
const QList< double > & |
values, |
|
|
int |
bins = 0 , |
|
|
const QString & |
color = "blue" , |
|
|
const QString & |
label = "" , |
|
|
int |
panel = 0 |
|
) |
| |
|
slot |
QDBusVariant casa::QtDBusPlotSvrAdaptor::line |
( |
const QList< double > & |
x, |
|
|
const QList< double > & |
y, |
|
|
const QString & |
color = "black" , |
|
|
const QString & |
label = "" , |
|
|
int |
panel = 0 |
|
) |
| |
|
slot |
void casa::QtDBusPlotSvrAdaptor::linetext |
( |
int |
panel, |
|
|
QString |
name, |
|
|
const QString & |
value |
|
) |
| |
|
signal |
QDBusVariant casa::QtDBusPlotSvrAdaptor::loaddock |
( |
const QString & |
file_or_xml, |
|
|
const QString & |
loc = "top" , |
|
|
const QStringList & |
dockable = QStringList() , |
|
|
int |
panel = 0 |
|
) |
| |
|
slot |
QDBusVariant casa::QtDBusPlotSvrAdaptor::panel |
( |
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" , |
|
|
int |
with_panel = 0 , |
|
|
bool |
new_row = false , |
|
|
bool |
hidden = false |
|
) |
| |
|
slot |
void casa::QtDBusPlotSvrAdaptor::radio |
( |
int |
panel, |
|
|
QString |
name, |
|
|
bool |
value |
|
) |
| |
|
signal |
QDBusVariant casa::QtDBusPlotSvrAdaptor::raster |
( |
const QList< double > & |
matrix, |
|
|
int |
sizex, |
|
|
int |
sizey, |
|
|
const QString & |
colormap = "Rainbow 2" , |
|
|
int |
panel = 0 |
|
) |
| |
|
slot |
QDBusVariant casa::QtDBusPlotSvrAdaptor::release |
( |
int |
panel = 0 | ) |
|
|
slot |
void casa::QtDBusPlotSvrAdaptor::release |
( |
panelmap::iterator & |
| ) |
|
|
private |
void casa::QtDBusPlotSvrAdaptor::release_everything |
( |
| ) |
|
|
private |
QDBusVariant casa::QtDBusPlotSvrAdaptor::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 , |
|
|
int |
panel = 0 |
|
) |
| |
|
slot |
QDBusVariant casa::QtDBusPlotSvrAdaptor::setlabel |
( |
const QString & |
xlabel = "" , |
|
|
const QString & |
ylabel = "" , |
|
|
const QString & |
title = "" , |
|
|
int |
panel_id = 0 |
|
) |
| |
|
slot |
QDBusVariant casa::QtDBusPlotSvrAdaptor::show |
( |
int |
panel | ) |
|
|
slot |
void casa::QtDBusPlotSvrAdaptor::slidevalue |
( |
int |
panel, |
|
|
QString |
name, |
|
|
int |
value |
|
) |
| |
|
signal |
QStringList casa::QtDBusPlotSvrAdaptor::symbols |
( |
| ) |
|
|
slot |
datamap casa::QtDBusPlotSvrAdaptor::managed_datas |
|
private |
dockmap casa::QtDBusPlotSvrAdaptor::managed_docks |
|
private |
panelmap casa::QtDBusPlotSvrAdaptor::managed_panels |
|
private |
The documentation for this class was generated from the following file: