libkleo
#include <config_data.h>
Public Attributes | |
union { | |
struct { | |
unsigned int numTimesSet: 31 | |
unsigned int value: 1 | |
} boolean | |
int integer | |
const char * path | |
const char * string | |
unsigned int unsigned_integer | |
const char * url | |
} | defaults |
const char * | description |
unsigned int | is_list: 1 |
unsigned int | is_optional: 1 |
unsigned int | is_runtime: 1 |
int | level |
const char * | name |
int | type |
Detailed Description
Definition at line 40 of file config_data.h.
Member Data Documentation
struct { ... } kleo_chiasmus_config_data::boolean |
union { ... } kleo_chiasmus_config_data::defaults |
const char* kleo_chiasmus_config_data::description |
Definition at line 42 of file config_data.h.
int kleo_chiasmus_config_data::integer |
Definition at line 50 of file config_data.h.
unsigned int kleo_chiasmus_config_data::is_list |
Definition at line 54 of file config_data.h.
unsigned int kleo_chiasmus_config_data::is_optional |
Definition at line 53 of file config_data.h.
unsigned int kleo_chiasmus_config_data::is_runtime |
Definition at line 55 of file config_data.h.
int kleo_chiasmus_config_data::level |
Definition at line 43 of file config_data.h.
const char* kleo_chiasmus_config_data::name |
Definition at line 41 of file config_data.h.
unsigned int kleo_chiasmus_config_data::numTimesSet |
Definition at line 49 of file config_data.h.
const char* kleo_chiasmus_config_data::path |
Definition at line 46 of file config_data.h.
const char* kleo_chiasmus_config_data::string |
Definition at line 47 of file config_data.h.
int kleo_chiasmus_config_data::type |
Definition at line 44 of file config_data.h.
unsigned int kleo_chiasmus_config_data::unsigned_integer |
Definition at line 51 of file config_data.h.
const char* kleo_chiasmus_config_data::url |
Definition at line 48 of file config_data.h.
unsigned int kleo_chiasmus_config_data::value |
Definition at line 49 of file config_data.h.
The documentation for this struct was generated from the following file:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.