NDE-FileMAN
|
Classes | |
struct | data |
Public Types | |
enum | dataType { Favorites , Historys } |
Public Member Functions | |
bool | load () |
QList< data > | loadData (dataType type) |
bool | save (dataType type) |
bool | saveData (QList< data > list, dataType type) |
bool | addData (data info, dataType type) |
void | deleteData (int index, dataType type) |
void | changeFavoriteName (int index, QString text) |
void | clearHistory () |
QStringList | connectFavorites () const |
void | setConnectFavorites (const QStringList &list) |