struct Core::Portable::IVariantChildView

#include <corecontrols.h>

struct IVariantChildView: public Core::Portable::ITypedObject
{
    // methods

    virtual DECLARE_CORE_CLASS_('VChV', IVariantChildView) = 0;
};

// direct descendants

class DelegateView;

Inherited Members

public:
    // typedefs

    typedef int32 TypeID;

    // methods

    virtual void* castTo(TypeID typeId) = 0;