JX Application Framework
|
This is the complete list of members for JCollection, including all inherited members.
Broadcast(const T &message) | JBroadcaster | inlineprotected |
BroadcastWithFeedback(Message *message) | JBroadcaster | inlineprotected |
ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember) | JBroadcaster | protected |
GetIndexFromEnd(const JIndex index) const | JCollection | |
GetItemCount() const | JCollection | inline |
GetRecipientCount() const | JBroadcaster | |
GetSenderCount() const | JBroadcaster | |
HasRecipients() const | JBroadcaster | |
HasSenders() const | JBroadcaster | |
IndexValid(const JIndex index) const | JCollection | inline |
IsEmpty() const | JCollection | inline |
ItemAdded() | JCollection | inlineprotected |
ItemRemoved() | JCollection | protected |
JBroadcaster() | JBroadcaster | |
JBroadcaster(const JBroadcaster &source) | JBroadcaster | protected |
JCollection() | JCollection | |
JCollection(const JCollection &source) | JCollection | |
ListenTo(const JBroadcaster *sender, const std::function< void(const T &)> &f) | JBroadcaster | |
ListenTo(const JBroadcaster *sender) | JBroadcaster | protected |
operator=(const JCollection &source) | JCollection | |
JBroadcaster::operator=(const JBroadcaster &source) | JBroadcaster | |
Receive(JBroadcaster *sender, const Message &message) | JBroadcaster | 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 |
SetItemCount(const JSize newItemCount) | JCollection | inlineprotected |
StopListening(const JBroadcaster *sender) | JBroadcaster | protected |
StopListening(const JBroadcaster *sender, const std::type_info &messageType) | JBroadcaster | protected |
ToString() const override | JCollection | virtual |
~JBroadcaster() | JBroadcaster | virtual |
~JCollection() override | JCollection |