|
atkmm 2.28.4
|
The ATK interface which provides standard mechanism for manipulating hyperlinks. More...
Classes | |
| class | Action |
| The ATK interface provided by UI components which the user can activate/interact with, This should be implemented by instances of Atk::Object classes with which the user can interact directly, i.e. More... | |
| class | Attribute |
| struct | AttributeTraits |
| class | Component |
| The ATK interface provided by UI components which occupy a physical area on the screen. More... | |
| class | Document |
| The ATK interface which allows access to a DOM associated with on object. More... | |
| class | EditableText |
| The ATK interface implemented by components containing user-editable text content. More... | |
| class | Hyperlink |
| Encapsulates a link or set of links in a hypertext document. More... | |
| class | Hypertext |
| class | Image |
| The ATK Interface implemented by components which expose image or pixmap content on-screen. More... | |
| class | Implementor |
| class | NoOpObject |
| An Atk::NoOpObject is an Atk::Object which purports to implement all ATK interfaces. More... | |
| class | Object |
| The base object class for the Accessibility Toolkit API. More... | |
| class | ObjectAccessible |
| This object class is derived from AtkObject and can be used as a basis implementing accessible objects. More... | |
| class | Range |
| A given range or subrange, to be used with Atk::Value. More... | |
| class | Relation |
| An Atk::Relation describes a relation between an object and one or more other objects. More... | |
| class | RelationSet |
| A set of Atk::Relations, normally the set of AtkRelations which an Atk::Object has. More... | |
| class | Selection |
| The ATK interface implemented by container objects whose Atk::Object children can be selected. More... | |
| class | StateSet |
| An AtkStateSet determines a component's state set. More... | |
| class | StreamableContent |
| The ATK interface which provides access to streamable content. More... | |
| class | Table |
| The ATK interface implemented for UI components which contain tabular or row/column information. More... | |
| class | Text |
| The ATK interface implemented by components with text content. More... | |
| class | TextAttribute |
| class | Value |
| The ATK interface implemented by valuators and components which display or select a value from a bounded range of values. More... | |
Typedefs | |
| typedef guint64 | State |
| typedef Glib::SListHandle< Attribute, AttributeTraits > | AttributeSet |
Functions | |
| void | init () |
| Initialize atkmm. | |
The ATK interface which provides standard mechanism for manipulating hyperlinks.
| typedef guint64 Atk::State |
| enum Atk::CoordType |
| enum Atk::Layer |
| enum Atk::RelationType |
| Enumerator | |
|---|---|
| RELATION_NULL | Not used, represens "no relationship" or an error condition. |
| RELATION_CONTROLLED_BY | Indicates an object controlled by one or more target objects. |
| RELATION_CONTROLLER_FOR | Indicates an object is an controller for one or more target objects. |
| RELATION_LABEL_FOR | Indicates an object is a label for one or more target objects. |
| RELATION_LABELLED_BY | Indicates an object is labelled by one or more target objects. |
| RELATION_MEMBER_OF | Indicates an object is a member of a group of one or more target objects. |
| RELATION_NODE_CHILD_OF | Indicates an object is a cell in a treetable which is displayed because a cell in the same column is expanded and identifies that cell. |
| RELATION_FLOWS_TO | Indicates that the object has content that flows logically to another AtkObject in a sequential way, (for instance text-flow). |
| RELATION_FLOWS_FROM | Indicates that the object has content that flows logically from another AtkObject in a sequential way, (for instance text-flow). |
| RELATION_SUBWINDOW_OF | Indicates a subwindow attached to a component but otherwise has no connection in the UI heirarchy to that component. |
| RELATION_EMBEDS | Indicates that the object visually embeds another object's content, i.e. this object's content flows around another's content. |
| RELATION_EMBEDDED_BY | Inverse of Atk::RELATION_EMBEDS, indicates that this object's content is visualy embedded in another object. |
| RELATION_POPUP_FOR | Indicates that an object is a popup for another object. |
| RELATION_PARENT_WINDOW_OF | Indicates that an object is a parent window of another object. |
| RELATION_DESCRIBED_BY | Indicates that another object provides descriptive information about this object; more verbose than ATK_RELATION_LABELLED_BY. |
| RELATION_DESCRIPTION_FOR | Indicates that an object provides descriptive information about another object; more verbose than ATK_RELATION_LABEL_FOR. |
| RELATION_NODE_PARENT_OF | Indicates an object is a cell in a treetable and is expanded to display other cells in the same column. |
| RELATION_LAST_DEFINED | Not used, this value indicates the end of the enumeration. |
| enum Atk::TextBoundary |
| enum Atk::TextClipType |
| enum Atk::TextGranularity |
| void Atk::init | ( | ) |
Initialize atkmm.
You may call this more than once. You do not need to call this if you are using Gtk::Main, because it calls this for you.