#include "processextractor.h"Functions | |
| int | callback (void *NotUsed, int argc, char **argv, char **azColName) |
Variables | |
| QList< Process > | qList |
| int callback | ( | void * | NotUsed, | |
| int | argc, | |||
| char ** | argv, | |||
| char ** | azColName | |||
| ) |
Function pointer used in execution of sqlite select query. Parses every row and calls the get and set functions of Process class.
1.4.7