2 #ifndef DBUS_EDITLINEGUIPROXY_H_
3 #define DBUS_EDITLINEGUIPROXY_H_
8 #include "EditlineGuiProxy.proxy.h"
13 private edu::nrao::casa::editlinegui_proxy,
14 public DBus::IntrospectableProxy,
15 public DBus::ObjectProxy {
19 static std::list<std::string>
execArgs(
const std::list<std::string> &args ) {
20 std::list<std::string> result(args);
21 result.push_front(
"dDBus");
25 static std::string
dbusName( ) {
return "editlinegui"; }
28 DBus::ObjectProxy(
DBusSession::instance().connection( ),
32 std::string
get( ) {
return edu::nrao::casa::editlinegui_proxy::get( ); }
33 void set(
const std::string &txt ) { edu::nrao::casa::editlinegui_proxy::set( txt ); }
ABSTRACT CLASSES Abstract class for colors Any implementation of color should be able to provide a hexadecimal form of the if a human readable name(i.e."black").In many places throughout the plotter
EditlineGuiProxy(const std::string &name=dbusName())
std::string object(const std::string &name)
std::string path(const std::string &name)
static std::string dbusName()
static std::list< std::string > execArgs(const std::list< std::string > &args)
void set(const std::string &txt)