|
| TextTagTable (TextTagTable &&src) noexcept |
|
TextTagTable & | operator= (TextTagTable &&src) noexcept |
|
| ~TextTagTable () noexcept override |
|
GtkTextTagTable * | gobj () |
| Provides access to the underlying C GObject.
|
|
const GtkTextTagTable * | gobj () const |
| Provides access to the underlying C GObject.
|
|
GtkTextTagTable * | gobj_copy () |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
|
bool | add (const Glib::RefPtr< TextTag > &tag) |
| Add a tag to the table.
|
|
void | remove (const Glib::RefPtr< TextTag > &tag) |
| Remove a tag from the table.
|
|
Glib::RefPtr< TextTag > | lookup (const Glib::ustring & name) |
| Look up a named tag.
|
|
Glib::RefPtr< const TextTag > | lookup (const Glib::ustring & name) const |
| Look up a named tag.
|
|
void | foreach (const SlotForEach & slot) |
|
int | get_size () const |
| Returns the size of the table (number of tags)
|
|
Glib::SignalProxy< void(const Glib::RefPtr< TextTag > &, bool)> | signal_tag_changed () |
|
Glib::SignalProxy< void(const Glib::RefPtr< TextTag > &)> | signal_tag_added () |
|
Glib::SignalProxy< void(const Glib::RefPtr< TextTag > &)> | signal_tag_removed () |
|
| Object (const Object &)=delete |
|
Object & | operator= (const Object &)=delete |
|
| Object (Object &&src) noexcept |
|
Object & | operator= (Object &&src) noexcept |
|
void * | get_data (const QueryQuark &key) |
|
void | set_data (const Quark &key, void *data) |
|
void | set_data_with_c_callback (const Quark &key, void *data, GDestroyNotify notify) |
|
void | set_data (const Quark &key, void *data, DestroyNotify notify) |
|
void | remove_data (const QueryQuark &quark) |
|
void * | steal_data (const QueryQuark &quark) |
|
Glib::RefPtr< Glib::Object > | wrap (GObject *object, bool take_copy=false) |
|
| ObjectBase (const ObjectBase &)=delete |
|
ObjectBase & | operator= (const ObjectBase &)=delete |
|
void | set_property_value (const Glib::ustring &property_name, const Glib::ValueBase &value) |
|
void | get_property_value (const Glib::ustring &property_name, Glib::ValueBase &value) const |
|
void | set_property (const Glib::ustring &property_name, const PropertyType &value) |
|
void | get_property (const Glib::ustring &property_name, PropertyType &value) const |
|
PropertyType | get_property (const Glib::ustring &property_name) const |
|
sigc::connection | connect_property_changed (const Glib::ustring &property_name, const sigc::slot< void()> &slot) |
|
sigc::connection | connect_property_changed (const Glib::ustring &property_name, sigc::slot< void()> &&slot) |
|
void | freeze_notify () |
|
void | thaw_notify () |
|
virtual void | reference () const |
|
virtual void | unreference () const |
|
GObject * | gobj () |
|
const GObject * | gobj () const |
|
GObject * | gobj_copy () const |
|
| trackable () noexcept |
|
| trackable (const trackable &src) noexcept |
|
| trackable (trackable &&src) noexcept |
|
| ~trackable () |
|
void | add_destroy_notify_callback (notifiable *data, func_destroy_notify func) const |
|
void | notify_callbacks () |
|
trackable & | operator= (const trackable &src) |
|
trackable & | operator= (trackable &&src) noexcept |
|
void | remove_destroy_notify_callback (notifiable *data) const |
|
| Buildable (Buildable &&src) noexcept |
|
Buildable & | operator= (Buildable &&src) noexcept |
|
| ~Buildable () noexcept override |
|
GtkBuildable * | gobj () |
| Provides access to the underlying C GObject.
|
|
const GtkBuildable * | gobj () const |
| Provides access to the underlying C GObject.
|
|
Glib::ustring | get_buildable_id () const |
| Gets the ID of the buildable object.
|
|
| Interface () |
|
| Interface (Interface &&src) noexcept |
|
Interface & | operator= (Interface &&src) noexcept |
|
| Interface (const Glib::Interface_Class &interface_class) |
|
| Interface (GObject *castitem) |
|
| ~Interface () noexcept override |
|
| Interface (const Interface &)=delete |
|
Interface & | operator= (const Interface &)=delete |
|
GObject * | gobj () |
|
const GObject * | gobj () const |
|
Typedefed as Gtk::TextBuffer::TagTable.
A Collection of Gtk::TextBuffer::Tags that can be used together.
A tag table defines a set of Gtk::TextBuffer::Tags that can be used together. Each buffer has one tag table associated with it; only tags from that tag table can be used with the buffer. A single tag table can be shared between multiple buffers, however.