gtksourceviewmm 3.2.0
|
Words completion provider. More...
#include <gtksourceviewmm/completionwords.h>
Public Member Functions | |
GtkSourceCompletionWords* | gobj () |
Provides access to the underlying C GObject. | |
const GtkSourceCompletionWords* | gobj () const |
Provides access to the underlying C GObject. | |
GtkSourceCompletionWords* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
void | register_provider (const Glib::RefPtr< Gtk::TextBuffer >& buffer) |
Registers this provider in given buffer. | |
void | unregister_provider (const Glib::RefPtr< Gtk::TextBuffer >& buffer) |
Unregisters this provider from given buffer. | |
Glib::PropertyProxy < Glib::ustring > | property_name () |
The provider name. | |
Glib::PropertyProxy_ReadOnly < Glib::ustring > | property_name () const |
The provider name. | |
Glib::PropertyProxy < Glib::RefPtr< Gdk::Pixbuf > > | property_icon () |
The provider icon. | |
Glib::PropertyProxy_ReadOnly < Glib::RefPtr< Gdk::Pixbuf > > | property_icon () const |
The provider icon. | |
Glib::PropertyProxy< guint > | property_proposals_batch_size () |
Number of proposals added in one batch. | |
Glib::PropertyProxy_ReadOnly < guint > | property_proposals_batch_size () const |
Number of proposals added in one batch. | |
Glib::PropertyProxy< guint > | property_scan_batch_size () |
Number of lines scanned in one batch. | |
Glib::PropertyProxy_ReadOnly < guint > | property_scan_batch_size () const |
Number of lines scanned in one batch. | |
Glib::PropertyProxy< guint > | property_minimum_word_size () |
The minimum word size to complete. | |
Glib::PropertyProxy_ReadOnly < guint > | property_minimum_word_size () const |
The minimum word size to complete. | |
Glib::PropertyProxy< int > | property_interactive_delay () |
The delay before initiating interactive completion. | |
Glib::PropertyProxy_ReadOnly< int > | property_interactive_delay () const |
The delay before initiating interactive completion. | |
Glib::PropertyProxy< int > | property_priority () |
Provider priority. | |
Glib::PropertyProxy_ReadOnly< int > | property_priority () const |
Provider priority. | |
Static Public Member Functions | |
static Glib::RefPtr < CompletionWords > | create (const Glib::ustring& name, const Glib::RefPtr< Gdk::Pixbuf >& icon) |
Creates words provider with given name and icon. | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr < Gsv::CompletionWords > | wrap (GtkSourceCompletionWords* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
Words completion provider.
static Glib::RefPtr<CompletionWords> Gsv::CompletionWords::create | ( | const Glib::ustring & | name, |
const Glib::RefPtr< Gdk::Pixbuf > & | icon | ||
) | [static] |
Creates words provider with given name and icon.
name | Provider's name |
icon | Provider's icon |
Glib::PropertyProxy< Glib::RefPtr<Gdk::Pixbuf> > Gsv::CompletionWords::property_icon | ( | ) |
The provider icon.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly< Glib::RefPtr<Gdk::Pixbuf> > Gsv::CompletionWords::property_icon | ( | ) | const |
The provider icon.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<int> Gsv::CompletionWords::property_interactive_delay | ( | ) |
The delay before initiating interactive completion.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<int> Gsv::CompletionWords::property_interactive_delay | ( | ) | const |
The delay before initiating interactive completion.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<guint> Gsv::CompletionWords::property_minimum_word_size | ( | ) | const |
The minimum word size to complete.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<guint> Gsv::CompletionWords::property_minimum_word_size | ( | ) |
The minimum word size to complete.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<Glib::ustring> Gsv::CompletionWords::property_name | ( | ) | const |
The provider name.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<Glib::ustring> Gsv::CompletionWords::property_name | ( | ) |
The provider name.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<int> Gsv::CompletionWords::property_priority | ( | ) |
Provider priority.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<int> Gsv::CompletionWords::property_priority | ( | ) | const |
Provider priority.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<guint> Gsv::CompletionWords::property_proposals_batch_size | ( | ) |
Number of proposals added in one batch.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<guint> Gsv::CompletionWords::property_proposals_batch_size | ( | ) | const |
Number of proposals added in one batch.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy_ReadOnly<guint> Gsv::CompletionWords::property_scan_batch_size | ( | ) | const |
Number of lines scanned in one batch.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
Glib::PropertyProxy<guint> Gsv::CompletionWords::property_scan_batch_size | ( | ) |
Number of lines scanned in one batch.
You rarely need to use properties because there are get_ and set_ methods for almost all of them.
void Gsv::CompletionWords::register_provider | ( | const Glib::RefPtr< Gtk::TextBuffer > & | buffer | ) |
Registers this provider in given buffer.
buffer | A buffer which will use this provider. |
void Gsv::CompletionWords::unregister_provider | ( | const Glib::RefPtr< Gtk::TextBuffer > & | buffer | ) |
Unregisters this provider from given buffer.
buffer | A buffer which will not use this provider anymore. |
Glib::RefPtr< Gsv::CompletionWords > wrap | ( | GtkSourceCompletionWords * | object, |
bool | take_copy = false |
||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |