IMFDocument Struct Reference
[MCFrame]
List of all members.
Detailed Description
IMFDocument is the generic interface of a document in MCF.
Member Function Documentation
virtual void MCCOMAPI IMFDocument::CloseDocument |
( |
|
) |
[pure virtual] |
Remove all reference to this document from the application. This method should always be called before detroying a document.
virtual int32 MCCOMAPI IMFDocument::GetChangeCount |
( |
|
) |
[pure virtual] |
Returns the number of changes made to this document.
virtual void MCCOMAPI IMFDocument::GetTitle |
( |
TMCString & |
aTitle |
) |
const [pure virtual] |
Returns the title string of the document window (use at least a TMCString255)
- Parameters:
-
virtual boolean MCCOMAPI IMFDocument::IsScratchDocument |
( |
|
) |
const [pure virtual] |
Returns true if it is scratch document (ie store in the scratch disk)
virtual void MCCOMAPI IMFDocument::SetChangeCount |
( |
int32 |
newChangeCount |
) |
[pure virtual] |
Sets the number of changes made to this document.
virtual void MCCOMAPI IMFDocument::SetIsScratchDocument |
( |
boolean |
isScratch |
) |
[pure virtual] |
Sets whether a document is a scratch document (ie store in the scratch disk).
- Parameters:
-
| isScratch | True if the document is a scratch document. |
virtual void MCCOMAPI IMFDocument::SetTitle |
( |
const TMCString & |
aTitle |
) |
[pure virtual] |
Sets the title string of the document window.
- Parameters:
-
The documentation for this struct was generated from the following file: