Windows C++ Library
|
#include <Doc.hpp>
Public Member Functions | |
CDoc () | |
virtual | ~CDoc () |
virtual bool | Modified () const |
virtual bool | Untitled () const |
const CPath & | Path () const |
void | Path (const tchar *pszPath) |
virtual bool | Load () |
virtual bool | Save () |
Protected Member Functions | |
virtual void | Read (WCL::IInputStream &rStream) |
virtual void | Write (WCL::IOutputStream &rStream) |
Protected Attributes | |
CPath | m_Path |
Private Member Functions | |
CDoc (const CDoc &) | |
void | operator= (const CDoc &) |
CDoc::CDoc | ( | ) |
CDoc::~CDoc | ( | ) | [virtual] |
CDoc::CDoc | ( | const CDoc & | ) | [private] |
bool CDoc::Modified | ( | ) | const [inline, virtual] |
bool CDoc::Untitled | ( | ) | const [inline, virtual] |
const CPath & CDoc::Path | ( | ) | const [inline] |
void CDoc::Path | ( | const tchar * | pszPath | ) | [inline] |
bool CDoc::Load | ( | ) | [virtual] |
bool CDoc::Save | ( | ) | [virtual] |
void CDoc::Read | ( | WCL::IInputStream & | rStream | ) | [protected, virtual] |
void CDoc::Write | ( | WCL::IOutputStream & | rStream | ) | [protected, virtual] |
void CDoc::operator= | ( | const CDoc & | ) | [private] |
CPath CDoc::m_Path [protected] |