#include "plugin_type.h"
#include "plugin_unknown.h"
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 struct _MarkerEntry MarkerEntry |
Universal Document Shell Plugin Marker Entry declaration.
enum PluginMarkerType |
Universal Document Shell Plugin Marker Types declaration.
Copyright (C) 2008 iRex Technologies B.V. All rights reserved.
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;