#include <JXWarningDialog.h>
|
void | Init (JXWindow *window, JXStaticText *text, const JString &message, JXImageWidget *icon, const JXPM &xpm) |
|
bool | OKToDeactivate () override |
|
bool | Cancelled () const |
|
void | Receive (JBroadcaster *sender, const Message &message) override |
|
JXDirector * | GetSupervisor () const |
|
bool | CloseAllSubdirectors () |
|
virtual void | DirectorClosed (JXDirector *theDirector) |
|
| JBroadcaster (const JBroadcaster &source) |
|
void | ListenTo (const JBroadcaster *sender) |
|
void | StopListening (const JBroadcaster *sender) |
|
void | ClearWhenGoingAway (const JBroadcaster *sender, void *pointerToMember) |
|
void | StopListening (const JBroadcaster *sender, const std::type_info &messageType) |
|
template<class T > |
void | Send (JBroadcaster *recipient, const T &message) |
|
template<class T > |
void | Broadcast (const T &message) |
|
void | SendWithFeedback (JBroadcaster *recipient, Message *message) |
|
void | BroadcastWithFeedback (Message *message) |
|
virtual void | ReceiveWithFeedback (JBroadcaster *sender, Message *message) |
|
virtual void | ReceiveGoingAway (JBroadcaster *sender) |
|
Interface for the JXWarningDialog class
◆ JXWarningDialog()
JXWarningDialog::JXWarningDialog |
( |
const JString & |
title, |
|
|
const JString & |
message |
|
) |
| |
◆ ~JXWarningDialog()
JXWarningDialog::~JXWarningDialog |
( |
| ) |
|
|
override |
The documentation for this class was generated from the following files: