VI Server Class Hierarchy: Difference between revisions
Appearance
Started page |
mNo edit summary |
||
Line 3: | Line 3: | ||
The '''VI Server Class Hierarchy''' is the object-oriented organization of all of the classes available in the VI Server. These classes define all of the elements in the G language and is the backbone for properties, (accessible by [[Property node|property node]]), methods, accessible by ([[Invoke Node|invoke node]]), and events. The hierarchy consists of the following classes: | The '''VI Server Class Hierarchy''' is the object-oriented organization of all of the classes available in the VI Server. These classes define all of the elements in the G language and is the backbone for properties, (accessible by [[Property node|property node]]), methods, accessible by ([[Invoke Node|invoke node]]), and events. The hierarchy consists of the following classes: | ||
*[[Application class|Application]] | {| class="wikitable" | ||
*[[Generic class|Generic]] | ! colspan="2"|Legend | ||
**[[Bus class|Bus]] | |- | ||
**[[ConnectorPane class|ConnectorPane]] | |B | ||
**[[Cursor class|Cursor]] | |[[VI Server#Basic Development Environment|Basic Development Environment]] | ||
**[[FlatSequenceFrame class|FlatSequenceFrame]] | |- | ||
***[[TimeSequenceFrame class|TimeSequenceFrame]] | |S | ||
**[[GObject class|GObject]] | |[[VI Server#VI Scripting|VI Scripting]] | ||
**[[AbstractDiagram class|AbstractDiagram]] | |- | ||
***[[Diagram class|Diagram]] | |P | ||
****[[CompanionDiagram class|CompanionDiagram]] | |[[VI Server#Private|Private]] | ||
****[[SDFDiagram class|SDFDiagram]] | |- | ||
****[[SimDiagram class|SimDiagram]] | |B | ||
****[[TopLevelDiagram class|TopLevelDiagram]] | |[[VI Server#Deprecated|Deprecated]] | ||
|} | |||
*[[Application class|Application]] ([[VI Server#Basic Development Environment|B]]) | |||
*[[CopyConflict class|CopyConflict]] ([[VI Server#Private|P]]) | |||
*[[CopyExpert class|CopyExpert]] ([[VI Server#Private|P]]) | |||
*[[CopyItem class|CopyItem]] ([[VI Server#Private|P]]) | |||
*[[CopyOperation class|CopyOperation]] ([[VI Server#Private|P]]) | |||
*[[Generic class|Generic]] ([[VI Server#Basic Development Environment|B]]) | |||
**[[Bus class|Bus]] ([[VI Server#Basic Development Environment|B]]) | |||
**[[ConnectorPane class|ConnectorPane]] ([[VI Server#VI Scripting|S]]) | |||
**[[Cursor class|Cursor]] ([[VI Server#Basic Development Environment|B]]) | |||
**[[FlatSequenceFrame class|FlatSequenceFrame]] ([[VI Server#VI Scripting|S]]) | |||
***[[TimeSequenceFrame class|TimeSequenceFrame]] ([[VI Server#VI Scripting|S]]) | |||
**[[GObject class|GObject]] ([[VI Server#Basic Development Environment|B]]) | |||
**[[AbstractDiagram class|AbstractDiagram]] ([[VI Server#VI Scripting|S]]) | |||
***[[Diagram class|Diagram]] ([[VI Server#VI Scripting|S]]) | |||
****[[CompanionDiagram class|CompanionDiagram]] ([[VI Server#VI Scripting|S]]) | |||
****[[ScDiagram class|ScDiagram]] ([[VI Server#VI Scripting|S]]) | |||
****[[SDF Companion Diagram class|SDF Companion Diagram]] ([[VI Server#VI Scripting|S]]) | |||
****[[SDFDiagram class|SDFDiagram]] ([[VI Server#VI Scripting|S]]) | |||
****[[SimDiagram class|SimDiagram]] ([[VI Server#VI Scripting|S]]) | |||
****[[TopLevelDiagram class|TopLevelDiagram]] ([[VI Server#VI Scripting|S]]) | |||
***[[MathDiagram class|MathDiagram]] ([[VI Server#VI Scripting|S]]) | |||
**[[Constant class|Constant]] | **[[Constant class|Constant]] | ||
***[[AbsTimeConstant class|AbsTimeConstant]] | ***[[AbsTimeConstant class|AbsTimeConstant]] |
Revision as of 05:13, 17 August 2019
![]() |
This page is under construction. This page or section is currently in the middle of an expansion or major revamping. However, you are welcome to assist in its construction by editing it as well. Please view the edit history should you wish to contact the person who placed this template. If this article has not been edited in several days please remove this template. Please don't delete this page unless the page hasn't been edited in several days. While actively editing, consider adding {{inuse}} to reduce edit conflicts. |
The VI Server Class Hierarchy is the object-oriented organization of all of the classes available in the VI Server. These classes define all of the elements in the G language and is the backbone for properties, (accessible by property node), methods, accessible by (invoke node), and events. The hierarchy consists of the following classes:
Legend | |
---|---|
B | Basic Development Environment |
S | VI Scripting |
P | Private |
B | Deprecated |
- Application (B)
- CopyConflict (P)
- CopyExpert (P)
- CopyItem (P)
- CopyOperation (P)
- Generic (B)
- Bus (B)
- ConnectorPane (S)
- Cursor (B)
- FlatSequenceFrame (S)
- GObject (B)
- AbstractDiagram (S)
- Diagram (S)
- CompanionDiagram (S)
- ScDiagram (S)
- SDF Companion Diagram (S)
- SDFDiagram (S)
- SimDiagram (S)
- TopLevelDiagram (S)
- MathDiagram (S)
- Diagram (S)
- Constant
- Control
- Decoration
- FlatSequence
- FlatSequenceInnerTunnel
- FlatSequenceOuterTunnel
- FormulaParameter
- Node
- Pane
- Panel
- PolymorphicVISelector
- PropertyItem
- Scale
- SequenceLocal
- SimulationDCO
- Splitter
- SynchronousDataFlowDCO
- Terminal
- TimedStructDCO
- Page
- Plot
- Probe
- SubWizard
- Project
- ProjectItem
- Scene
- Variable
- VI
History
Version | Change(s) |
---|---|
![]() |
The Map class and Set class was added as children of the Control class. |