|
Membres publics |
| | CMyRichEdit () |
| | CMyRichEdit (HWND hWnd) |
| | CMyRichEdit (HWND hwndMaster, int x, int y, int dx, int dy, int optionalControlID) |
| virtual | ~CMyRichEdit () |
| BOOL | operator= (HWND hWnd) |
| void | InsertText (char *text, int pos=-1) |
| void | RemplaceSelection (char *text) |
| void | SetSelection (int posBegin, int posEnd) |
| void | GetSelection (int *posBegin, int *posEnd) |
| void | SetSelectionAll () |
| void | SetEffect (BOOL isBold, BOOL isItalic, BOOL isUnderline, COLORREF color) |
| void | ApplyEffect () |
| void | operator= (char *text) |
| void | Refresh (BOOL setText) |
| void | SetAutoScroll (BOOL isAutoScroll) |
| void | FormatedToFileNane () |
| void | SetFormatedToFileNane (BOOL set) |
| int | GetLastKeyUp () |
| int | GetControlID () |
| ENotifyRichEdit | Notify (LPARAM lParam) |
Attributs Publics |
| MyString | text |
Membres privés |
| void | Init () |
| void | ReInit () |
Attributs Privés |
| BOOL | m_isBold |
| BOOL | m_isItalic |
| BOOL | m_isUnderline |
| COLORREF | m_color |
| int | m_lastKeyUp |
| int | m_controlID |
| BOOL | m_isFormatedToFileNane |
| BOOL | m_isAutoScroll |