Home :: GreenPad :: editwing :: Common | classes |
struct VConfig | ^ |
表示設定フォント・色・タブ幅・特殊文字の表示、の情報を保持。 ただし、強調単語の指定は Document に対して行う。
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:123
- Author:
- K.INABA
- Version:
- beta
Contents | ^ |
Entity Type Scope Short Description VConfig constructor public 危険なデフォルトコンストラクタ VConfig constructor public フォント関係初期化 color attribute public 色 font attribute public フォント fontsize attribute public undocumented sc attribute public 特殊文字表示 SetFont method public フォント関係設定 SetTabStep method public タブ幅設定 tabstep attribute public タブ幅文字数
constructor VConfig | ? ^ > |
危険なデフォルトコンストラクタ
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:138
- Code:
public VConfig (
)
constructor VConfig | ? ^ < > |
フォント関係初期化
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:155
- Code:
public VConfig (
const TCHAR * fnam ,
int fsiz )
attribute color | ? ^ < > |
色
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:132
- Code:
public COLORREF color [ 6 ]
attribute font | ? ^ < > |
フォント
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:125
- Code:
public LOGFONT font
attribute fontsize | ? ^ < > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:126
- Code:
public int fontsize
attribute sc | ? ^ < > |
特殊文字表示
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:135
- Code:
public bool sc [ 5 ]
method SetFont | ? ^ < > |
フォント関係設定
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:179
- Code:
public void SetFont (
const TCHAR * fnam ,
int fsiz )
method SetTabStep | ? ^ < > |
タブ幅設定
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:185
- Code:
public void SetTabStep (
int tab )
attribute tabstep | ? ^ < > |
タブ幅文字数
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:129
- Code:
public int tabstep
Created Mon May 06 21:01:05 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.