#include <ilviews/gadgets/tree.h>
#include <ilviews/dataccess/reposit.h>
#include <ilviews/dataccess/gadgets/mdatasrc.h>
#include <ilviews/dataccess/gadgets/tablegad.h>
Classes | |
class | IliDataSourcesUsesGadget |
Gadget class. More... | |
class | IliRepositoryService |
Interface class. More... | |
class | IliTableRepositoryGadget |
Gadget class. More... | |
class | IliTreeClassesGadget |
Gadget class. More... | |
class | IliTreeRepositoryGadget |
Gadget class. More... | |
Typedefs | |
typedef char **(* | IliGetClassesListCallback) (IlInt &count, IlAny arg) |
typedef char **(* | IliGetDataListCallback) (const char *cl, IlInt &count, IlAny arg) |
typedef const char *(* | IliHolderToNameCallback) (IlvGraphicHolder *hoder) |
Enumerations | |
enum | IliRepositFilterOn { IliFilterOnContainer, IliFilterOnComposite, IliFilterOnManager } |
This enumerated type defines the different holder types. More... | |
Library: dbgadget
Declarations about the IliRepositoryService classes.
IliGetClassesListCallback |
This type defines the prototype of a function that is called to get the list of classes.
count | The number of classes in the list. |
arg | The user data. |
IliGetDataListCallback |
This type defines the prototype of a function that is called to get the list of data for a class.
cl | The class name. |
count | The number of data in the list. |
arg | The user data. |
IliHolderToNameCallback |
This type defines the prototype of a function that is called to get the holder's name.
holder | The graphic holder. |
enum IliRepositFilterOn |