Home :: GreenPad :: editwing :: Common | classes |
struct DPos | ^ |
テキスト中の位置情報
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:18
- Author:
- K.INABA
- Version:
- beta
Contents | ^ |
Entity Type Scope Short Description DPos constructor public undocumented DPos constructor public undocumented ad attribute public バッファ中のアドレス (0〜 ) operator != operator public undocumented operator < operator public undocumented operator <= operator public undocumented operator == operator public undocumented operator > operator public undocumented operator >= operator public undocumented tl attribute public 論理行番号 (0〜 )
constructor DPos | ? ^ > |
undocumented
- Source:
- C:\usr\develop\MyProject\GreenPad\editwing\ewCommon.h:38
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.