plugin_doc_marker.h File Reference

#include "plugin_type.h"
#include "plugin_unknown.h"
Include dependency graph for plugin_doc_marker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  _MarkerEntry
 Universal Document Shell Plugin Marker Entry declaration. More...
struct  IPluginDocMarker
 Universal Document Shell Plugin Marker Interface. Through IPluginDocMarker, caller can request marker tree of document to plugin, and get plugin-supported marker types. More...

Typedefs

typedef struct _MarkerEntry MarkerEntry
 Universal Document Shell Plugin Marker Entry declaration.

Enumerations

enum  PluginMarkerType { MARKER_UDS_PRIVATE = 0, MARKER_TOC, MARKER_BUILTIN_BOOKMARK }
 

Universal Document Shell Plugin Marker Types declaration.

More...

Typedef Documentation

typedef struct _MarkerEntry MarkerEntry

Universal Document Shell Plugin Marker Entry declaration.


Enumeration Type Documentation

Universal Document Shell Plugin Marker Types declaration.

Copyright (C) 2008 iRex Technologies B.V. All rights reserved.

Enumerator:
MARKER_UDS_PRIVATE 

The private marker defined by UDS.

MARKER_TOC 

The marker of Table-Of-Content.

MARKER_BUILTIN_BOOKMARK 

The built-in bookmark.

Definition at line 40 of file plugin_doc_marker.h.

00041 {
00042     MARKER_UDS_PRIVATE = 0,     /**< The private marker defined by UDS. */
00043     MARKER_TOC,                 /**< The marker of Table-Of-Content. */
00044     MARKER_BUILTIN_BOOKMARK     /**< The built-in bookmark. */
00045 } PluginMarkerType;

Generated by  doxygen 1.6.2-20100208