コード例 #1
0
ファイル: KeyhoteeMainWindow.cpp プロジェクト: keppy/keyhotee
bool ContactGui::isChatVisible() 
{ 
    return GetKeyhoteeWindow()->isSelectedContactGui(this) && _view->isChatSelected(); 
}
コード例 #2
0
ファイル: main.cpp プロジェクト: darwin/BitShares
void display_main_window()
{
  KeyhoteeMainWindow* mainwindow = GetKeyhoteeWindow();
  mainwindow->show();
}