Namespace CAMIPC.ApplicationMainForm
Interfaces
ICamIpcApplicationMainForm
Instance of CAM application
ICamIpcFiltersManager
Manages geometry selection filters via IPC
ICamIpcHandlerApplicationMainFormCloudChatClicked
Handler for event when icon of cloud chat was clicked
ICamIpcHandlerApplicationMainFormIsVisibleChanged
Handler for changing active project
ICamIpcHandlerApplicationMainFormMinimizeChanged
Handler for event when main window of application was minimized
ICamIpcHandlerApplicationMainFormReloadCloudProjectClicked
Handler for event when reload cloud project button was clicked
ICamIpcHandlerApplicationMainFormSaveInCloudClicked
Handler for event when button saving in cloud was clicked
ICamIpcHandlerApplicationMainFormShareClicked
Handler for event when share button was clicked
ICamIpcHandlerApplicationMainFormUiInfoChanged
Handler for event when main window of application was minimized
ICamIpcHandlerProgressIndicator
Handler invoked on native progress indicator events. Subscribe via ICamIpcProgressIndicator.RegisterHandler. EventType discriminates which event occurred.
ICamIpcHotkey
A single global keyboard shortcut binding exposed over IPC. The shortcut is fixed at creation; reserved entries mirror native application shortcuts.
ICamIpcHotkeyManager
Manages plugin global keyboard shortcuts via IPC. Over IPC this manages the binding table only — a hotkey is added by shortcut and caption; command fire notifications are delivered via the application event listener mechanism, not this manager. Native application shortcuts are pre-registered as reserved entries.
ICamIpcMainFormUiInfo
Main form UI state info
ICamIpcMainFormUiPLMInfo
PLM connections UI state info
ICamIpcMainFormUiPLMInfoItem
PLM connections UI state info
ICamIpcProgressIndicator
Controls the native progress indicator in the status area of the main application window over IPC. Obtain an instance via ICamIpcApplicationMainForm.CreateProcessIndicator, call Show to occupy the indicator, push progress with SetPercent/SetCaption, then Hide when done. Subscribe to Show/Hide/Break/Progress events via RegisterHandler with an ICamIpcHandlerProgressIndicator handler.
ICamIpcScriptEditor
Script editor (Script IDE) handle via IPC
ICamIpcVerifyCompareManager
Controls the "Verify compare" mode (machining result vs part) via IPC
ICamIpcVisibilityManager
Manages visibility of 3D scene objects per work mode tab via IPC