JX Application Framework
Loading...
Searching...
No Matches
JTableData Member List

This is the complete list of members for JTableData, including all inherited members.

Broadcast(const T &message)JBroadcasterinlineprotected
BroadcastWithFeedback(Message *message)JBroadcasterinlineprotected
CellValid(const JPoint &cell) constJTableDatainline
ClearWhenGoingAway(const JBroadcaster *sender, void *pointerToMember)JBroadcasterprotected
ColIndexValid(const JIndex index) constJTableDatainline
ColsAdded(const JSize count)JTableDatainlineprotected
ColsDeleted(const JSize count)JTableDataprotected
GetColCount() constJTableDatainline
GetRecipientCount() constJBroadcaster
GetRowCount() constJTableDatainline
GetSenderCount() constJBroadcaster
HasRecipients() constJBroadcaster
HasSenders() constJBroadcaster
IsEmpty() constJTableDatainline
JBroadcaster()JBroadcaster
JBroadcaster(const JBroadcaster &source)JBroadcasterprotected
JTableData()JTableData
JTableData(const JTableData &source)JTableData
kColDuplicatedJTableDatastatic
kColMovedJTableDatastatic
kColsInsertedJTableDatastatic
kColsRemovedJTableDatastatic
kRectChangedJTableDatastatic
kRowDuplicatedJTableDatastatic
kRowMovedJTableDatastatic
kRowsInsertedJTableDatastatic
kRowsRemovedJTableDatastatic
ListenTo(const JBroadcaster *sender, const std::function< void(const T &)> &f)JBroadcaster
ListenTo(const JBroadcaster *sender)JBroadcasterprotected
operator=(const JTableData &source)JTableData
JBroadcaster::operator=(const JBroadcaster &source)JBroadcaster
Receive(JBroadcaster *sender, const Message &message)JBroadcasterprotectedvirtual
ReceiveGoingAway(JBroadcaster *sender)JBroadcasterprotectedvirtual
ReceiveWithFeedback(JBroadcaster *sender, Message *message)JBroadcasterprotectedvirtual
RowIndexValid(const JIndex index) constJTableDatainline
RowsAdded(const JSize count)JTableDatainlineprotected
RowsDeleted(const JSize count)JTableDataprotected
Send(JBroadcaster *recipient, const T &message)JBroadcasterprotected
SendWithFeedback(JBroadcaster *recipient, Message *message)JBroadcasterprotected
SetColCount(const JSize newColCount)JTableDatainlineprotected
SetRowCount(const JSize newRowCount)JTableDatainlineprotected
StopListening(const JBroadcaster *sender)JBroadcasterprotected
StopListening(const JBroadcaster *sender, const std::type_info &messageType)JBroadcasterprotected
ToString() constJBroadcastervirtual
~JBroadcaster()JBroadcastervirtual
~JTableData() overrideJTableData