|
JX Application Framework
|
#include <JTextUserNotification.h>
Public Member Functions | |
| JTextUserNotification () | |
| ~JTextUserNotification () override | |
| void | DisplayMessage (const JString &message) override |
| void | ReportError (const JString &message) override |
| bool | AskUserYes (const JString &message) override |
| bool | AskUserNo (const JString &message) override |
| CloseAction | OKToClose (const JString &message) override |
| bool | AcceptLicense () override |
Public Member Functions inherited from JUserNotification | |
| JUserNotification () | |
| virtual | ~JUserNotification () |
| bool | IsSilent () const |
| void | SetSilent (const bool beQuiet) |
Additional Inherited Members | |
Public Types inherited from JUserNotification | |
| enum | CloseAction { kSaveData , kDiscardData , kDontClose } |
Static Public Member Functions inherited from JUserNotification | |
| static bool | GetBreakMessageCROnly () |
| static void | SetBreakMessageCROnly () |
Interface for the JTextUserNotification class.
Class for notifying the user of something via the console.
| JTextUserNotification::JTextUserNotification | ( | ) |
|
override |
|
overridevirtual |
Display the license (from "LICENSE") and wait for a response. If the user answers anything but yes, we take it as a no.
Implements JUserNotification.
Display the message (asking for a y/n answer) and wait for a response. If the user answers anything but yes, we take it as a no.
Implements JUserNotification.
Display the message (asking for a y/n answer) and wait for a response. If the user answers anything but no, we take it as a yes.
Implements JUserNotification.
|
overridevirtual |
Implements JUserNotification.
|
overridevirtual |
Implements JUserNotification.
|
overridevirtual |
Implements JUserNotification.