Searched refs:Resume (Results 1 - 25 of 58) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dstopwtch.tex13 sw.Resume();
38 Pauses the stop watch. Call \helpref{wxStopWatch::Resume}{wxstopwatchresume} to resume
41 If this method is called several times, {\tt Resume()} must be called the same
45 \membersection{wxStopWatch::Resume}\label{wxstopwatchresume}
47 \func{void}{Resume}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/mmedia/
H A Dcdunix.h41 virtual bool Resume();
H A Dcdwin.h46 virtual bool Resume(void);
H A Dvidwin.h76 bool Resume();
H A Dcdbase.h59 // Resume a paused audio playing
60 virtual bool Resume() = 0;
H A Dvidbase.h71 virtual bool Resume() = 0;
H A Dvidxanm.h93 bool Resume();
H A Dsndfile.h65 bool Resume();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dstopwatch.h40 void Resume() function in class:wxStopWatch
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dprogdlg.h33 void Resume();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/docs/latex/mmedia/
H A Dcdaudlnx.tex38 \membersection{wxCDAudioLinux::Resume}\label{wxcdaudiolinuxresume}
40 \func{bool}{Resume}{\void}
H A Dcdaudwin.tex50 \membersection{wxCDAudioWin::Resume}\label{wxcdaudiowinresume}
52 \func{bool}{Resume}{\void}
H A Dcdtoc.tex78 \membersection{wxCDAudio::Resume}\label{wxcdaudioresume}
80 \func{bool}{Resume}{\void}
82 Resume a paused audio playing
H A Dvidwin.tex67 \membersection{wxVideoWindows::Resume}\label{wxvideowindowsresume}
69 \func{bool}{Resume}{\void}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/mmedia/
H A Dmmbman.h48 virtual void Resume() = 0;
H A Dmmbman.cpp78 void Resume();
113 void Resume();
261 void MMBoardSoundFile::Resume() function in class:MMBoardSoundFile
263 m_file_stream->Resume();
401 void MMBoardVideoFile::Resume() function in class:MMBoardVideoFile
403 m_video_driver->Resume();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/dfb/
H A Dapp.cpp152 wxLog::Resume();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dthreadno.cpp106 wxThreadError wxThread::Resume() function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dthreadno.cpp105 wxThreadError wxThread::Resume() function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dthread.cpp354 bool Resume();
471 bool wxThreadInternal::Resume() function in class:wxThreadInternal
645 return Resume();
658 wxThreadError wxThread::Resume() function in class:wxThread
662 return m_internal->Resume() ? wxTHREAD_NO_ERROR : wxTHREAD_MISC_ERROR;
707 Resume();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dprogdlg.cpp100 void wxProgressDialog::Resume() function in class:wxProgressDialog
H A Dthread.cpp299 bool Resume();
393 bool wxThreadInternal::Resume() function in class:wxThreadInternal
466 wxThreadError wxThread::Resume() function in class:wxThread
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dprogdlgg.h68 void Resume();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dthread.cpp360 bool Resume();
510 bool wxThreadInternal::Resume() function in class:wxThreadInternal
642 return Resume();
655 wxThreadError wxThread::Resume() function in class:wxThread
666 return m_internal->Resume() ? wxTHREAD_NO_ERROR : wxTHREAD_MISC_ERROR;
706 Resume(); // it knows about STATE_EXITED special case
721 Resume();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dmpthread.cpp751 // go to sleep until Resume() is called
754 void Resume();
996 // wait until the semaphore is Post()ed from Resume()
1000 void wxThreadInternal::Resume() function in class:wxThreadInternal
1153 wxThreadError wxThread::Resume() function in class:wxThread
1165 m_internal->Resume();
1225 m_internal->Resume();
1260 Resume();

Completed in 186 milliseconds

123