JX Application Framework
|
This is the complete list of members for JXSharedPrefObject, including all inherited members.
Broadcast(const T &message) | JBroadcaster | inlineprotected |
BroadcastWithFeedback(Message *message) | JBroadcaster | inlineprotected |
ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember) | JBroadcaster | protected |
GetCurrentPrefsVersion() const | JXSharedPrefObject | inline |
GetLatestVersionID() const | JXSharedPrefObject | inline |
GetPrefID(const JFileVersion vers) const | JXSharedPrefObject | |
GetRecipientCount() const | JBroadcaster | |
GetSenderCount() const | JBroadcaster | |
GetVersionList() const | JXSharedPrefObject | inline |
HasRecipients() const | JBroadcaster | |
HasSenders() const | JBroadcaster | |
JBroadcaster() | JBroadcaster | |
JBroadcaster(const JBroadcaster &source) | JBroadcaster | protected |
JXSharedPrefObject(const JFileVersion currVers, const JPrefID &latestVersID, const VersionInfo versList[], const JSize versCount) | JXSharedPrefObject | |
ListenTo(const JBroadcaster *sender, const std::function< void(const T &)> &f) | JBroadcaster | |
ListenTo(const JBroadcaster *sender) | JBroadcaster | protected |
JBroadcaster::operator=(const JBroadcaster &source) | JBroadcaster | |
ReadPrefs() | JXSharedPrefObject | |
ReadPrefs(std::istream &input)=0 | JXSharedPrefObject | pure virtual |
Receive(JBroadcaster *sender, const Message &message) override | JXSharedPrefObject | protectedvirtual |
ReceiveGoingAway(JBroadcaster *sender) | JBroadcaster | protectedvirtual |
ReceiveWithFeedback(JBroadcaster *sender, Message *message) | JBroadcaster | protectedvirtual |
Send(JBroadcaster *recipient, const T &message) | JBroadcaster | protected |
SendWithFeedback(JBroadcaster *recipient, Message *message) | JBroadcaster | protected |
StopListening(const JBroadcaster *sender) | JBroadcaster | protected |
StopListening(const JBroadcaster *sender, const std::type_info &messageType) | JBroadcaster | protected |
ToString() const | JBroadcaster | virtual |
WritePrefs() const | JXSharedPrefObject | |
WritePrefs(std::ostream &output, const JFileVersion vers) const =0 | JXSharedPrefObject | pure virtual |
~JBroadcaster() | JBroadcaster | virtual |
~JXSharedPrefObject() override | JXSharedPrefObject |