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

#include <nmv-watchpoint-dialog.h>

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

Public Types

enum  Mode { UNDEFINED_MODE = 0, WRITE_MODE = 1, READ_MODE = 1 << 1 }
 

Public Member Functions

 WatchpointDialog (Gtk::Window &a_parent, const UString &a_resource_root_path, IDebugger &a_debugger, IPerspective &a_perspective)
 
virtual ~WatchpointDialog ()
 
const UString expression () const
 
void expression (const UString &)
 
Mode mode () const
 
void mode (Mode)
 
- 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

◆ Mode

Enumerator
UNDEFINED_MODE 
WRITE_MODE 
READ_MODE 

Constructor & Destructor Documentation

◆ WatchpointDialog()

nemiver::WatchpointDialog::WatchpointDialog ( Gtk::Window &  a_parent,
const UString a_resource_root_path,
IDebugger a_debugger,
IPerspective a_perspective 
)

◆ ~WatchpointDialog()

virtual nemiver::WatchpointDialog::~WatchpointDialog ( )
virtual

Member Function Documentation

◆ expression() [1/2]

const UString nemiver::WatchpointDialog::expression ( ) const

◆ expression() [2/2]

void nemiver::WatchpointDialog::expression ( const UString )

◆ mode() [1/2]

Mode nemiver::WatchpointDialog::mode ( ) const

◆ mode() [2/2]

void nemiver::WatchpointDialog::mode ( Mode  )

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