Describes an virtual directory.
More...
#include <q4wine/src/lib/dir.hpp>
q4wine::lib::Dir::Dir |
( |
| ) |
|
Constructs an empty Dir object.
q4wine::lib::Dir::Dir |
( |
std::string |
name, |
|
|
intptr_t |
prefixId = 0 , |
|
|
intptr_t |
dirId = 0 , |
|
|
intptr_t |
id = 0 |
|
) |
| |
Constructs an Dir object.
- Parameters
-
name | User defined name. |
prefixId | The associated row id for WinePrefix object. If it set to 0, then the object is not associated with any database record. See also: setPrefixId getPrefixId |
dirId | The associated row id for WineApplication object. If it set to 0, then the object is not associated with any database record. See also: setDirId getDirId |
id | The associated row id. If it set to 0, then the object is not associated with any database record. See also: DBObject::setId DBObject::getId |
q4wine::lib::Dir::~Dir |
( |
| ) |
|
intptr_t q4wine::lib::Dir::getDirId |
( |
void |
| ) |
const |
Dir * q4wine::lib::Dir::getInstance |
( |
intptr_t |
id | ) |
|
|
static |
- Parameters
-
- Returns
- Dir object or NULL if not found.
const std::string q4wine::lib::Dir::getName |
( |
void |
| ) |
const |
intptr_t q4wine::lib::Dir::getPrefixId |
( |
void |
| ) |
const |
bool q4wine::lib::Dir::save |
( |
void |
| ) |
|
|
virtual |
void q4wine::lib::Dir::setDirId |
( |
intptr_t |
dirId | ) |
|
void q4wine::lib::Dir::setName |
( |
std::string |
name | ) |
|
void q4wine::lib::Dir::setPrefixId |
( |
intptr_t |
prefixId | ) |
|
The documentation for this class was generated from the following files: