#include <nsOperaProfileMigrator.h>
Public Attributes | |
const char * | sectionName |
const char * | keyName |
PrefType | type |
const char * | targetPrefName |
prefConverter | prefSetterFunc |
PRBool | prefHasValue |
union { | |
PRInt32 intValue | |
PRBool boolValue | |
char * stringValue | |
}; | |
Definition at line 76 of file nsOperaProfileMigrator.h.
union { ... } |
PRBool nsOperaProfileMigrator::PrefTransform::boolValue |
Definition at line 85 of file nsOperaProfileMigrator.h.
PRInt32 nsOperaProfileMigrator::PrefTransform::intValue |
Definition at line 84 of file nsOperaProfileMigrator.h.
const char* nsOperaProfileMigrator::PrefTransform::keyName |
Definition at line 78 of file nsOperaProfileMigrator.h.
PRBool nsOperaProfileMigrator::PrefTransform::prefHasValue |
Definition at line 82 of file nsOperaProfileMigrator.h.
prefConverter nsOperaProfileMigrator::PrefTransform::prefSetterFunc |
Definition at line 81 of file nsOperaProfileMigrator.h.
const char* nsOperaProfileMigrator::PrefTransform::sectionName |
Definition at line 77 of file nsOperaProfileMigrator.h.
char* nsOperaProfileMigrator::PrefTransform::stringValue |
Definition at line 86 of file nsOperaProfileMigrator.h.
const char* nsOperaProfileMigrator::PrefTransform::targetPrefName |
Definition at line 80 of file nsOperaProfileMigrator.h.
PrefType nsOperaProfileMigrator::PrefTransform::type |
Definition at line 79 of file nsOperaProfileMigrator.h.