struct Core::Portable::IStaticViewPainter

#include <corestaticview.h>

struct IStaticViewPainter: public Core::Portable::ITypedObject
{
    // fields

    const DrawEvent& e = 0;

    // methods

    DECLARE_CORE_CLASS_('ISVP', IStaticViewPainter) const;
};

// direct descendants

class StaticViewPainter;

Inherited Members

public:
    // typedefs

    typedef int32 TypeID;

    // methods

    virtual void* castTo(TypeID typeId) = 0;