#include <sourcetagtable.h>
Public Types | |
| typedef SourceTagTable | CppObjectType |
| typedef SourceTagTable_Class | CppClassType |
| typedef GtkSourceTagTable | BaseObjectType |
| typedef GtkSourceTagTableClass | BaseClassType |
Public Member Functions | |
| virtual | ~SourceTagTable () |
| GtkSourceTagTable * | gobj () |
| Provides access to the underlying C GObject. | |
| const GtkSourceTagTable * | gobj () const |
| Provides access to the underlying C GObject. | |
| GtkSourceTagTable * | gobj_copy () |
| Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
| void | add_tags (const Glib::SListHandle< Glib::RefPtr< Gtk::TextTag > > &a_tags) |
| add tags to the SourceTagTable. | |
| void | remove_source_tags () |
| removes all source tags from the table. | |
Static Public Member Functions | |
| static GType | get_type () G_GNUC_CONST |
| static GType | get_base_type () G_GNUC_CONST |
| static Glib::RefPtr< SourceTagTable > | create () |
| create a new SourceTagTable | |
Protected Member Functions | |
| SourceTagTable (const Glib::ConstructParams &construct_params) | |
| SourceTagTable (GtkSourceTagTable *castitem) | |
| SourceTagTable () | |
Friends | |
| class | SourceTagTable_Class |
Related Functions | |
| (Note that these are not member functions.) | |
| Glib::RefPtr< gtksourceview::SourceTagTable > | wrap (GtkSourceTagTable *object, bool take_copy=false) |
This object is used to do the bookeeping of all the tags in use by a SourceBuffer at a given time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add tags to the SourceTagTable. Adds a list of tag to the table. The added tags are assigned the highest priority in the table. If a tag is already present in table or has the same name as an already-added tag, then it is not added to the table. |
|
|
create a new SourceTagTable It contains no SourceTag by default.
|
|
|
|
|
|
|
|
|
Provides access to the underlying C GObject.
|
|
|
Provides access to the underlying C GObject.
|
|
|
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
|
|
|
removes all source tags from the table. This will remove the table's reference to the tags, so be carefull - Tags will be destroyed if you don't have a reference to them. |
|
|
|
|
||||||||||||
|
|
1.4.6