|
| virtual bool16 | ShouldEmbedProfiles ()=0 |
| |
| virtual void | SetShouldEmbedProfiles (bool16 should)=0 |
| |
| virtual int32 | AddProfile (ICMSProfile *newProfile, ICMSProfile::profileCategory category=ICMSProfile::kOther)=0 |
| |
| virtual int32 | AddProfile (const UID &newProfile, ICMSProfile::profileCategory category=ICMSProfile::kOther)=0 |
| |
| virtual bool16 | GetNthProfile (int32 n, UID *profile)=0 |
| |
| virtual bool16 | GetNthProfile (int32 n, UIDRef *profile)=0 |
| |
| virtual PMString | GetNthProfileName (int32 n)=0 |
| |
| virtual int32 | FindProfile (ICMSProfile *profile)=0 |
| |
| virtual int32 | FindProfile (const UID &profile)=0 |
| |
| virtual int32 | FindProfile (const PMString &searchName)=0 |
| |
| virtual bool16 | AssignProfileToCategory (int32 n, ICMSProfile::profileCategory category)=0 |
| |
| virtual bool16 | ClearCategory (ICMSProfile::profileCategory category)=0 |
| |
| virtual int32 | GetProfileAssignedToCategory (ICMSProfile::profileCategory category)=0 |
| |
| virtual int32 | Length ()=0 |
| |
| virtual bool16 | Remove (int32 n)=0 |
| |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| |
| virtual void | AddRef () const =0 |
| |
| virtual void | Release () const =0 |
| |