#682 GetActiveView()関数整理
None
closed
nobody
None
5
2013-10-12
2013-10-04
No
Discussion
Log in to post a comment.
×
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.
戻り値を保持する代わりに、有効なビューを保持するようにしました。
GetActivePane()をインライン関数にしました。
m_nActivePaneIndexをpublic->privateにしました。
Last edit: novice123 2013-10-05
デストラクタでNULLの設定を追加しました。
[r3384]でcommitしました。
Related
Commit: [r3384]
"GetView(m_nActivePaneIndex)"->"GetActiveView()"に変更しました。
GetActiveView()、GetView()の"this->"を削除しました(CEditDoc->CEditWndに移動したときの名残?)。
GetActiveView()、GetView()のconstありの関数を削除しました。
m_nEditViewMaxCountをconstにしました。
m_nEditViewCountの初期化処理を初期化リストに移動しました。
今後使用するかもしれないので残しました。
[r3393]でcommitしました。
Related
Commit: [r3393]