The V C++ GUI Framework User Guide:Tutorial:V Class Hierarchy

From EDM2
Jump to: navigation, search

The following figure shows the internal organization of the V\ class hierarchy. Note that boxes with a double line edge denote classes that have object instances, while boxes with single line edges are abstract classes used to build subclasses. Most of the time, you won't care about these abstract classes.

Also note that the classes derived from vCmd represent the classes used to implement command objects. Normally, you won't need to use these classes directly. Instances of these objects are generated by V from your CommandObject declarations when you call AddDialogCmds.

The V GUI Class Hierarchy

V-Hiera-Fig1.png