HTypeInfo Class Reference

Holds individual choice from a list of choices in a drop-down list. More...

#include <HPropert.h>

List of all members.

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.


Detailed Description

Holds individual choice from a list of choices in a drop-down list.

Definition at line 686 of file HPropert.h.


Member Function Documentation

String HTypeInfo::GetLocalizedName  )  const
 

String HTypeInfo::GetMatchName  )  const
 

HTypeInfo::SetLocalizedName const char *   ) 
 

Old for backward Compatibility with version 9.0o and older.

HTypeInfo::SetLocalizedName const String name  ) 
 

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") );

void HTypeInfo::SetMatchName const char *   ) 
 

Old for backward Compatibility with version 9.0o and older.

void HTypeInfo::SetMatchName const String name  ) 
 

Match names are labels used to identify each individual choice. Match names should not be localized.


The documentation for this class was generated from the following files:
This A:M SDK v12.0 documentation is maintained by Hash Inc. Please address any comments concerning this documentation to AMReports. If you have any information, knowledge, or documentation to share with the A:M developer community, please post them on the Hash SDK forum.

Generated on Thu Oct 27 11:46:58 2005 with doxygen 1.4.5 written by Dimitri van Heesch, © 1997-2001