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

#include <nmv-find-text-dialog.h>

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

Public Member Functions

 FindTextDialog (Gtk::Window &a_parent, const UString &a_resource_root_path)
 
virtual ~FindTextDialog ()
 
Gtk::TextIter & get_search_match_start () const
 
Gtk::TextIter & get_search_match_end () const
 
void get_search_string (UString &a_search_str) const
 
void set_search_string (const UString &a_search_str)
 
bool get_match_case () const
 
void set_match_case (bool a_flag)
 
bool get_match_entire_word () const
 
void set_match_entire_word (bool a_flag)
 
bool get_wrap_around () const
 
void set_wrap_around (bool a_flag)
 
bool get_search_backward () const
 
void set_search_backward (bool a_flag)
 
bool clear_selection_before_search () const
 
void clear_selection_before_search (bool)
 
- 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
 

Constructor & Destructor Documentation

◆ FindTextDialog()

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

◆ ~FindTextDialog()

virtual nemiver::FindTextDialog::~FindTextDialog ( )
virtual

Member Function Documentation

◆ clear_selection_before_search() [1/2]

bool nemiver::FindTextDialog::clear_selection_before_search ( ) const

◆ clear_selection_before_search() [2/2]

void nemiver::FindTextDialog::clear_selection_before_search ( bool  )

◆ get_match_case()

bool nemiver::FindTextDialog::get_match_case ( ) const

◆ get_match_entire_word()

bool nemiver::FindTextDialog::get_match_entire_word ( ) const

◆ get_search_backward()

bool nemiver::FindTextDialog::get_search_backward ( ) const

◆ get_search_match_end()

Gtk::TextIter& nemiver::FindTextDialog::get_search_match_end ( ) const

◆ get_search_match_start()

Gtk::TextIter& nemiver::FindTextDialog::get_search_match_start ( ) const

◆ get_search_string()

void nemiver::FindTextDialog::get_search_string ( UString a_search_str) const

◆ get_wrap_around()

bool nemiver::FindTextDialog::get_wrap_around ( ) const

◆ set_match_case()

void nemiver::FindTextDialog::set_match_case ( bool  a_flag)

◆ set_match_entire_word()

void nemiver::FindTextDialog::set_match_entire_word ( bool  a_flag)

◆ set_search_backward()

void nemiver::FindTextDialog::set_search_backward ( bool  a_flag)

◆ set_search_string()

void nemiver::FindTextDialog::set_search_string ( const UString a_search_str)

◆ set_wrap_around()

void nemiver::FindTextDialog::set_wrap_around ( bool  a_flag)

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