Nemiver  0.3
Public Member Functions | Protected Member Functions | Friends | List of all members
nemiver::Dialog Class Reference

#include <nmv-dialog.h>

Inheritance diagram for nemiver::Dialog:
nemiver::common::Object nemiver::CallFunctionDialog nemiver::ChooseOverloadsDialog nemiver::ExprInspectorDialog nemiver::FindTextDialog nemiver::GlobalVarsInspectorDialog nemiver::LoadCoreDialog nemiver::LocateFileDialog nemiver::OpenFileDialog nemiver::PreferencesDialog nemiver::ProcListDialog nemiver::RemoteTargetDialog nemiver::RunProgramDialog nemiver::SavedSessionsDialog nemiver::SetBreakpointDialog nemiver::SetJumpToDialog nemiver::WatchpointDialog

Public Member Functions

 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)
 

Protected Member Functions

Gtk::Dialog & widget () const
 
const Glib::RefPtr< Gtk::Builder > gtkbuilder () const
 

Friends

class Priv
 

Additional Inherited Members

- Protected Attributes inherited from nemiver::common::Object
SafePtr< ObjectPrivm_priv
 

Constructor & Destructor Documentation

◆ Dialog()

nemiver::Dialog::Dialog ( const UString a_resource_root_path,
const UString a_gtkbuilder_filename,
const UString a_widget_name,
Gtk::Window &  a_parent 
)

◆ ~Dialog()

virtual nemiver::Dialog::~Dialog ( )
virtual

Member Function Documentation

◆ gtkbuilder()

const Glib::RefPtr<Gtk::Builder> nemiver::Dialog::gtkbuilder ( ) const
protected

◆ hide()

virtual void nemiver::Dialog::hide ( )
virtual

◆ run()

virtual gint nemiver::Dialog::run ( )
virtual

Reimplemented in nemiver::ProcListDialog.

◆ show()

virtual void nemiver::Dialog::show ( )
virtual

◆ signal_response()

Glib::SignalProxy1<void, int> nemiver::Dialog::signal_response ( )

◆ widget()

Gtk::Dialog& nemiver::Dialog::widget ( ) const
protected

Friends And Related Function Documentation

◆ Priv

friend class Priv
friend

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