|
Nemiver
0.3
|
#include <nmv-file-list.h>
Public Member Functions | |
| FileList (IDebuggerSafePtr &a_debugger, const UString &a_starting_path) | |
| virtual | ~FileList () |
| Gtk::Widget & | widget () const |
| sigc::signal< void, const UString & > & | file_activated_signal () const |
| sigc::signal< void > & | files_selected_signal () const |
| void | get_filenames (std::vector< std::string > &a_filenames) const |
| void | update_content () |
| void | expand_to_filename (const UString &a_filename) |
Public Member Functions inherited from nemiver::common::Object | |
| Object () | |
| Object (Object const &) | |
| Object & | operator= (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 Attributes inherited from nemiver::common::Object | |
| SafePtr< ObjectPriv > | m_priv |
display the list of source files that got compiled to produce the executable being currently debugged. When the widget is instanciated, it doesn't show anything. The client code has to invoke FileList::update_content() to have the FileList query the IDebugger interface for the source file list.
| nemiver::FileList::FileList | ( | IDebuggerSafePtr & | a_debugger, |
| const UString & | a_starting_path | ||
| ) |
|
virtual |
| void nemiver::FileList::expand_to_filename | ( | const UString & | a_filename | ) |
| sigc::signal<void, const UString&>& nemiver::FileList::file_activated_signal | ( | ) | const |
| sigc::signal<void>& nemiver::FileList::files_selected_signal | ( | ) | const |
| void nemiver::FileList::get_filenames | ( | std::vector< std::string > & | a_filenames | ) | const |
| void nemiver::FileList::update_content | ( | ) |
| Gtk::Widget& nemiver::FileList::widget | ( | ) | const |
1.8.17