|
TNB Library
|
履歴付き EDITコントロール [詳解]
#include <TnbMfcHistoryComboEdit.h>
CHistoryComboEditT< EDT, CMB > の継承関係図公開メンバ関数 | |
| void | Apply (void) |
| [設定] 確定. [詳解] | |
| CHistoryComboEditT (void) | |
| コンストラクタ [詳解] | |
| CStrVector | GetAllStrings (void) const |
| [取得] 全文字列取得. [詳解] | |
| CStrVector | GetHistoryStrings (void) const |
| [取得] 全履歴文字列取得. [詳解] | |
| EDT & | ReferEdit (void) |
| [参照] Editコントロール参照. [詳解] | |
| const EDT & | ReferEdit (void) const |
| [参照] Editコントロール参照. [詳解] | |
| void | SetAllStrings (const CStrVector &vs) |
| [設定] 全文字列設定. [詳解] | |
| void | SetHistoryDepth (int depth) |
| [設定] 履歴数設定. [詳解] | |
| void | SetHistoryStrings (const CStrVector &vs) |
| [設定] 全履歴文字列設定. [詳解] | |
限定公開メンバ関数 | |
| virtual void | PreSubclassWindow (void) |
| [通知] subclassing/unsubclassing functions. [詳解] | |
| virtual LRESULT | WindowProc (UINT message, WPARAM wParam, LPARAM lParam) |
| [通知] for processing Windows messages. [詳解] | |
履歴付き EDITコントロール
履歴付きのEDITコントロールを提供します。
| EDT | EDITコントロールのクラス。省略すると CEdit |
| CMB | コンボボックスコントロールのクラス。省略すると CComboBox |
TnbMfcHistoryComboEdit.h の 41 行目に定義があります。
| CHistoryComboEditT | ( | void | ) |
コンストラクタ
TnbMfcHistoryComboEdit.h の 47 行目に定義があります。
| void Apply | ( | void | ) |
| CStrVector GetAllStrings | ( | void | ) | const |
| CStrVector GetHistoryStrings | ( | void | ) | const |
|
protectedvirtual |
[通知] subclassing/unsubclassing functions.
サブクラス化する時コールされます。
TnbMfcHistoryComboEdit.h の 169 行目に定義があります。
| EDT & ReferEdit | ( | void | ) |
| const EDT & ReferEdit | ( | void | ) | const |
| void SetAllStrings | ( | const CStrVector & | vs | ) |
| void SetHistoryDepth | ( | int | depth | ) |
| void SetHistoryStrings | ( | const CStrVector & | vs | ) |
|
protectedvirtual |
[通知] for processing Windows messages.
メッセージ受信したらコールされます。
| message | メッセージ |
| wParam | WPARAM |
| lParam | LPARAM |
TnbMfcHistoryComboEdit.h の 186 行目に定義があります。