Nemiver  0.3
Public Types | Public Member Functions | List of all members
nemiver::RemoteTargetDialog Class Reference

#include <nmv-remote-target-dialog.h>

Inheritance diagram for nemiver::RemoteTargetDialog:
nemiver::Dialog nemiver::common::Object

Public Types

enum  ConnectionType { TCP_CONNECTION_TYPE, SERIAL_CONNECTION_TYPE }
 

Public Member Functions

 RemoteTargetDialog (Gtk::Window &a_parent, const UString &a_root_path)
 
virtual ~RemoteTargetDialog ()
 
const UStringget_cwd () const
 
void set_cwd (const UString &)
 
const UStringget_executable_path () const
 
void set_executable_path (const UString &a_path)
 
const UStringget_solib_prefix_path () const
 
void set_solib_prefix_path (const UString &a_path)
 
ConnectionType get_connection_type ()
 
void set_connection_type (ConnectionType a_type)
 
const UStringget_server_address () const
 
void set_server_address (const UString &a_address)
 
unsigned get_server_port () const
 
void set_server_port (unsigned a_port)
 
const UStringget_serial_port_name () const
 
void set_serial_port_name (const UString &a_serial)
 
- Public Member Functions inherited from nemiver::Dialog
 Dialog (const UString &a_resource_root_path, const UString &a_gtkbuilder_filename, const UString &a_widget_name, Gtk::Window &a_parent)
 
virtual ~Dialog ()
 
virtual gint run ()
 
virtual void show ()
 
virtual void hide ()
 
Glib::SignalProxy1< void, int > signal_response ()
 
- Public Member Functions inherited from nemiver::common::Object
 Object ()
 
 Object (Object const &)
 
Objectoperator= (Object const &)
 
virtual ~Object ()
 
void ref ()
 
void unref ()
 
void enable_refcount (bool a_enabled=true)
 
bool is_refcount_enabled () const
 
long get_refcount () const
 
void attach_object (const UString &a_key, const Object *a_object)
 
bool get_attached_object (const UString &a_key, const Object *&a_object)
 

Additional Inherited Members

- Protected Member Functions inherited from nemiver::Dialog
Gtk::Dialog & widget () const
 
const Glib::RefPtr< Gtk::Builder > gtkbuilder () const
 
- Protected Attributes inherited from nemiver::common::Object
SafePtr< ObjectPrivm_priv
 

Member Enumeration Documentation

◆ ConnectionType

Enumerator
TCP_CONNECTION_TYPE 
SERIAL_CONNECTION_TYPE 

Constructor & Destructor Documentation

◆ RemoteTargetDialog()

nemiver::RemoteTargetDialog::RemoteTargetDialog ( Gtk::Window &  a_parent,
const UString a_root_path 
)

◆ ~RemoteTargetDialog()

virtual nemiver::RemoteTargetDialog::~RemoteTargetDialog ( )
virtual

Member Function Documentation

◆ get_connection_type()

ConnectionType nemiver::RemoteTargetDialog::get_connection_type ( )

◆ get_cwd()

const UString& nemiver::RemoteTargetDialog::get_cwd ( ) const

◆ get_executable_path()

const UString& nemiver::RemoteTargetDialog::get_executable_path ( ) const

◆ get_serial_port_name()

const UString& nemiver::RemoteTargetDialog::get_serial_port_name ( ) const

◆ get_server_address()

const UString& nemiver::RemoteTargetDialog::get_server_address ( ) const

◆ get_server_port()

unsigned nemiver::RemoteTargetDialog::get_server_port ( ) const

◆ get_solib_prefix_path()

const UString& nemiver::RemoteTargetDialog::get_solib_prefix_path ( ) const

◆ set_connection_type()

void nemiver::RemoteTargetDialog::set_connection_type ( ConnectionType  a_type)

◆ set_cwd()

void nemiver::RemoteTargetDialog::set_cwd ( const UString )

◆ set_executable_path()

void nemiver::RemoteTargetDialog::set_executable_path ( const UString a_path)

◆ set_serial_port_name()

void nemiver::RemoteTargetDialog::set_serial_port_name ( const UString a_serial)

◆ set_server_address()

void nemiver::RemoteTargetDialog::set_server_address ( const UString a_address)

◆ set_server_port()

void nemiver::RemoteTargetDialog::set_server_port ( unsigned  a_port)

◆ set_solib_prefix_path()

void nemiver::RemoteTargetDialog::set_solib_prefix_path ( const UString a_path)

The documentation for this class was generated from the following file: