Reference Manual
Inti Logo
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Compound List | File List | Namespace Members | Compound Members | File Members

Inti::Atk::Document Class Reference

An AtkDocument C++ wrapper class. More...

#include <inti/atk/document.h>

Inheritance diagram for Inti::Atk::Document:

Inti::G::TypeInterface Inti::G::TypeInstance Inti::ReferencedBase List of all members.

Public Member Functions

Accessors

Protected Member Functions

Constructors

Detailed Description

An AtkDocument C++ wrapper class.

The Document interface should be supported by any object that has an associated document object model (DOM). This interface provides the standard mechanism allowing an assistive technology access to the DOM.


Member Function Documentation

void* Inti::Atk::Document::get_document  )  const
 

Gets a generic pointer that points to an instance of the DOM.

Returns:
A generic pointer that points to an instance of the DOM.

It is up to the caller to check the GType by calling G::TypeInstance::type() to determine how to cast this pointer.

String Inti::Atk::Document::get_document_type  )  const
 

Gets a string indicating the document type.

Returns:
A string indicating the document type.


The documentation for this class was generated from the following file: Main Page - Footer


Generated on Sun Sep 14 20:08:07 2003 for Inti by doxygen 1.3.2 written by Dimitri van Heesch, © 1997-2002