#include <CtrlText.h>
Public Member Functions | |
CTextLine (int nType, LPCTSTR pszLine) | |
virtual | ~CTextLine () |
int | Process (int nWidth) |
void | Paint (CDC *pDC, CRect *pRect) |
Public Attributes | |
CString | m_sText |
int * | m_pLine |
int | m_nLine |
int | m_nType |
Protected Member Functions | |
void | AddLine (int nLength) |
|
Definition at line 339 of file CtrlText.cpp. |
|
Definition at line 347 of file CtrlText.cpp. References m_pLine. |
|
Definition at line 391 of file CtrlText.cpp. References m_nLine, and m_pLine. Referenced by Process(). |
|
Definition at line 403 of file CtrlText.cpp. References m_nLine, m_pLine, m_sText, and NULL. Referenced by CTextCtrl::OnPaint(). |
|
Definition at line 355 of file CtrlText.cpp. References AddLine(), m_nLine, m_pLine, m_sText, and NULL. Referenced by CTextCtrl::OnPaint(). |
|
Definition at line 89 of file CtrlText.h. Referenced by AddLine(), CTextLine(), CTextCtrl::OnPaint(), Paint(), and Process(). |
|
Definition at line 90 of file CtrlText.h. Referenced by CTextLine(), and CTextCtrl::OnPaint(). |
|
Definition at line 88 of file CtrlText.h. Referenced by AddLine(), CTextLine(), Paint(), Process(), and ~CTextLine(). |
|
Definition at line 87 of file CtrlText.h. Referenced by CTextLine(), Paint(), and Process(). |