#include <UI/Types/FileList.h>
Public Member Functions | |
~FileList () | |
void | add (FileDataObject *pFile) |
Adds a file in the list. | |
void | clear () |
Removes and delete all files in the list. | |
const QList< QObject * > | getList () const |
Gets the list of files (as QObjects) ready to be send to QML. |
List of FileList.
FileList::~FileList | ( | ) |
Clear the list and deletes the buttons contained
void FileList::add | ( | FileDataObject * | pFile | ) |
Adds a file in the list.
pFile | pointer on the new file |
const QList< QObject * > FileList::getList | ( | ) | const [inline] |
Gets the list of files (as QObjects) ready to be send to QML.