Model Railroad System
2.2.1
|
The Pause callback. More...
#include <CallBack.h>
Public Member Functions | |
PauseCallback () | |
The constructor. More... | |
virtual | ~PauseCallback () |
The destructor. More... | |
virtual void | Pause (string message) const |
Display a message and wait for a user response. More... | |
The Pause callback.
This callback displays a message and waits for a user response. There is no partituar response sought, just an acknowledgement to continue processing. Usually there is something the user should take a momment to check or read before proceding.
@author Robert Heller \<heller\@deepsoft.com\>
|
inline |
The constructor.
The base constructor does nothing. It is presumed that a derived class might do something useful.
|
inlinevirtual |
The destructor.
The base destructor does nothing. It is presumed that a derived class might do something useful.
|
inlinevirtual |
Display a message and wait for a user response.
This message just displays a message and waits for a user response (acknowledgement).
message | The message to display when pausing. |
References gettext::_(), FCFSupport::WorkInProgressCallback::ProgressDone(), FCFSupport::WorkInProgressCallback::ProgressStart(), and FCFSupport::WorkInProgressCallback::ProgressUpdate().