|
| | CRhinoDigitizerPlugIn () |
| |
| | ~CRhinoDigitizerPlugIn () |
| |
| virtual LRESULT | DigitizerPlugInProc (UINT message, WPARAM wParam, LPARAM lParam) |
| | This will be used to extend this class without breaking the SDK. More...
|
| |
| virtual bool | EnableDigitizer (bool bEnable)=0 |
| |
| plugin_type | PlugInType () const override |
| |
| virtual double | PointTolerance () const =0 |
| |
| void | SendPoint (ON_3dPoint point, UINT nFlags) |
| |
| void | SendRay (ON_3dRay ray, UINT nFlags) |
| |
| virtual ON::LengthUnitSystem | UnitSystem () const =0 |
| |
| | CRhinoPlugIn () |
| |
| virtual | ~CRhinoPlugIn () |
| |
| virtual void | AddPagesToDocumentPropertiesDialog (CRhinoOptionsPageCollection &collection) |
| |
| virtual void | AddPagesToObjectPropertiesDialog (CRhinoPropertiesPanelPageCollection &collection) |
| |
| virtual void | AddPagesToOptionsDialog (CRhinoOptionsPageCollection &collection) |
| |
| virtual BOOL32 | AddToPlugInHelpMenu () const |
| |
| virtual BOOL32 | CallWriteDocument (const CRhinoFileWriteOptions &options) |
| |
| const ON_SimpleArray< CRhinoCommand * > & | CommandList () const |
| |
| bool | DisplayPlugInErrorDialog (const wchar_t *message) const |
| |
| const ON_UUID | GetLicenseId () |
| |
| virtual void | GetMenuMessageString (HMENU hMenu, UINT nID, ON_wString &wMessage) const |
| |
| BOOL32 | GetPlugInFileName (ON_wString &result) const |
| |
| BOOL32 | GetPlugInFolder (ON_wString &result) const |
| |
| virtual LPUNKNOWN | GetPlugInObjectInterface (const ON_UUID &iid) |
| |
| BOOL32 | GetPlugInRegistryKey (ON_wString &result) const |
| |
| class CRhPlugInPrivate * | GetPrivateData () |
| | Get extended data from plug-in. More...
|
| |
| BOOL32 | InsertPlugInItemToRhinoMenu (HMENU hTargetMenu, UINT index, MENUITEMINFO *pMi) |
| |
| BOOL32 | InsertPlugInMenuToRhinoMenu (HMENU hmenu, int index) |
| |
| BOOL32 | InsertPlugInMenuToRhinoMenu (HMENU hmenu, LPCTSTR title) |
| |
| bool | IsRhinoCommonPlugIn () const |
| |
| virtual void | LoadProfile (LPCTSTR lpszSection, CRhinoProfileContext &pc) |
| |
| virtual const wchar_t * | LocalPlugInDescription () const |
| |
| virtual const wchar_t * | LocalPlugInName () const |
| |
| virtual BOOL32 | OnDisplayPlugInHelp (HWND hWnd) const |
| |
| virtual void | OnInitPlugInMenuPopups (WPARAM wparam, LPARAM lparam) |
| |
| virtual int | OnLoadPlugIn () |
| |
| virtual bool | OnLoadPlugInErrorString (ON_wString &msg) |
| |
| virtual BOOL32 | OnPlugInMenuCommand (WPARAM wparam) |
| |
| virtual void | OnRegisterPlugIn (bool bDone) |
| |
| virtual void | OnSaveAllSettings () |
| |
| virtual void | OnUnloadPlugIn () |
| |
| virtual const wchar_t * | PlugInDescription () const |
| |
| const wchar_t * | PlugInFileName () const |
| |
| virtual HICON | PlugInIcon (const ON_2iSize &size) |
| |
| virtual GUID | PlugInID () const =0 |
| |
| HINSTANCE | PlugInInstance () const |
| |
| virtual plugin_load_time | PlugInLoadTime () |
| |
| AFX_MODULE_STATE * | PlugInModuleState () const |
| |
| virtual const wchar_t * | PlugInName () const =0 |
| |
| virtual LRESULT | PlugInProc (UINT message, WPARAM wParam, LPARAM lParam) |
| | This will be used to extend this class without breaking the SDK. More...
|
| |
| void | PlugInTypeString (ON_wString &wResult) const |
| |
| virtual const wchar_t * | PlugInVersion () const =0 |
| |
| virtual BOOL32 | ReadDocument (CRhinoDoc &doc, ON_BinaryArchive &archive, const CRhinoFileReadOptions &options) |
| |
| virtual void | RemoveDocumentPropertiesDialogTabs (CRhinoDocumentPropertiesTabs &tab_manager) |
| |
| BOOL32 | RemovePlugInMenuFromRhino (HMENU hTargetMenu) |
| |
| virtual void | ResetMessageBoxes () |
| |
| virtual bool | SaveAsV3 (const CRhinoFileWriteOptions &options) |
| |
| virtual void | SaveProfile (LPCTSTR lpszSection, CRhinoProfileContext &pc) |
| |
| void | SaveSettings () |
| |
| CRhinoSettings & | Settings () |
| |
| virtual BOOL32 | WriteDocument (CRhinoDoc &doc, ON_BinaryArchive &archive, const CRhinoFileWriteOptions &options) |
| |
| | ON_Object () ON_NOEXCEPT |
| |
| | ON_Object (const ON_Object &) |
| |
| virtual | ~ON_Object () |
| |
| virtual ON_AggregateComponentStatus | AggregateComponentStatus () const |
| |
| bool | AttachUserData (class ON_UserData *pUserData) |
| |
| unsigned int | ClearAllComponentStates () const |
| |
| virtual unsigned int | ClearComponentStates (ON_COMPONENT_INDEX component_index, ON_ComponentStatus states_to_clear) const |
| |
| virtual unsigned int | ClearComponentStates (ON_ComponentStatus states_to_clear) const |
| |
| void | CopyUserData (const ON_Object &source_object) |
| |
| unsigned int | CopyUserData (const ON_Object &source_object, ON_UUID source_userdata_item_id, ON_Object::UserDataConflictResolution userdata_conflict_resolution) |
| |
| virtual ON__UINT32 | DataCRC (ON__UINT32 current_remainder) const |
| |
| virtual bool | DeleteComponents (const ON_COMPONENT_INDEX *ci_list, size_t ci_count) |
| |
| virtual void | DestroyRuntimeCache (bool bDelete=true) |
| |
| bool | DetachUserData (class ON_UserData *pUserData) |
| |
| virtual void | Dump (ON_TextLog &) const |
| |
| void | DumpUserData (const wchar_t *description, ON_TextLog &text_log) const |
| | Go through the linked list of ON_UserData attached to this and call the virtual Dump(text_log) function on each instance. More...
|
| |
| void | EmergencyDestroy () |
| |
| class ON_UserData * | FirstUserData () const |
| |
| virtual unsigned int | GetComponentsWithSetStates (ON_ComponentStatus states_filter, bool bAllEqualStates, ON_SimpleArray< ON_COMPONENT_INDEX > &components) const |
| |
| class ON_UserData * | GetUserData (const ON_UUID &userdata_uuid) const |
| |
| bool | GetUserString (const wchar_t *key, ON_wString &string_value) const |
| |
| int | GetUserStringKeys (ON_ClassArray< ON_wString > &user_string_keys) const |
| |
| int | GetUserStrings (ON_ClassArray< ON_UserString > &user_strings) const |
| |
| bool | IsCorrupt (bool bRepair, bool bSilentError, class ON_TextLog *text_log) const |
| |
| bool | IsKindOf (const ON_ClassId *pClassId) const |
| |
| virtual void | MarkAggregateComponentStatusAsNotCurrent () const |
| |
| virtual void | MemoryRelocate () |
| |
| virtual ON_UUID | ModelObjectId () const |
| |
| void | MoveUserData (ON_Object &source_object) |
| |
| unsigned int | MoveUserData (ON_Object &source_object, ON_UUID source_userdata_item_id, ON_Object::UserDataConflictResolution userdata_conflict_resolution, bool bDeleteAllSourceItems) |
| |
| virtual ON::object_type | ObjectType () const |
| |
| ON_Object & | operator= (const ON_Object &) |
| |
| void | PurgeUserData () |
| |
| virtual bool | Read (ON_BinaryArchive &binary_archive) |
| |
| virtual unsigned int | SetComponentStates (ON_COMPONENT_INDEX component_index, ON_ComponentStatus states_to_set) const |
| |
| virtual unsigned int | SetComponentStatus (ON_COMPONENT_INDEX component_index, ON_ComponentStatus status_to_copy) const |
| |
| bool | SetUserString (const wchar_t *key, const wchar_t *string_value) |
| |
| int | SetUserStrings (int count, const ON_UserString *user_strings, bool bReplace) |
| |
| virtual unsigned int | SizeOf () const |
| |
| bool | ThisIsNullptr (bool bSilentError) const |
| |
| void | TransformUserData (const class ON_Xform &xform) |
| |
| virtual bool | UpdateReferencedComponents (const class ON_ComponentManifest &source_manifest, const class ON_ComponentManifest &destination_manifest, const class ON_ManifestMap &manifest_map) |
| |
| int | UserStringCount () const |
| |
| virtual bool | Write (ON_BinaryArchive &binary_archive) const |
| |
class CRhinoDigitizerPlugIn
Description: Control class used to create digitizer plug-ins.