FXDocument

class FXDocument

Abstract base class for documents

Inheritance:


Public Methods

[more] FXDocument()
Constructor
[more]FXbool isModified() const
Return true if document is modified
[more]void setModified(FXbool mdfy=TRUE)
Set its modified state
[more]void setTitle(const FXString& name)
Set document title
[more]FXString getTitle() const
Get document title
[more]void setFilename(const FXString& path)
Set document filename
[more]FXString getFilename() const
Get document filename
[more]virtual void save(FXStream& store) const
Save document to a stream
[more]virtual void load(FXStream& store)
Load document from a stream
[more]virtual ~FXDocument()
Destructor


Inherited from FXObject:

Public Methods

oconst FXchar* getClassName() const
oFXbool isMemberOf(const FXMetaClass* metaclass) const


Documentation

Abstract base class for documents
o FXDocument()
Constructor

oFXbool isModified() const
Return true if document is modified

ovoid setModified(FXbool mdfy=TRUE)
Set its modified state

ovoid setTitle(const FXString& name)
Set document title

oFXString getTitle() const
Get document title

ovoid setFilename(const FXString& path)
Set document filename

oFXString getFilename() const
Get document filename

ovirtual void save(FXStream& store) const
Save document to a stream

ovirtual void load(FXStream& store)
Load document from a stream

ovirtual ~FXDocument()
Destructor


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.