RoboDK Plug-In Interface
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CBaseMatrix4x4
 CMatrix4x44x4 transformation matrix in 3D space
 CIAppRoboDKInterface to RoboDK. Each plugin must implement this class to establish the interface to RoboDK. More information in the RoboDK Plug-In Structure section. An example PluginExample is available to show how to implement this class
 CPluginExampleShows the structure of a RoboDK plugin. A RoboDK plugin must implement the IAppRoboDK and the QObject class
 CIItemThe Item class represents an item in RoboDK station. An item can be a robot, a frame, a tool, an object, a target, ... any item visible in the station tree. An item can also be seen as a node where other items can be attached to (child items). Every item has one parent item/node and can have one or more child items/nodes
 CIRoboDKThis class is the iterface to the RoboDK API. With the RoboDK API you can automate certain tasks and operate on items. Interactions with items in the station tree are made through Items (IItem). An item is an object in the RoboDK tree (it can be either a robot, an object, a tool, a frame, a program, ...)
 CJointsJoint position of a robot (robot axes)
 CMatrix2DThe Matrix2D struct represents a variable size 2D matrix
 CQObject
 CPluginExampleShows the structure of a RoboDK plugin. A RoboDK plugin must implement the IAppRoboDK and the QObject class
 CStationTreeEventMonitor
 CStationTreeEventMonitor::QStringHash
 CQWidget
 CFormRobotPilot
 CtColorThe Color struct represents an RGBA color (each color component should be in the range [0-1])
 CVector3Vector or vertex in 3D space