19 [[nodiscard]]
const IdInfo*
getInfo(
const std::string& name)
const override;
25 should_delete =
false;
Definition FileFindObject.h:10
const IdInfo * getInfo(const std::string &name) const override
Must be overloaded for member namespace.
QScopedPointer< QDirIterator > _dirIterator
Definition FileFindObject.h:28
FileFindObject(const Parameters &)
Definition FileFindObject.h:14
static IdInfo _objectInfo[]
Definition FileFindObject.h:30
bool getSetValue(const IdInfo *info, Value *value, Value::vector_type *params, bool flag_set) override
Gets or sets the passed data member. Must be overloaded in derived class.
void destroyObject(bool &should_delete) override
Asks if the object should be deleted after having made this call.
Definition FileFindObject.h:23
Info structure for objects used in scripts.
Definition ScriptObject.h:14
Counted vector having additional methods and operators for ease of usage.
Definition TVector.h:25
Value container class able to performing arithmetic functions.
Definition Value.h:19
Definition Application.h:10
Used to create static lookup lists.
Definition ScriptObject.h:60
Type to pass to registered classes.
Definition ScriptObject.h:20