JX Application Framework
Loading...
Searching...
No Matches
Public Member Functions | List of all members
JFloatTableData Class Reference

#include <JFloatTableData.h>

Inheritance diagram for JFloatTableData:
[legend]

Public Member Functions

 JFloatTableData (const JFloat defValue)
 
 ~JFloatTableData () override
 
- Public Member Functions inherited from JValueTableData< JArray< JFloat >, JFloat >
 JValueTableData (const JFloat &defValue)
 
 JValueTableData (const JValueTableData< JArray< JFloat >, JFloat > &source)
 
 ~JValueTableData () override
 
JFloat GetItem (const JIndex row, const JIndex col) const
 
JFloat GetItem (const JPoint &cell) const
 
void SetItem (const JIndex row, const JIndex col, const JFloat &data)
 
void SetItem (const JPoint &cell, const JFloat &data)
 
void GetRow (const JIndex index, JList< JFloat > *rowData) const
 
void SetRow (const JIndex index, const JList< JFloat > &rowData)
 
void GetCol (const JIndex index, JList< JFloat > *colData) const
 
void SetCol (const JIndex index, const JList< JFloat > &colData)
 
void InsertRows (const JIndex index, const JSize count, const JList< JFloat > *initData=nullptr)
 
void PrependRows (const JSize count, const JList< JFloat > *initData=nullptr)
 
void AppendRows (const JSize count, const JList< JFloat > *initData=nullptr)
 
void DuplicateRow (const JIndex origIndex, const JIndex newIndex)
 
void RemoveRow (const JIndex index)
 
void RemoveNextRows (const JIndex firstIndex, const JSize count)
 
void RemovePrevRows (const JIndex lastIndex, const JSize count)
 
void RemoveAllRows ()
 
void MoveRow (const JIndex origIndex, const JIndex newIndex)
 
void InsertCols (const JIndex index, const JSize count, const JList< JFloat > *initData=nullptr)
 
void PrependCols (const JSize count, const JList< JFloat > *initData=nullptr)
 
void AppendCols (const JSize count, const JList< JFloat > *initData=nullptr)
 
void DuplicateCol (const JIndex origIndex, const JIndex newIndex)
 
void RemoveCol (const JIndex index)
 
void RemoveNextCols (const JIndex firstIndex, const JSize count)
 
void RemovePrevCols (const JIndex lastIndex, const JSize count)
 
void RemoveAllCols ()
 
void MoveCol (const JIndex origIndex, const JIndex newIndex)
 
const JFloat GetDefaultValue () const
 
void SetDefaultValue (const JFloat &data)
 
- Public Member Functions inherited from JTableData
 JTableData ()
 
 JTableData (const JTableData &source)
 
 ~JTableData () override
 
JTableDataoperator= (const JTableData &source)
 
bool IsEmpty () const
 
JSize GetRowCount () const
 
bool RowIndexValid (const JIndex index) const
 
JSize GetColCount () const
 
bool ColIndexValid (const JIndex index) const
 
bool CellValid (const JPoint &cell) const
 
- Public Member Functions inherited from JBroadcaster
 JBroadcaster ()
 
virtual ~JBroadcaster ()
 
JBroadcasteroperator= (const JBroadcaster &source)
 
bool HasSenders () const
 
JSize GetSenderCount () const
 
bool HasRecipients () const
 
JSize GetRecipientCount () const
 
virtual JString ToString () const
 
template<class T >
void ListenTo (const JBroadcaster *sender, const std::function< void(const T &)> &f)
 

Additional Inherited Members

- Static Public Attributes inherited from JTableData
static const JUtf8BytekRowsInserted = "RowsInserted::JTableData"
 
static const JUtf8BytekRowDuplicated = "RowDuplicated::JTableData"
 
static const JUtf8BytekRowsRemoved = "RowsRemoved::JTableData"
 
static const JUtf8BytekRowMoved = "RowMoved::JTableData"
 
static const JUtf8BytekColsInserted = "ColsInserted::JTableData"
 
static const JUtf8BytekColDuplicated = "ColDuplicated::JTableData"
 
static const JUtf8BytekColsRemoved = "ColsRemoved::JTableData"
 
static const JUtf8BytekColMoved = "ColMoved::JTableData"
 
static const JUtf8BytekRectChanged = "RectChanged::JTableData"
 
- Protected Member Functions inherited from JTableData
void RowsAdded (const JSize count)
 
void RowsDeleted (const JSize count)
 
void SetRowCount (const JSize newRowCount)
 
void ColsAdded (const JSize count)
 
void ColsDeleted (const JSize count)
 
void SetColCount (const JSize newColCount)
 
- Protected Member Functions inherited from JBroadcaster
 JBroadcaster (const JBroadcaster &source)
 
void ListenTo (const JBroadcaster *sender)
 
void StopListening (const JBroadcaster *sender)
 
void ClearWhenGoingAway (const JBroadcaster *sender, void *pointerToMember)
 
void StopListening (const JBroadcaster *sender, const std::type_info &messageType)
 
template<class T >
void Send (JBroadcaster *recipient, const T &message)
 
template<class T >
void Broadcast (const T &message)
 
virtual void Receive (JBroadcaster *sender, const Message &message)
 
void SendWithFeedback (JBroadcaster *recipient, Message *message)
 
void BroadcastWithFeedback (Message *message)
 
virtual void ReceiveWithFeedback (JBroadcaster *sender, Message *message)
 
virtual void ReceiveGoingAway (JBroadcaster *sender)
 

Detailed Description

Interface for the JFloatTableData class

Class to store a matrix of JFloat.

Constructor & Destructor Documentation

◆ JFloatTableData()

JFloatTableData::JFloatTableData ( const JFloat  defValue)

◆ ~JFloatTableData()

JFloatTableData::~JFloatTableData ( )
override

The documentation for this class was generated from the following files: