InfoAction

Qualified name: InfoAction

class InfoAction : public mv::gui::GroupAction, public mv::gui::GroupAction, public mv::gui::GroupAction, public mv::gui::GroupAction

Info action class.

Action class for displaying basic clusters info

Action class for displaying basic images info

Author

Thomas Kroes

Action class for displaying basic points info

Author

Thomas Kroes

Action class for displaying text data info

Author

Thomas Kroes

Author

Julian Thijssen and Thomas Kroes

Public Functions

InfoAction(QObject *parent, Clusters &clusters)

Constructor.

Parameters:
  • parent – Pointer to parent object

  • clusters – Reference to clusters dataset

InfoAction(QObject *parent, Images &images)

Constructor.

Parameters:
  • parent – Pointer to parent object

  • images – Reference to images dataset

InfoAction(QObject *parent, const Dataset<Points> &points)

Constructor.

Parameters:
  • parent – Pointer to parent object

  • points – Smart pointer to points dataset

InfoAction(QObject *parent, const Dataset<Text> &dataset)

Constructor.

Parameters:
  • parent – Pointer to parent object

  • points – Smart pointer to points dataset

Protected Attributes

StringAction _numberOfClustersAction

Clusters dataset smart pointer.

ClustersAction _clustersAction

Number of points action.

mv::EventListener _eventListener

Clusters action.

Number of components action.

StringAction _typeAction

Points dataset reference.

StringAction _numberOfImagesAction

Image collection type action.

StringAction _imageResolutionAction

Number of images action.

StringAction _numberOfPixelsAction

Image resolution action.

StringAction _numberComponentsPerPixelAction

Number of pixels per image action.

StringAction _dataStorageAction

Points dataset reference.

Text dataset reference.

ProxyDatasetsAction _proxyDatasetsAction

Type of data storage action.

StringAction _numberOfPointsAction

Proxy datasets action.

Type of data storage action.

StringAction _numberOfDimensionsAction

Number of points action.

StringAction _rawDataSizeAction

Number of dimensions action.

Number of points action.

NumberOfSelectedPointsAction _numberOfSelectedPointsAction

Amount of memory for raw data.

SelectedIndicesAction _selectedIndicesAction

Number of selected points action.

CreateSetFromSelectionAction _createSetFromSelection

Selected indices action.