class CCL::Security::FileFingerprint::FingerprintCalculator

class FingerprintCalculator:
    public CCL::Unknown,
    public CCL::Threading::UserThread,
    public CCL::AbstractProgressNotify
{
public:
    // fields

     IProgressNotify;

    // construction

    FingerprintCalculator (FileFingerprint& fingerprint);

    // methods

    PROPERTY_AUTO_POINTER (AsyncOperation, operation, Operation);
    int threadEntry ();
};

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;
    bool isThreadStarted () const;
    bool isThreadAlive () const;
    void startThread (ThreadPriority priority, int cpuAffinity = -1);
    bool stopThread (unsigned int milliseconds);
    void requestTerminate ();
    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 ();