VCF::Frame::State Class Reference
#include <Frame.h>
Inheritance diagram for VCF::Frame::State:
List of all members.
Member Enumeration Documentation
|
|
- Enumerator:
-
| fdsMaximized |
|
| fdsMinimized |
|
| fdsNormal |
|
|
Constructor & Destructor Documentation
| VCF::Frame::State::State |
( |
|
) |
|
|
Member Function Documentation
| void VCF::Frame::State::applyState |
( |
Frame * |
frame |
) |
|
|
| void VCF::Frame::State::initState |
( |
Frame * |
frame |
) |
|
|
|
|
Read the object from the specified input stream.
- Parameters:
-
| InputStream | |
| MIMEType | indicates how to read the data from the stream. For example, if the object was some sort of image object, and had an array of pixels, then the type might indicate how the data in the stream should be interpreted, such as the JPEG format ("image/jpeg"), or the PNG format ("image/png"). |
Implements VCF::Persistable. |
|
|
Write the object to the specified output stream.
- Parameters:
-
| OutputStream | |
| MIMEType | indicates how the object should write it's data. For example, if the object was some sort of image object, and had an array of pixels, then the type might indicate what kind of image type to write the data in, such as the JPEG format ("image/jpeg"), or the PNG format ("image/png"). |
Implements VCF::Persistable. |
Member Data Documentation
The documentation for this class was generated from the following file: