struct CCL::IUserOption
Overview
User option interface. More…
#include <iuseroption.h> struct IUserOption: public CCL::IUnknown { // fields static const String strSeparator = CCLSTR ("\n"); // methods virtual StringRef CCL_API getName () const = 0; virtual StringRef CCL_API getTitle () const = 0; virtual IImage*CCL_API getIcon () const = 0; virtual tbool CCL_API needsApply () const = 0; virtual tbool CCL_API apply () = 0; virtual void CCL_API opened () = 0; virtual void CCL_API closed () = 0; };
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;
Detailed Documentation
User option interface.
Fields
static const String strSeparator = CCLSTR ("\n")
title separator