[ROOT] --> small

class CScribbleDoc
    extends CDocument as public

Author:
unascribed

Version:
unknown

Source:
ScribDoc.h:12

Constructors Index

CScribbleDoc
[protected]
~CScribbleDoc
[protected]


Variables Index

docarg
[public]
docfile
[public]
docpath
[public]
exepath
[public]
m_nPenWidth
[protected]
m_penColor
[protected]
m_penCur
[protected]
m_sizeDoc
[protected]
model
[public]
sequence
[public]


Methods Index

CountViews
[public]
ExePath
[public]
GetDoc
[public]
GetDocSize
[public]
GetTitle
[public]
Go
[public]
InitDocument
[protected]
OnAppExit
[protected]
OnChangedWidth
[protected]
OnClickedMarker
[protected]
OnEraser
[protected]
OnNewDocument
[public]
OnOpenDocument
[public]
OnUpdateEraser
[protected]
OnUpdateWidth
[protected]


Constructors

CScribbleDoc

protected CScribbleDoc ( ) ;

CScribbleDoc

protected ~ CScribbleDoc ( ) ;


Variables

m_sizeDoc

protected const CSize m_sizeDoc

m_nPenWidth

protected UINT m_nPenWidth

m_penColor

protected COLORREF m_penColor

m_penCur

protected CPen m_penCur

model

public int model

sequence

public int sequence

docarg

public char docarg [ 60] ]

docfile

public char docfile [ 80] ]

docpath

public char docpath [ 255] ]

exepath

public char exepath [ 256] ]


Methods

InitDocument

protected void InitDocument ( ) ;

ExePath

public void ExePath ( char * ) ;

GetDoc

public static CScribbleDoc * GetDoc ( ) ;

CountViews

public int CountViews ( ) ;

GetTitle

public CString GetTitle ( ) ;

Go

public void Go ( ) ;

GetDocSize

public CSize GetDocSize ( ) ;

OnNewDocument

public virtual BOOL OnNewDocument ( ) ;

OnOpenDocument

public virtual BOOL OnOpenDocument ( LPCTSTR lpszPathName ) ;

OnUpdateEraser

protected afx_msg void OnUpdateEraser ( CCmdUI * pCmdUI ) ;

OnEraser

protected afx_msg void OnEraser ( ) ;

OnAppExit

protected afx_msg void OnAppExit ( ) ;

OnClickedMarker

protected afx_msg void OnClickedMarker ( UINT marker_id ) ;

OnChangedWidth

protected afx_msg void OnChangedWidth ( UINT width_id ) ;

OnUpdateWidth

protected afx_msg void OnUpdateWidth ( CCmdUI * pCmdUI ) ;


This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.