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

#include <nmv-set-breakpoint-dialog.h>

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

Public Types

enum  Mode { MODE_SOURCE_LOCATION, MODE_FUNCTION_NAME, MODE_BINARY_ADDRESS, MODE_EVENT }
 

Public Member Functions

 SetBreakpointDialog (Gtk::Window &a_parent, const UString &a_resource_root_path)
 
virtual ~SetBreakpointDialog ()
 
UString file_name () const
 
void file_name (const UString &a_name)
 
int line_number () const
 
void line_number (int)
 
UString function () const
 
void function (const UString &a_name)
 
Address address () const
 
void address (const Address &)
 
UString event () const
 
void event (const UString &a_event)
 
UString condition () const
 
void condition (const UString &a_cond)
 
bool count_point () const
 
void count_point (bool a_flag)
 
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
MODE_SOURCE_LOCATION 
MODE_FUNCTION_NAME 
MODE_BINARY_ADDRESS 
MODE_EVENT 

Constructor & Destructor Documentation

◆ SetBreakpointDialog()

nemiver::SetBreakpointDialog::SetBreakpointDialog ( Gtk::Window &  a_parent,
const UString a_resource_root_path 
)

◆ ~SetBreakpointDialog()

virtual nemiver::SetBreakpointDialog::~SetBreakpointDialog ( )
virtual

Member Function Documentation

◆ address() [1/2]

Address nemiver::SetBreakpointDialog::address ( ) const

◆ address() [2/2]

void nemiver::SetBreakpointDialog::address ( const Address )

◆ condition() [1/2]

UString nemiver::SetBreakpointDialog::condition ( ) const

◆ condition() [2/2]

void nemiver::SetBreakpointDialog::condition ( const UString a_cond)

◆ count_point() [1/2]

bool nemiver::SetBreakpointDialog::count_point ( ) const

◆ count_point() [2/2]

void nemiver::SetBreakpointDialog::count_point ( bool  a_flag)

◆ event() [1/2]

UString nemiver::SetBreakpointDialog::event ( ) const

◆ event() [2/2]

void nemiver::SetBreakpointDialog::event ( const UString a_event)

◆ file_name() [1/2]

UString nemiver::SetBreakpointDialog::file_name ( ) const

◆ file_name() [2/2]

void nemiver::SetBreakpointDialog::file_name ( const UString a_name)

◆ function() [1/2]

UString nemiver::SetBreakpointDialog::function ( ) const

◆ function() [2/2]

void nemiver::SetBreakpointDialog::function ( const UString a_name)

◆ line_number() [1/2]

int nemiver::SetBreakpointDialog::line_number ( ) const

◆ line_number() [2/2]

void nemiver::SetBreakpointDialog::line_number ( int  )

◆ mode() [1/2]

Mode nemiver::SetBreakpointDialog::mode ( ) const

◆ mode() [2/2]

void nemiver::SetBreakpointDialog::mode ( Mode  )

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