#include "xstypesconfig.h"
#include "xsstring.h"
#include "pstdint.h"
#include "xsfilterprofilekind.h"
Go to the source code of this file.
Classes | |
class | XsFilterProfile |
Contains information about an available filter profile. More... | |
Macros | |
#define | XS_LEN_FILTERPROFILEKIND_TERM (20+1) |
#define | XS_LEN_FILTERPROFILELABEL_TERM (20+1) |
#define | XS_MAX_FILTERPROFILES 254 |
#define | XS_MAX_FILTERPROFILES_IN_MT 5 |
#define | XSFILTERPROFILE_INITIALIZER {0, 0, {0}, 0, 0, 0} |
Typedefs | |
typedef struct XsFilterProfile | XsFilterProfile |
Functions | |
XSTYPES_DLL_API int | XsFilterProfile_empty (struct XsFilterProfile const *thisPtr) |
XSTYPES_DLL_API void | XsFilterProfile_swap (struct XsFilterProfile *a, struct XsFilterProfile *b) |
Swap the contents of a with b. More... | |
XSTYPES_DLL_API void | XsFilterProfile_toString (struct XsFilterProfile const *thisPtr, XsString *out) |
#define XS_LEN_FILTERPROFILEKIND_TERM (20+1) |
Definition at line 89 of file xsfilterprofile.h.
#define XS_LEN_FILTERPROFILELABEL_TERM (20+1) |
Definition at line 88 of file xsfilterprofile.h.
#define XS_MAX_FILTERPROFILES 254 |
Definition at line 87 of file xsfilterprofile.h.
#define XS_MAX_FILTERPROFILES_IN_MT 5 |
Definition at line 90 of file xsfilterprofile.h.
#define XSFILTERPROFILE_INITIALIZER {0, 0, {0}, 0, 0, 0} |
Definition at line 76 of file xsfilterprofile.h.
typedef struct XsFilterProfile XsFilterProfile |
Definition at line 300 of file xsfilterprofile.h.
XSTYPES_DLL_API int XsFilterProfile_empty | ( | struct XsFilterProfile const * | thisPtr | ) |
XSTYPES_DLL_API void XsFilterProfile_toString | ( | struct XsFilterProfile const * | thisPtr, |
XsString * | out | ||
) |