JX Application Framework
|
This is the complete list of members for JStyledText::CRMRuleList, including all inherited members.
AllocateCArray() const | JArray< CRMRule > | |
AppendItem(const CRMRule &data) override | JArray< CRMRule > | virtual |
begin() const | JArray< CRMRule > | inline |
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 > | |
CRMRuleList() | JStyledText::CRMRuleList | |
CRMRuleList(const CRMRuleList &source) | JStyledText::CRMRuleList | |
DeleteAll() | JStyledText::CRMRuleList | |
end() const | JArray< CRMRule > | inline |
GetBlockSize() const | JArray< CRMRule > | |
GetCArray() const | JArray< CRMRule > | |
GetCompareFunction() const | JList< T > | protected |
GetFirstItem() const override | JArray< CRMRule > | virtual |
GetIndexFromEnd(const JIndex index) const | JCollection | |
GetInsertionSortIndex(const CRMRule &data, bool *isDuplicate=nullptr) const | JArray< CRMRule > | |
GetInterpolator() | JStyledText::CRMRuleList | inline |
GetItem(const JIndex index) const | JArray< CRMRule > | |
GetItemCount() const | JCollection | inline |
GetItemFromEnd(const JIndex index) const | JArray< CRMRule > | |
GetLastItem() const override | JArray< CRMRule > | virtual |
GetRecipientCount() const | JBroadcaster | |
GetSenderCount() const | JBroadcaster | |
GetSortOrder() const | JList< T > | |
HasRecipients() const | JBroadcaster | |
HasSenders() const | JBroadcaster | |
IndexValid(const JIndex index) const | JCollection | inline |
InsertItemAtIndex(const JIndex index, const CRMRule &data) | JArray< CRMRule > | |
InsertSorted(const CRMRule &data, const bool insertIfDuplicate=true, JIndex *index=nullptr) | JArray< CRMRule > | |
IsEmpty() const | JCollection | inline |
IsSorted() const | JList< T > | |
ItemAdded() | JCollection | inlineprotected |
ItemRemoved() | JCollection | protected |
JArray(const JSize blockSize=10) | JArray< CRMRule > | |
JArray(const JArray< CRMRule > &source) | JArray< CRMRule > | |
JArray(JArray< CRMRule > &&dyingSource) noexcept | JArray< CRMRule > | |
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 > | |
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 |
MoveItemToIndex(const JIndex currentIndex, const JIndex newIndex) | JArray< CRMRule > | |
MoveItemToIndex(const JListT::ItemMoved &info) | JArray< CRMRule > | |
NewIterator(const JListT::Position start=JListT::kStartAtBeginning, const JIndex index=0) override | JArray< CRMRule > | virtual |
NewIterator(const JListT::Position start=JListT::kStartAtBeginning, const JIndex index=0) const override | JArray< CRMRule > | virtual |
NotifyIterators(const JBroadcaster::Message &message) | JList< T > | protected |
operator const CRMRule *() const | JArray< CRMRule > | explicit |
operator=(const JArray< CRMRule > &source) | JArray< CRMRule > | |
JCollection::operator=(const JCollection &source) | JCollection | |
JBroadcaster::operator=(const JBroadcaster &source) | JBroadcaster | |
PrependItem(const CRMRule &data) override | JArray< CRMRule > | virtual |
ProtectedGetItem(const JIndex index) const | JArray< CRMRule > | protected |
QuickSort(int(*compare)(const void *, const void *)) | JArray< CRMRule > | |
Receive(JBroadcaster *sender, const Message &message) | JBroadcaster | protectedvirtual |
ReceiveGoingAway(JBroadcaster *sender) | JBroadcaster | protectedvirtual |
ReceiveWithFeedback(JBroadcaster *sender, Message *message) | JBroadcaster | protectedvirtual |
RemoveAll() override | JArray< CRMRule > | virtual |
RemoveItem(const JIndex index) | JArray< CRMRule > | |
RemoveItems(const JIndexRange &range) | JArray< CRMRule > | |
RemoveItems(const JListT::ItemsRemoved &info) | JArray< CRMRule > | |
RemoveNextItems(const JIndex firstIndex, const JSize count) | JArray< CRMRule > | |
RemovePrevItems(const JIndex lastIndex, const JSize count) | JArray< CRMRule > | |
SearchSorted(const CRMRule &target, const JListT::SearchReturn which, JIndex *index) const | JArray< CRMRule > | |
SearchSortedOTI(const CRMRule &target, const JListT::SearchReturn which, bool *found) const | JArray< CRMRule > | |
Send(JBroadcaster *recipient, const T &message) | JBroadcaster | protected |
SendWithFeedback(JBroadcaster *recipient, Message *message) | JBroadcaster | protected |
SetBlockSize(const JSize newBlockSize) | JArray< CRMRule > | |
SetCompareFunction(const std::function< std::weak_ordering(const T &, const T &)> compareFn) | JList< T > | |
SetItem(const JIndex index, const CRMRule &data) | JArray< CRMRule > | |
SetItemCount(const JSize newItemCount) | JCollection | inlineprotected |
SetItemFromEnd(const JIndex index, const CRMRule &data) | JArray< CRMRule > | |
SetSortOrder(const JListT::SortOrder order) | JList< T > | |
Sort() | JArray< CRMRule > | |
StopListening(const JBroadcaster *sender) | JBroadcaster | protected |
StopListening(const JBroadcaster *sender, const std::type_info &messageType) | JBroadcaster | protected |
SwapItems(const JIndex index1, const JIndex index2) | JArray< CRMRule > | |
SwapItems(const JListT::ItemsSwapped &info) | JArray< CRMRule > | |
ToString() const override | JCollection | virtual |
~CRMRuleList() override | JStyledText::CRMRuleList | |
~JArray() override | JArray< CRMRule > | |
~JBroadcaster() | JBroadcaster | virtual |
~JCollection() override | JCollection | |
~JList() override | JList< T > |