|
JX Application Framework
|
This is the complete list of members for JList< T >, including all inherited members.
| AppendItem(const T &data)=0 | JList< T > | pure virtual |
| Broadcast(const T &message) | JBroadcaster | inlineprotected |
| BroadcastWithFeedback(Message *message) | JBroadcaster | inlineprotected |
| ClearCompareFunction() | JList< T > | |
| ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember) | JBroadcaster | protected |
| CopyCompareFunction(const JList< T > &source) | JList< T > | |
| GetCompareFunction() const | JList< T > | protected |
| GetFirstItem() const =0 | JList< T > | pure virtual |
| GetIndexFromEnd(const JIndex index) const | JCollection | |
| GetItemCount() const | JCollection | inline |
| GetLastItem() const =0 | JList< T > | pure virtual |
| GetRecipientCount() const | JBroadcaster | |
| GetSenderCount() const | JBroadcaster | |
| GetSortOrder() const | JList< T > | |
| HasRecipients() const | JBroadcaster | |
| HasSenders() const | JBroadcaster | |
| IndexValid(const JIndex index) const | JCollection | inline |
| IsEmpty() const | JCollection | inline |
| IsSorted() const | JList< T > | |
| ItemAdded() | JCollection | inlineprotected |
| ItemRemoved() | JCollection | protected |
| JBroadcaster() | JBroadcaster | |
| JBroadcaster(const JBroadcaster &source) | JBroadcaster | protected |
| JCollection() | JCollection | |
| JCollection(const JCollection &source) | JCollection | |
| JList() | JList< T > | |
| JList(const JList< T > &source) | JList< T > | |
| JListIterator< T > | JList< T > | friend |
| ListAssigned(const JList< T > &source) | JList< T > | protected |
| ListenTo(const JBroadcaster *sender, const std::function< void(const T &)> &f) | JBroadcaster | |
| ListenTo(const JBroadcaster *sender) | JBroadcaster | protected |
| NewIterator(const JListT::Position start=JListT::kStartAtBeginning, const JIndex index=0)=0 | JList< T > | pure virtual |
| NewIterator(const JListT::Position start=JListT::kStartAtBeginning, const JIndex index=0) const =0 | JList< T > | pure virtual |
| NotifyIterators(const JBroadcaster::Message &message) | JList< T > | protected |
| JCollection::operator=(const JCollection &source) | JCollection | |
| JBroadcaster::operator=(const JBroadcaster &source) | JBroadcaster | |
| PrependItem(const T &data)=0 | JList< T > | pure virtual |
| Receive(JBroadcaster *sender, const Message &message) | JBroadcaster | protectedvirtual |
| ReceiveGoingAway(JBroadcaster *sender) | JBroadcaster | protectedvirtual |
| ReceiveWithFeedback(JBroadcaster *sender, Message *message) | JBroadcaster | protectedvirtual |
| RemoveAll()=0 | JList< T > | pure virtual |
| Send(JBroadcaster *recipient, const T &message) | JBroadcaster | protected |
| SendWithFeedback(JBroadcaster *recipient, Message *message) | JBroadcaster | protected |
| SetCompareFunction(const std::function< std::weak_ordering(const T &, const T &)> compareFn) | JList< T > | |
| SetItemCount(const JSize newItemCount) | JCollection | inlineprotected |
| SetSortOrder(const JListT::SortOrder order) | JList< T > | |
| 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 | |
| ~JList() override | JList< T > |