#include "DataCategorizationHandler.h"
  
Public Member Functions | |
| DataCategorizationHandler (std::string tableFolder, std::string previewTableName) | |
| DataCategorizationHandler (const DataCategorizationHandler &other)=delete | |
| DataCategorizationHandler & | operator= (const DataCategorizationHandler &other)=delete | 
| void | markSelectionForStorage (const std::list< ot::EntityInformation > &_selectedEntities, EntityParameterizedDataCategorization::DataCategorie _category) | 
| void | storeSelectionRanges (const std::vector< ot::TableRange > &_ranges) | 
| void | ensureEssentials () | 
  Public Member Functions inherited from BusinessLogicHandler | |
| void | setUIComponent (ot::components::UiComponent *ui) | 
| void | setModelComponent (ot::components::ModelComponent *model) | 
| virtual | ~BusinessLogicHandler () | 
Additional Inherited Members | |
  Protected Member Functions inherited from BusinessLogicHandler | |
| virtual void | UIComponentWasSet () | 
| virtual void | ModelComponentWasSet () | 
| void | CheckEssentials () | 
| std::string | CreateNewUniqueTopologyName (const std::string &folderName, const std::string &fileName) | 
| std::string | CreateNewUniqueTopologyNamePlainPossible (const std::string &folderName, const std::string &fileName, std::list< std::string > &additionallyTakenNames) | 
| std::vector< std::string > | CreateNewUniqueTopologyName (const std::string &FolderName, const std::string &fileName, uint64_t numberOfFiles) | 
  Protected Attributes inherited from BusinessLogicHandler | |
| ot::components::UiComponent * | _uiComponent = nullptr | 
| ot::components::ModelComponent * | _modelComponent = nullptr | 
| DataCategorizationHandler::DataCategorizationHandler | ( | std::string | tableFolder, | 
| std::string | previewTableName ) | 
      
  | 
  delete | 
      
  | 
  inline | 
| void DataCategorizationHandler::markSelectionForStorage | ( | const std::list< ot::EntityInformation > & | _selectedEntities, | 
| EntityParameterizedDataCategorization::DataCategorie | _category ) | 
      
  | 
  delete | 
| void DataCategorizationHandler::storeSelectionRanges | ( | const std::vector< ot::TableRange > & | _ranges | ) |