Go to the documentation of this file.
27 #ifndef __NMV_SET_BREAKPOINT_DIALOG_H__
28 #define __NMV_SET_BREAKPOINT_DIALOG_H__
34 NEMIVER_BEGIN_NAMESPACE (
nemiver)
59 const UString &a_resource_root_path);
63 void file_name (
const UString &a_name);
65 int line_number ()
const;
66 void line_number (
int);
69 void function (
const UString &a_name);
75 void event (
const UString &a_event);
78 void condition (
const UString &a_cond);
80 bool count_point ()
const;
81 void count_point (
bool a_flag);
90 #endif //__NMV_SET_BREAKPOINT_DIALOG_H__
@ MODE_BINARY_ADDRESS
Definition: nmv-set-breakpoint-dialog.h:54
Definition: nmv-address.h:31
@ MODE_FUNCTION_NAME
Definition: nmv-set-breakpoint-dialog.h:53
Definition: nmv-set-breakpoint-dialog.h:44
Definition: nmv-ustring.h:45
@ MODE_SOURCE_LOCATION
Definition: nmv-set-breakpoint-dialog.h:52
Definition: nmv-address.h:34
Definition: nmv-dialog.h:50
Mode
Definition: nmv-set-breakpoint-dialog.h:50
Definition: nmv-safe-ptr.h:71
Definition: nmv-proc-list-dialog.h:32