Univeral Document Shell Plugin Rotation interface Through IPluginRotation, caller can set/get rotation value to/from plugin. More...
#include <plugin_rotation.h>
Data Fields | |
PluginStatus(* | set_rotation )(IPluginUnknown *thiz, const PluginRotationDegree rotation) |
Set rotation direction. | |
PluginRotationDegree(* | get_rotation )(IPluginUnknown *thiz) |
Get rotation status. |
Univeral Document Shell Plugin Rotation interface Through IPluginRotation, caller can set/get rotation value to/from plugin.
Copyright (C) 2008 iRex Technologies B.V. All rights reserved.
Definition at line 42 of file plugin_rotation.h.
Get rotation status.
thiz | IPluginUnknown pointer to the object that implements IPluginRotation |
Referenced by pdf::PluginRenderResultImpl::PluginRenderResultImpl(), images::PluginRenderResultImpl::PluginRenderResultImpl(), pdf::PluginRenderSettingsImpl::PluginRenderSettingsImpl(), and images::PluginRenderSettingsImpl::PluginRenderSettingsImpl().
PluginStatus(* IPluginRotation::set_rotation)(IPluginUnknown *thiz, const PluginRotationDegree rotation) |
Set rotation direction.
thiz | IPluginUnknown pointer to the object that implements IPluginRotation. | |
rotation | Rotation direction to be set. |
Referenced by pdf::PluginRenderResultImpl::PluginRenderResultImpl(), images::PluginRenderResultImpl::PluginRenderResultImpl(), pdf::PluginRenderSettingsImpl::PluginRenderSettingsImpl(), and images::PluginRenderSettingsImpl::PluginRenderSettingsImpl().