Q4Wine
2.0
Q4Wine is a Qt GUI for Wine.
|
Classes | |
class | DBEngine |
q4wine's SQLite3 engine warper. This class provides basic common SQL workflow, like making SQL queries, retrieving and inserting data. More... | |
class | DBObject |
Describes an abstract interface of object to q4wine db. More... | |
class | Dir |
Describes an virtual directory. More... | |
class | WineApplication |
Describes a wine application configuration. More... | |
class | WinePrefix |
Describes a wine prefix configuration. More... | |
class | WineVersion |
Describes a wine version configuration. More... | |
Typedefs | |
typedef std::map< std::string, std::string > | result |
A map that represents SQL result. The key is row name, the value is row value. More... | |
typedef std::pair< std::string, std::string > | result_p |
typedef std::vector< result > | rows |
An a vector of resuls. More... | |
Variables | |
const std::string | DEFAULT_EXEC_TEMPLATE |
typedef std::map<std::string, std::string> q4wine::lib::result |
typedef std::pair<std::string, std::string> q4wine::lib::result_p |
typedef std::vector<result> q4wine::lib::rows |
const std::string q4wine::lib::DEFAULT_EXEC_TEMPLATE |