Classes | |
class | wxVariant |
class | wxVariantData |
Macros | |
#define | wxGetVariantCast(var, classname) |
This macro returns a pointer to the data stored in var (wxVariant) cast to the type classname if the data is of this type (the check is done during the run-time) or NULL otherwise. More... | |
#define wxGetVariantCast | ( | var, | |
classname | |||
) |
This macro returns a pointer to the data stored in var (wxVariant) cast to the type classname if the data is of this type (the check is done during the run-time) or NULL otherwise.
Include file:
#include <wx/variant.h>