plugin_type.h File Reference

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

Go to the source code of this file.

Data Structures

struct  PluginRange
 PluginRange in [] format identifies a document object. More...
struct  PluginRectangle

Enumerations

enum  PluginBool { PLUGIN_FALSE = 0, PLUGIN_TRUE = 1 }
 

PluginBool is the basic plugin boolean type.

More...
enum  PluginRotationDegree {
  Clockwise_Degrees_0 = 0, Clockwise_Degrees_90 = 90, Clockwise_Degrees_180 = 180, Clockwise_Degrees_270 = 270,
  Clockwise_Degrees_360 = 360
}
 

Rotation direction definition.

More...

Enumeration Type Documentation

enum PluginBool

PluginBool is the basic plugin boolean type.

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

Enumerator:
PLUGIN_FALSE 
PLUGIN_TRUE 

Definition at line 39 of file plugin_type.h.

00040 {
00041     PLUGIN_FALSE = 0,
00042     PLUGIN_TRUE  = 1
00043 } PluginBool;

Rotation direction definition.

Enumerator:
Clockwise_Degrees_0 

Rotate 0 degree

Clockwise_Degrees_90 

Rotate 90 degrees

Clockwise_Degrees_180 

Rotate 180 degrees

Clockwise_Degrees_270 

Rotate 270 degrees

Clockwise_Degrees_360 

Rotate 360 degrees

Definition at line 65 of file plugin_type.h.

00066 {
00067     Clockwise_Degrees_0 = 0,        /**< Rotate 0 degree */
00068     Clockwise_Degrees_90 = 90,      /**< Rotate 90 degrees */
00069     Clockwise_Degrees_180 = 180,    /**< Rotate 180 degrees */
00070     Clockwise_Degrees_270 = 270,    /**< Rotate 270 degrees */
00071     Clockwise_Degrees_360 = 360     /**< Rotate 360 degrees */
00072 } PluginRotationDegree;

Generated by  doxygen 1.6.2-20100208