Beispiel #1
0
void KMMainView::reset(const QString &msg, bool useDelay, bool holdTimer)
{
    if(holdTimer)
        KMTimer::self()->hold();
    m_printerview->setPrinterList(0);
    if(!msg.isEmpty())
        createMessageWindow(msg, (useDelay ? 500 : 0));
    m_first = true;
    m_manager->checkUpdatePossible();
}
Beispiel #2
0
	SimpleThreadWithMessageWindow(ttstr const &cname, ttstr const &wname, DWORD tout)
		: InheritedClass(tout), messageWindow(0)
	{
		messageWindow = createMessageWindow(cname.c_str(), wname.c_str());
	}
Beispiel #3
0
	// コンストラクタ
	Process(iTJSDispatch2 *objthis) : objthis(objthis), process(INVALID_HANDLE_VALUE) {
		msgHWND = createMessageWindow();
	}