Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
|
#include <FXDocument.h>
Inheritance diagram for FX::FXDocument:
Public Types | |
enum | { ID_TITLE = 10000, ID_FILENAME, ID_LAST } |
Public Member Functions | |
FXDocument () | |
FXbool | isModified () const |
void | setModified (FXbool mdfy=TRUE) |
void | setTitle (const FXString &name) |
const FXString & | getTitle () const |
void | setFilename (const FXString &path) |
const FXString & | getFilename () const |
virtual void | save (FXStream &store) const |
virtual void | load (FXStream &store) |
virtual | ~FXDocument () |
|
|
|
Constructor.
|
|
Destructor.
|
|
Return true if document is modified.
|
|
Set its modified state.
|
|
Set document title.
|
|
Get document title.
|
|
Set document filename.
|
|
Get document filename.
|
|
Save document to a stream.
Reimplemented from FX::FXObject. |
|
Load document from a stream.
Reimplemented from FX::FXObject. |
Copyright © 1997-2005 Jeroen van der Zijp |