Protected methods

setClassName

void setClassName(const char* className)
className
The name of the class. For example, if you create a class MyTempStore that is a specialization of IccTempStore, you might call setClassName("MyTempStore").

Sets the name of the class. It is useful for diagnostic purposes to be able to get a string representation of the name of the class to which an object belongs.

setCustomClassNum

void setCustomClassNum(unsigned short number)

number
The number that an application designer associates with a subclass for identification purposes.

Assigns an identification number to a subclass that is not an original part of the classes, as supplied.

[[ Contents Previous Page | Next Page Index ]]