Home :: GreenPad :: editwing :: View | classes |
class View | ^ |
描画処理などこのクラスでは、メッセージの分配を行うだけで、実装は Canvas/ViewImpl 等で行う。ので、詳しくはそちらを参照のこと。
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewView.h:30
- Author:
- K.INABA
- Version:
- beta
Contents | ^ |
Entity Type Scope Short Description ~View destructor public undocumented View constructor public 何もしないコンストラクタ cur method public カーソル impl method public 内部実装 SetFont method public 表示色・フォント切替 SetWrapType method public 折り返し方式切替 ShowLineNo method public 行番号表示/非表示切替
destructor ~View | ? ^ > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewView.h:35
- Code:
public ~ View ( )
constructor View | ? ^ < > |
何もしないコンストラクタ
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewView.h:34
- Code:
public View (
doc::Document & d ,
HWND wnd )
method cur | ? ^ < > |
カーソル
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewView.h:50
- Code:
public Cursor & cur (
)
method impl | ? ^ < > |
内部実装
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewView.h:47
- Code:
public ViewImpl & impl (
)
method SetFont | ? ^ < > |
表示色・フォント切替
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewView.h:44
- Code:
public void SetFont (
const VConfig & vc )
method SetWrapType | ? ^ < > |
折り返し方式切替
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewView.h:38
- Code:
public void SetWrapType (
int wt )
method ShowLineNo | ? ^ < > |
行番号表示/非表示切替
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewView.h:41
- Code:
public void ShowLineNo (
bool show )
Created Mon May 06 21:01:04 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_msvc_MSWin32-4.0.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.