Views User Guides > Foundation > Views > IlvAbstractView: The Base Class
IlvAbstractView: The Base Class
IlvAbstractView is an abstract class (of which instances can only be made from subtyped classes). This class has functions for handling basic properties of a window, such as size, visibility, color, and so on. The IlvAbstractView object encapsulates the real interface object of your display system (that is, a system view, sometimes referred to as a widget). This interface object is platform-dependent and may be accessed by the following function:
IlvSystemView getSystemView() const;
where IlvSystemView is the basic type of the display system widget.
Published date: 05/24/2022
Last modified date: 02/24/2022