#include <HPropert.h>
Public Member Functions | |
String | GetMatchName () const |
String | GetLocalizedName () const |
void | SetMatchName (const String &name) |
void | SetLocalizedName (const String &name) |
void | SetMatchName (const char *) |
Old for backward Compatibility with version 9.0o and older. | |
void | SetLocalizedName (const char *) |
Old for backward Compatibility with version 9.0o and older. |
Definition at line 686 of file HPropert.h.
|
|
|
|
|
Old for backward Compatibility with version 9.0o and older.
|
|
Localized names here are the names that appears in the drop-down list. This name should be retrieved from a string resource to allow easy localization (ie: translation). For example: string.LoadString(IDS_EUCLIDIAN); typeinfo->SetLocalizedName( string, String("Euclidian") ); |
|
Old for backward Compatibility with version 9.0o and older.
|
|
Match names are labels used to identify each individual choice. Match names should not be localized. |
Generated on Thu Oct 27 11:46:58 2005 with
1.4.5 written by Dimitri van Heesch,
© 1997-2001