Integrating your Own Graphic Objects
This section explains how to integrate your own graphic object subclasses into Views Studio.
Follow these steps to integrate a new class:
-
Define the command that will be used to add an instance of the class to the current buffer.
-
Declare the required #include statement to be generated in the panel class that uses your objects.
-
Put an instance of your class in the existing Palettes panel or provide your own palette.
-
Provide an Inspector panel to edit the properties of your objects.