Home :: GreenPad :: editwing :: Ctrl classes

class EwEdit

^ 
    extends ki::WndImpl as public

簡単なエディットコントロール

とりあえず字が表示できて色が変えられてカーソルが動かせて… という、Doc/Viewの基本機能をそのまま使った形のもの。 ウインドウ分割対応版とかもそのうち作るかもしれない。

Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewCtrl1.h:23
Author:
K.INABA
Version:
beta

Contents

^ 
EntityTypeScopeShort Description
~EwEditdestructor publicundocumented
EwEditconstructor publicundocumented
getCursormethod publicカーソル機能操作
getDocmethod public文書データ操作
getViewmethod public表示機能操作

destructor ~EwEdit

? ^  > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewCtrl1.h:27
Code:
public ~ EwEdit ( )

constructor EwEdit

? ^  < > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewCtrl1.h:26
Code:
public EwEdit ( )

method getCursor

? ^  < > 
カーソル機能操作
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewCtrl1.h:38
Code:
public view::Cursor & getCursor ( )

method getDoc

? ^  < > 
文書データ操作
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewCtrl1.h:32
Code:
public doc::Document & getDoc ( )

method getView

? ^  < > 
表示機能操作
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewCtrl1.h:35
Code:
public view::View & getView ( )

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.