Jump to content

VI Server Class Hierarchy: Difference between revisions

From LabVIEW Wiki
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

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

History

Version Change(s)
LabVIEW 2019 The Map class and Set class was added as children of the Control class.

External Links

References