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 |
![]() | |
JUserNotification () | |
virtual | ~JUserNotification () |
bool | IsSilent () const |
void | SetSilent (const bool beQuiet) |
Additional Inherited Members | |
![]() | |
enum | CloseAction { kSaveData , kDiscardData , kDontClose } |
![]() | |
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.