Solid
Go to the source code of this file.
Functions | |
void | PredicateLexer_unknownToken (const char *text) |
void * | PredicateParse_appendStringListValue (char *name, void *list) |
void | PredicateParse_destroy (void *pred) |
void | PredicateParse_errorDetected (const char *error) |
void * | PredicateParse_newAnd (void *pred1, void *pred2) |
void * | PredicateParse_newAtom (char *interface, char *property, void *value) |
void * | PredicateParse_newBoolValue (int val) |
void * | PredicateParse_newDoubleValue (double val) |
void * | PredicateParse_newEmptyStringListValue () |
void * | PredicateParse_newIsAtom (char *interface) |
void * | PredicateParse_newMaskAtom (char *interface, char *property, void *value) |
void * | PredicateParse_newNumValue (int val) |
void * | PredicateParse_newOr (void *pred1, void *pred2) |
void * | PredicateParse_newStringListValue (char *name) |
void * | PredicateParse_newStringValue (char *val) |
void | PredicateParse_setResult (void *result) |
Function Documentation
void PredicateLexer_unknownToken | ( | const char * | text | ) |
Definition at line 239 of file predicateparse.cpp.
void* PredicateParse_appendStringListValue | ( | char * | name, |
void * | list | ||
) |
Definition at line 225 of file predicateparse.cpp.
void PredicateParse_destroy | ( | void * | pred | ) |
Definition at line 85 of file predicateparse.cpp.
void PredicateParse_errorDetected | ( | const char * | error | ) |
Definition at line 79 of file predicateparse.cpp.
void* PredicateParse_newAnd | ( | void * | pred1, |
void * | pred2 | ||
) |
Definition at line 137 of file predicateparse.cpp.
void* PredicateParse_newAtom | ( | char * | interface, |
char * | property, | ||
void * | value | ||
) |
Definition at line 94 of file predicateparse.cpp.
void* PredicateParse_newBoolValue | ( | int | val | ) |
Definition at line 189 of file predicateparse.cpp.
void* PredicateParse_newDoubleValue | ( | double | val | ) |
Definition at line 202 of file predicateparse.cpp.
void* PredicateParse_newEmptyStringListValue | ( | ) |
Definition at line 208 of file predicateparse.cpp.
void* PredicateParse_newIsAtom | ( | char * | interface | ) |
Definition at line 125 of file predicateparse.cpp.
void* PredicateParse_newMaskAtom | ( | char * | interface, |
char * | property, | ||
void * | value | ||
) |
Definition at line 109 of file predicateparse.cpp.
void* PredicateParse_newNumValue | ( | int | val | ) |
Definition at line 196 of file predicateparse.cpp.
void* PredicateParse_newOr | ( | void * | pred1, |
void * | pred2 | ||
) |
Definition at line 158 of file predicateparse.cpp.
void* PredicateParse_newStringListValue | ( | char * | name | ) |
Definition at line 214 of file predicateparse.cpp.
void* PredicateParse_newStringValue | ( | char * | val | ) |
Definition at line 179 of file predicateparse.cpp.
void PredicateParse_setResult | ( | void * | result | ) |
Definition at line 73 of file predicateparse.cpp.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.