aqbanking  5.4.3beta
textkeydescr.h
Go to the documentation of this file.
1 /* This file is auto-generated from "textkeydescr.xml" by the typemaker
2  tool of Gwenhywfar.
3  Do not edit this file -- all changes will be lost! */
4 #ifndef TEXTKEYDESCR_H
5 #define TEXTKEYDESCR_H
6 
37 #ifdef __cplusplus
38 extern "C" {
39 #endif
40 
42 
43 #ifdef __cplusplus
44 } /* __cplusplus */
45 #endif
46 
47 #include <gwenhywfar/db.h>
48 #include <gwenhywfar/misc.h>
49 #include <gwenhywfar/list2.h>
50 /* headers */
51 #include <aqbanking/error.h>
52 
53 #ifdef __cplusplus
54 extern "C" {
55 #endif
56 
57 
60 
62 
66 
69 AQBANKING_API AB_TEXTKEY_DESCR *AB_TextKeyDescr_new(void);
72 AQBANKING_API AB_TEXTKEY_DESCR *AB_TextKeyDescr_fromDb(GWEN_DB_NODE *db);
75 AQBANKING_API AB_TEXTKEY_DESCR *AB_TextKeyDescr_dup(const AB_TEXTKEY_DESCR*st);
78 AQBANKING_API void AB_TextKeyDescr_free(AB_TEXTKEY_DESCR *st);
81 AQBANKING_API void AB_TextKeyDescr_Attach(AB_TEXTKEY_DESCR *st);
84 AQBANKING_API int AB_TextKeyDescr_ReadDb(AB_TEXTKEY_DESCR *st, GWEN_DB_NODE *db);
87 AQBANKING_API int AB_TextKeyDescr_toDb(const AB_TEXTKEY_DESCR*st, GWEN_DB_NODE *db);
90 AQBANKING_API int AB_TextKeyDescr_IsModified(const AB_TEXTKEY_DESCR *st);
93 AQBANKING_API void AB_TextKeyDescr_SetModified(AB_TEXTKEY_DESCR *st, int i);
94 
95 
99 AQBANKING_API int AB_TextKeyDescr_GetValue(const AB_TEXTKEY_DESCR *el);
103 AQBANKING_API void AB_TextKeyDescr_SetValue(AB_TEXTKEY_DESCR *el, int d);
104 
108 AQBANKING_API const char *AB_TextKeyDescr_GetName(const AB_TEXTKEY_DESCR *el);
112 AQBANKING_API void AB_TextKeyDescr_SetName(AB_TEXTKEY_DESCR *el, const char *d);
113 
117 AQBANKING_API const char *AB_TextKeyDescr_GetDescr(const AB_TEXTKEY_DESCR *el);
121 AQBANKING_API void AB_TextKeyDescr_SetDescr(AB_TEXTKEY_DESCR *el, const char *d);
122 
123 
124 #ifdef __cplusplus
125 } /* __cplusplus */
126 #endif
127 
128 
129 #endif /* TEXTKEYDESCR_H */