class CCL::MultiProgress::StepProxy

Passes calls to another IProgressNotify and notifies it’s parent MultiProgress.

class StepProxy: public CCL::ProgressProxy
{
public:
    // construction

    StepProxy (MultiProgress& multiProgress, IProgressNotify& progress);

    // methods

    void CCL_API updateProgress (const State& state);
};

Inherited Members

public:
    // enums

    enum Flags;

    // structs

    struct State;

    // methods

    virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0;
    virtual unsigned int CCL_API retain () = 0;
    virtual unsigned int CCL_API release () = 0;
    Unknown& operator = (const Unknown&);
    unsigned int getRetainCount () const;
    virtual void CCL_API setTitle (StringRef title) = 0;
    virtual void CCL_API setCancelEnabled (tbool state) = 0;
    virtual void CCL_API beginProgress () = 0;
    virtual void CCL_API endProgress () = 0;
    virtual IProgressNotify*CCL_API createSubProgress () = 0;
    virtual void CCL_API setProgressText (StringRef text) = 0;
    virtual void CCL_API updateProgress (const State& state) = 0;
    virtual tbool CCL_API isCanceled () = 0;
    IProgressNotify void updateAnimated ();
    void updateAnimated (StringRef text, bool important = false);
    virtual void CCL_API setTitle (StringRef title);
    virtual void CCL_API setCancelEnabled (tbool state);
    virtual void CCL_API beginProgress ();
    virtual void CCL_API endProgress ();
    virtual IProgressNotify*CCL_API createSubProgress ();
    virtual void CCL_API setProgressText (StringRef text);
    virtual void CCL_API updateProgress (const State& state);
    virtual tbool CCL_API isCanceled ();
    virtual void CCL_API beginProgress ();
    virtual void CCL_API endProgress ();
    virtual void CCL_API setProgressText (StringRef text);
    virtual void CCL_API updateProgress (const State& state);
    virtual tbool CCL_API isCanceled ();