#include <IPathOperationSuite.h>
|
| enum | { kDefaultIID = IID_IPATHOPERATIONSUITE } |
| |
IPathOperationSuite interface
Provide a suite for operations on paths of selected objects
| virtual bool16 IPathOperationSuite::CanDifferencePath | ( | void | | ) | const |
| pure virtual |
Can DifferencePath?
- Parameters
- Returns
- bool16
| virtual bool16 IPathOperationSuite::CanEndPathDrawing | ( | void | | ) | const |
| pure virtual |
Can End Path Drawing? (get out of spline creation state)
- Parameters
- Returns
- bool16
| virtual bool16 IPathOperationSuite::CanIntersectPath | ( | void | | ) | const |
| pure virtual |
Can IntersectPath?
- Parameters
- Returns
- bool16
| virtual bool16 IPathOperationSuite::CanMakeCompoundPath | ( | void | | ) | const |
| pure virtual |
Can MakeCompoundPath?
- Parameters
- Returns
- bool16
| virtual bool16 IPathOperationSuite::CanReleaseCompoundPath | ( | void | | ) | const |
| pure virtual |
Can ReleaseCompoundPath?
- Parameters
- Returns
- bool16
| virtual bool16 IPathOperationSuite::CanReverseDiffPath | ( | void | | ) | const |
| pure virtual |
Can ReverseDiffPath?
- Parameters
- Returns
- bool16
| virtual bool16 IPathOperationSuite::CanReversePath | ( | void | | ) | const |
| pure virtual |
Can ReversePath?
- Parameters
- Returns
- bool16
| virtual bool16 IPathOperationSuite::CanUnionPath | ( | void | | ) | const |
| pure virtual |
Can UnionPath?
- Parameters
- Returns
- bool16
| virtual bool16 IPathOperationSuite::CanXorPath | ( | void | | ) | const |
| pure virtual |
Can XorPath?
- Parameters
- Returns
- bool16
| virtual ErrorCode IPathOperationSuite::DifferencePath | ( | void | | ) | |
| pure virtual |
DifferencePath
- Parameters
- Returns
- Success or Failure
| virtual ErrorCode IPathOperationSuite::EndPathDrawing | ( | void | | ) | |
| pure virtual |
End Path Drawing (get out of spline creation state)
- Parameters
- Returns
- bool16
| virtual ErrorCode IPathOperationSuite::IntersectPath | ( | void | | ) | |
| pure virtual |
IntersectPath
- Parameters
- Returns
- Success or Failure
| virtual ErrorCode IPathOperationSuite::MakeCompoundPath | ( | void | | ) | |
| pure virtual |
MakeCompoundPath
- Parameters
- Returns
- Success or Failure
| virtual ErrorCode IPathOperationSuite::ReleaseCompoundPath | ( | void | | ) | |
| pure virtual |
ReleaseCompoundPath
- Parameters
- Returns
- Success or Failure
| virtual ErrorCode IPathOperationSuite::ReverseDiffPath | ( | void | | ) | |
| pure virtual |
ReverseDiffPath
- Parameters
- Returns
- Success or Failure
| virtual ErrorCode IPathOperationSuite::ReversePath | ( | void | | ) | |
| pure virtual |
ReversePath
- Parameters
- Returns
- Success or Failure
| virtual ErrorCode IPathOperationSuite::UnionPath | ( | void | | ) | |
| pure virtual |
UnionPath
- Parameters
- Returns
- Success or Failure
| virtual ErrorCode IPathOperationSuite::XorPath | ( | void | | ) | |
| pure virtual |
XorPath
- Parameters
- Returns
- Success or Failure