Workspace 6.21.5
Classes | Namespaces
matrixwidget.h File Reference
#include <limits>
#include <QDoubleSpinBox>
#include <QHeaderView>
#include <QTableWidget>
#include <QVBoxLayout>
#include "Workspace/Application/LanguageUtils/errorchecks.h"
#include <QGenericMatrix>
#include <QMatrix4x4>
#include "Workspace/api_workspace.h"
Include dependency graph for matrixwidget.h:
This graph shows which files directly or indirectly include this file:

Classes

class  MatrixReader
 Default policy for reading from a matrix class. More...
 
class  MatrixSize
 Default policy for retrieving the size (rows / cols) of a matrix data structure. More...
 
class  MatrixTableDelegate< T, R, W, S >
 Delegate class that knows how to display matrix information (of type T) in a QTable. More...
 
class  MatrixTableDelegateBase
 Base class for all matrix table delegates. A matrix table delegate knows how to display a matrix of a certain data type in a QTable. More...
 
class  MatrixWidget
 Widget for displaying / editing the contents of a matrix datastructure. Assumes that all data is going to be in floating point format. More...
 
class  MatrixWriter
 Default policy for writing to a matrix data structure. More...
 

Namespaces

namespace  CSIRO
 Top level namespace for all Workspace code.
 
namespace  CSIRO::Widgets
 This namespace contains support for widgets attached to workspace data objects.
 
namespace  CSIRO::Widgets::MatrixWidgetPrivate