ProfileManager

Undocumented in source.

Constructors

this
this(void* cObject, bool ownCObject)
Undocumented in source.

Members

Functions

Delete
bool Delete(Profile profile)
Undocumented in source. Be warned that the author may not have intended to support it.
GetDefaultProfileName
string GetDefaultProfileName(ProfileType device)
Undocumented in source. Be warned that the author may not have intended to support it.
GetDeviceDefaultProfile
Profile GetDeviceDefaultProfile(ProfileType device)
Undocumented in source. Be warned that the author may not have intended to support it.
GetProfileCount
int GetProfileCount(ProfileType device)
Undocumented in source. Be warned that the author may not have intended to support it.
GetProfileName
string GetProfileName(ProfileType device, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
HasProfile
bool HasProfile(ProfileType device, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
LoadProfile
Profile LoadProfile(ProfileType device, uint index)
Undocumented in source. Be warned that the author may not have intended to support it.
LoadProfile
Profile LoadProfile(ProfileType device, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
Save
bool Save(Profile profile)
Undocumented in source. Be warned that the author may not have intended to support it.
SetDefaultProfileName
bool SetDefaultProfileName(ProfileType device, string name)
Undocumented in source. Be warned that the author may not have intended to support it.
dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin ovr_im.SwigOperatorDefinitions
Undocumented in source.

Static functions

Create
ProfileManager Create()
Undocumented in source. Be warned that the author may not have intended to support it.
swigGetCPtr
void* swigGetCPtr(ProfileManager obj)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

swigCMemOwn
bool swigCMemOwn;
Undocumented in source.

Mixed In Members

From mixin ovr_im.SwigOperatorDefinitions

opEquals
bool opEquals(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta