RecognitionAttributesEditTab Class Reference

This tab allows to change the recognition attributes of an objectclass entity. More...

#include <MemoryX/gui-plugins/PriorMemoryEditor/ObjectClassEditDialog/RecognitionAttributesEditTab.h>

+ Inheritance diagram for RecognitionAttributesEditTab:

Public Slots

void recognitionMethodChanged (const QString &method)
 
void segmentableFeatureFileSelected ()
 
void texturedFeatureFileSelected ()
 

Public Member Functions

 RecognitionAttributesEditTab (QWidget *parent=0)
 
void updateEntity (const EntityPtr &entity, std::string filesDBName) override
 Pure virtual method. More...
 
void updateGui (const EntityPtr &entity) override
 Pure virtual method. More...
 
 ~RecognitionAttributesEditTab () override
 
- Public Member Functions inherited from EntityAttributesEditTab
 EntityAttributesEditTab (QWidget *parent=0)
 

Detailed Description

This tab allows to change the recognition attributes of an objectclass entity.

Definition at line 41 of file RecognitionAttributesEditTab.h.

Constructor & Destructor Documentation

◆ RecognitionAttributesEditTab()

RecognitionAttributesEditTab ( QWidget *  parent = 0)
explicit

Definition at line 35 of file RecognitionAttributesEditTab.cpp.

+ Here is the call graph for this function:

◆ ~RecognitionAttributesEditTab()

Definition at line 66 of file RecognitionAttributesEditTab.cpp.

Member Function Documentation

◆ recognitionMethodChanged

void recognitionMethodChanged ( const QString &  method)
slot

Definition at line 249 of file RecognitionAttributesEditTab.cpp.

+ Here is the caller graph for this function:

◆ segmentableFeatureFileSelected

void segmentableFeatureFileSelected ( )
slot

Definition at line 243 of file RecognitionAttributesEditTab.cpp.

+ Here is the caller graph for this function:

◆ texturedFeatureFileSelected

void texturedFeatureFileSelected ( )
slot

Definition at line 238 of file RecognitionAttributesEditTab.cpp.

+ Here is the caller graph for this function:

◆ updateEntity()

void updateEntity ( const EntityPtr entity,
std::string  filesDBName 
)
overridevirtual

Pure virtual method.

Implement this in order to update the entity with information edited in the gui

Parameters
entitythe entity to update

Implements EntityAttributesEditTab.

Definition at line 163 of file RecognitionAttributesEditTab.cpp.

+ Here is the caller graph for this function:

◆ updateGui()

void updateGui ( const EntityPtr entity)
overridevirtual

Pure virtual method.

Implement this in order to update the dialog with the information contained in the entity provided as parameter.

Parameters
entitythe entity used for updating the Gui

Implements EntityAttributesEditTab.

Definition at line 71 of file RecognitionAttributesEditTab.cpp.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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