You may return to the Cvo Object Documenation Index from this document. This document contains the following sections describing the Cvo_OpenFileInfo object:

Class

Cvo_OpenFileInfo

Syntax

#include <Cvo/OpenFile.h++>

new Cvo_OpenFileInfo ( char *resource )

Overview

This object is used to set data for the Cvo__OpenFile object. As the Cvo__OpenFile object is generally created from a menu, such as the Cvo_Menu object, it is difficult to specify attributes for that Cvo__OpenFile object. A Cvo_OpenFileInfo object may be created, and a pointer to it passed to the Cvo__OpenFile object during construction. Then, Cvo__OpenFile will obtain various data information from the Cvo_OpenFileInfo object. This data includes:

Member Functions

This object defines the following member functions.


See the example source code for an example of how to use this object.


See the legend for information about the conventions used in this documentation.