Count loadable noise available and set up for load. More...
#include "us_loadable_noise.h"
Public Member Functions | |
US_LoadableNoise (QObject *=0) | |
Simple constructor. More... | |
int | count_noise (bool, US_DataIO::EditedData *, US_Model *, QStringList &, QStringList &) |
Count available noise records and set up for load dialog. More... | |
Private Member Functions | |
int | models_in_edit (bool, QString, QStringList &) |
int | noises_in_model (bool, QString, QStringList &) |
int | id_list_db (QString) |
int | id_list_disk (QString) |
Private Attributes | |
int | dbg_level |
QStringList | noiIDs |
QStringList | noiEdIDs |
QStringList | noiMoIDs |
QStringList | noiTypes |
QStringList | modIDs |
QStringList | modEdIDs |
QStringList | modDescs |
Count loadable noise available and set up for load.
Provides a function to count noises available on disk or in the database that match edited data and, possible, a loaded model
Definition at line 22 of file us_loadable_noise.h.
US_LoadableNoise::US_LoadableNoise | ( | QObject * | parent = 0 | ) |
Simple constructor.
parent | A pointer to the parent QObject. This normally can be left as NULL. |
Definition at line 18 of file us_loadable_noise.cpp.
int US_LoadableNoise::count_noise | ( | bool | ondisk, |
US_DataIO::EditedData * | edata, | ||
US_Model * | model, | ||
QStringList & | mieGUIDs, | ||
QStringList & | nieGUIDs | ||
) |
Count available noise records and set up for load dialog.
ondisk | Flag for noise source: true=local; false=db. |
edata | Pointer to edited data for which to search noise. |
model | Optional pointer to loaded model, priority noise. |
mieGUIDs | List of returned model-in-edit ModelGUID strings. |
nieGUIDs | List of returned noise-in-edit NoiseGUID strings. |
Definition at line 22 of file us_loadable_noise.cpp.
|
private |
Definition at line 275 of file us_loadable_noise.cpp.
|
private |
Definition at line 379 of file us_loadable_noise.cpp.
|
private |
Definition at line 222 of file us_loadable_noise.cpp.
|
private |
Definition at line 248 of file us_loadable_noise.cpp.
|
private |
Definition at line 57 of file us_loadable_noise.h.
|
private |
Definition at line 65 of file us_loadable_noise.h.
|
private |
Definition at line 64 of file us_loadable_noise.h.
|
private |
Definition at line 63 of file us_loadable_noise.h.
|
private |
Definition at line 60 of file us_loadable_noise.h.
|
private |
Definition at line 59 of file us_loadable_noise.h.
|
private |
Definition at line 61 of file us_loadable_noise.h.
|
private |
Definition at line 62 of file us_loadable_noise.h.