#include <JXPGDirectorBase.h>
|
void | Init (JXWindow *window, JXStaticText *text, const JString &message, const bool allowCancel, JXButton *cancelButton) |
|
virtual bool | OKToDeactivate () |
|
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) |
|
virtual void | Receive (JBroadcaster *sender, const Message &message) |
|
void | SendWithFeedback (JBroadcaster *recipient, Message *message) |
|
void | BroadcastWithFeedback (Message *message) |
|
virtual void | ReceiveWithFeedback (JBroadcaster *sender, Message *message) |
|
virtual void | ReceiveGoingAway (JBroadcaster *sender) |
|
◆ JXPGDirectorBase()
JXPGDirectorBase::JXPGDirectorBase |
( |
const bool |
modal | ) |
|
◆ ~JXPGDirectorBase()
JXPGDirectorBase::~JXPGDirectorBase |
( |
| ) |
|
|
override |
◆ Activate()
void JXPGDirectorBase::Activate |
( |
| ) |
|
|
overridevirtual |
We do not propagate the Activate message to subdirectors because each derived class must decide whether or not this is appropriate.
Reimplemented from JXDirector.
◆ Close()
bool JXPGDirectorBase::Close |
( |
| ) |
|
|
overridevirtual |
◆ Init()
◆ ProcessContinuing()
void JXPGDirectorBase::ProcessContinuing |
( |
const JString & |
value | ) |
|
Call this to update the window title.
◆ ProcessFinished()
void JXPGDirectorBase::ProcessFinished |
( |
| ) |
|
Call this to close the director.
The documentation for this class was generated from the following files: