Home
last modified time | relevance | path

Searched refs:GetCurView (Results 1 – 5 of 5) sorted by relevance

/dports/chinese/pcmanx/pcmanx-gtk2-1.3/src/
H A Dmainframe.cpp846 else if( _this->GetCurView() ) in OnFont()
851 if( _this->GetCurView() ) in OnFont()
852 _this->GetCurView()->Refresh(); in OnFont()
1111 if( _this->GetCurView() ) in OnCopy()
1125 if( _this->GetCurView() ) in OnCopyWithColor()
1157 if(_this->GetCurView()) in OnPaste()
1167 if(_this->GetCurView()) in OnDownArticle()
1263 if( GetCurView() == con ) in OnTelnetConBell()
1421 if(_this->GetCurView() && _this->GetCurView()->IsVisible() ) in OnBlinkTimer()
1712 _this->GetCurView()->Refresh(); in OnSelectAll()
[all …]
H A Dmainframe.h86 CTelnetView* GetCurView(){ return (m_pView); } in GetCurView() function
/dports/games/colorcode/ColorCode-0.8.5/
H A Dgametablesdialog.h81 GameTableView* GetCurView() const;
H A Dgametablesdialog.cpp223 GameTableView* GameTablesDialog::GetCurView() const in GetCurView() function in GameTablesDialog
/dports/chinese/pcmanx/pcmanx-gtk2-1.3/src/view/
H A Dtelnetcon.cpp414 if( GetView()->GetParentFrame()->GetCurView() == m_pView ) in OnConnect()