FastTrack 6.1.0
Tracks multiples objects dealing with occlusion and identities.
Public Slots | Public Member Functions | Private Attributes | List of all members
TrackingManager Class Reference

The TrackingManager widget provides an environment to manage the log of FastTrack tracking analysis. More...

Inheritance diagram for TrackingManager:

Public Slots

void addLogEntry (QMap< QString, QString > log)
 Adds a log entry inside the ui table and in a log file. More...
 
void appendToFile (QString path, QMap< QString, QString > line)
 Appends the log entry in a file. More...
 
void writeToFile (QString path, QList< QMap< QString, QString > > lines)
 Writes log entries in a file. More...
 
void readFromFile (QString path)
 Reads a log file. More...
 

Public Member Functions

 TrackingManager (QWidget *parent=nullptr)
 Constructs the trackingmanager object derived from a QWidget object.
 

Private Attributes

QString logPath
 
Ui::TrackingManager * ui
 

Detailed Description

The TrackingManager widget provides an environment to manage the log of FastTrack tracking analysis.

Author
Benjamin Gallois
Version
Revision
490

Contact: benja.nosp@m.min..nosp@m.gallo.nosp@m.is@f.nosp@m.asttr.nosp@m.ack..nosp@m.sh

Member Function Documentation

◆ addLogEntry

void TrackingManager::addLogEntry ( QMap< QString, QString >  log)
slot

Adds a log entry inside the ui table and in a log file.

Parameters
[in]logQMap that contains the log entry.

◆ appendToFile

void TrackingManager::appendToFile ( QString  path,
QMap< QString, QString >  line 
)
slot

Appends the log entry in a file.

Parameters
[in]pathQString that contains the path to the output file.
[in]lineQMap that contains the log entry.

◆ readFromFile

void TrackingManager::readFromFile ( QString  path)
slot

Reads a log file.

Parameters
[in]pathQString that contains the path to the input file.

◆ writeToFile

void TrackingManager::writeToFile ( QString  path,
QList< QMap< QString, QString > >  lines 
)
slot

Writes log entries in a file.

Parameters
[in]pathQString that contains the path to the output file.
[in]linesQList ofQMap that contains log entries.

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