Views Application Framework Package API Reference Guide |
Views Documentation Home |
The IlvDvDocViewContext
class is used internally by the IlvDvDocViewInterface
class.
More...
#include <ilviews/appframe/view.h>
Public Member Functions | |
IlvDvDocViewContext (IlvDvDocViewInterface *view) | |
Creates an IlvDvDocViewContext object. More... | |
The IlvDvDocViewContext
class is used internally by the IlvDvDocViewInterface
class.
Library: ilvappframe
An IlvDvDocViewContext
object is created and handled by an IlvDvDocViewInterface
object to store all its internal data, such as the attached document and the document view container.
IlvDvDocViewContext::IlvDvDocViewContext | ( | IlvDvDocViewInterface * | view | ) |
Creates an IlvDvDocViewContext
object.
view | document view associated with the new IlvDvDocViewContext object. |