示例#1
0
bool ContactGui::isChatVisible() 
{ 
    return GetKeyhoteeWindow()->isSelectedContactGui(this) && _view->isChatSelected(); 
}
示例#2
0
文件: main.cpp 项目: darwin/BitShares
void display_main_window()
{
  KeyhoteeMainWindow* mainwindow = GetKeyhoteeWindow();
  mainwindow->show();
}