struct CCL::IAlertService

Overview

Alert Serice. More…

#include <ialert.h>

struct IAlertService: public CCL::Alert::IReporter
{
    // methods

    virtual void CCL_API setTitle (StringRef title) = 0;
    virtual void CCL_API setNotificationReporter (IReporter* notifier) = 0;

    virtual void CCL_API setProgressReporter (
        IProgressNotify* progress,
        tbool state
    ) = 0;

    virtual tbool CCL_API showNotification (
        StringRef text,
        int type = Alert::kInformation
    ) = 0;

    virtual IDialogInformation*CCL_API getCurrentDialog () const = 0;
    virtual StringRef CCL_API getButtonTitle (int standardResult) const = 0;
    virtual IProgressNotify*CCL_API getCurrentProgressDialog () const = 0;
    DECLARE_STRINGID_MEMBER (kBeginDialog);
};

Inherited Members

public:
    // 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;
    virtual void CCL_API reportEvent (const Event& e) = 0;
    virtual void CCL_API setReportOptions (Severity minSeverity, int eventFormat) = 0;

Detailed Documentation

Alert Serice.

Methods

DECLARE_STRINGID_MEMBER (kBeginDialog)

< args[0]: IDialogInformation