![]() Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Input/output class. More...
#include <ilviews/gadmgr/gadmgr.h>
Public Member Functions | |
| IlvGadgetManagerOutputFile (IL_STDPREF ostream &stream, const IlvGadgetManager *mgr=0) | |
| Constructor. | |
| const IlvGadgetManager * | getGadgetManager () const |
| Returns the gadget manager. | |
| virtual const char * | typeOf () const |
| Returns the name of the class. | |
| virtual void | writeObject (const IlvGraphic *obj) |
| Save a graphic object. | |
Input/output class.
Library: ilvgadmgr
This class is used in the same way as IlvManagerOutputFile. It allows you to save the contents of an IlvGadgetManager: the set of gadgets, the panel size, the background, the background bitmap, the attachments, and the focus chain.
IlvGadgetManager, IlvGadgetManagerInputFile. | IlvGadgetManagerOutputFile::IlvGadgetManagerOutputFile | ( | IL_STDPREF ostream & | stream, | |
| const IlvGadgetManager * | mgr = 0 | |||
| ) |
Constructor.
Initializes a new IlvGadgetManagerOutputFile.
| stream | The output stream to save to. | |
| mgr | The gadget manager to save. |
| const IlvGadgetManager* IlvGadgetManagerOutputFile::getGadgetManager | ( | ) | const |
Returns the gadget manager.
saveAll (inherited from IlvManagerOutputFile) has been done. | virtual const char* IlvGadgetManagerOutputFile::typeOf | ( | ) | const [virtual] |
Returns the name of the class.
Reimplemented from IlvManagerOutputFile.
| virtual void IlvGadgetManagerOutputFile::writeObject | ( | const IlvGraphic * | object | ) | [virtual] |
Save a graphic object.
Writes the exact description of a graphic object in the output stream. It overloads the member function of the IlvOutputFile class to add manager-specific information for this object, such as layer information. Do not directly call this member function. The saving mechanism is internally performed by saveAll.
| object | The graphic object. |
Reimplemented from IlvManagerOutputFile.
© Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.