#include <nsNetscapeProfileMigratorBase.h>
Public Attributes | |
| const char * | sourcePrefName |
| const char * | targetPrefName |
| prefConverter | prefGetterFunc |
| prefConverter | prefSetterFunc |
| PRBool | prefHasValue |
| union { | |
| PRInt32 intValue | |
| PRBool boolValue | |
| char * stringValue | |
| }; | |
Definition at line 58 of file nsNetscapeProfileMigratorBase.h.
| union { ... } |
| PRBool nsNetscapeProfileMigratorBase::PrefTransform::boolValue |
Definition at line 66 of file nsNetscapeProfileMigratorBase.h.
| PRInt32 nsNetscapeProfileMigratorBase::PrefTransform::intValue |
Definition at line 65 of file nsNetscapeProfileMigratorBase.h.
| prefConverter nsNetscapeProfileMigratorBase::PrefTransform::prefGetterFunc |
Definition at line 61 of file nsNetscapeProfileMigratorBase.h.
| PRBool nsNetscapeProfileMigratorBase::PrefTransform::prefHasValue |
Definition at line 63 of file nsNetscapeProfileMigratorBase.h.
| prefConverter nsNetscapeProfileMigratorBase::PrefTransform::prefSetterFunc |
Definition at line 62 of file nsNetscapeProfileMigratorBase.h.
| const char* nsNetscapeProfileMigratorBase::PrefTransform::sourcePrefName |
Definition at line 59 of file nsNetscapeProfileMigratorBase.h.
| char* nsNetscapeProfileMigratorBase::PrefTransform::stringValue |
Definition at line 67 of file nsNetscapeProfileMigratorBase.h.
| const char* nsNetscapeProfileMigratorBase::PrefTransform::targetPrefName |
Definition at line 60 of file nsNetscapeProfileMigratorBase.h.