casa
$Rev:20696$
|
#include <plotms_private.h>
Public Member Functions | |
plotms_app () | |
const String & | dbusName () const |
String & | dbusName () |
const QString & | getName () const |
DBus name of the plotms application we're communicating with. | |
Private Attributes | |
String | itsDBusName_ |
Definition at line 37 of file plotms_private.h.
plotms_app::plotms_app | ( | ) | [inline] |
Definition at line 39 of file plotms_private.h.
const String& plotms_app::dbusName | ( | ) | const [inline] |
Definition at line 40 of file plotms_private.h.
References itsDBusName_.
String& plotms_app::dbusName | ( | ) | [inline] |
Definition at line 41 of file plotms_private.h.
References itsDBusName_.
const QString& plotms_app::getName | ( | ) | const [inline] |
DBus name of the plotms application we're communicating with.
Definition at line 43 of file plotms_private.h.
References casa::name().
String plotms_app::itsDBusName_ [private] |
Definition at line 45 of file plotms_private.h.
Referenced by dbusName().