Home :: GreenPad :: editwing :: Common classes

struct DPos

^ 
    extends ki::Object as public

テキスト中の位置情報
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:18
Author:
K.INABA
Version:
beta

Contents

^ 
EntityTypeScopeShort Description
DPosconstructor publicundocumented
DPosconstructor publicundocumented
adattribute publicバッファ中のアドレス (0〜 )
operator !=operator publicundocumented
operator <operator publicundocumented
operator <=operator publicundocumented
operator ==operator publicundocumented
operator >operator publicundocumented
operator >=operator publicundocumented
tlattribute public論理行番号 (0〜 )

constructor DPos

? ^  > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:38
Code:
public DPos ( ulong t ,
ulong a ) : tl ( t ) , ad ( a )

constructor DPos

? ^  < > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:39
Code:
public DPos ( )

attribute ad

? ^  < > 
バッファ中のアドレス (0〜 )
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:20
Code:
public ulong ad

operator !=

? ^  < > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:28
Code:
public bool operator != ( const DPos & r ) const

operator <

? ^  < > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:30
Code:
public bool operator < ( const DPos & r ) const

operator <=

? ^  < > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:34
Code:
public bool operator <= ( const DPos & r ) const

operator ==

? ^  < > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:26
Code:
public bool operator == ( const DPos & r ) const

operator >

? ^  < > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:32
Code:
public bool operator > ( const DPos & r ) const

operator >=

? ^  < > 
undocumented
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:36
Code:
public bool operator >= ( const DPos & r ) const

attribute tl

? ^  < > 
論理行番号 (0〜 )
Source:
C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:23
Code:
public ulong tl

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.