class XGViewTemplate

Declared in <XView.h>

Template declaration for registering a single view


Construction/Destruction

XGViewTemplate::Constructor
XGViewTemplate::Register


Construction/Destruction

XGViewTemplate::Constructor

Usage: static XGView*Constructor(XGOwner*parent,XGArgStream&s)

The constructor method; this creates an XGView descendant class using the new operator.

XGViewTemplate::Register

Usage: static void Register(long type)

Register the Constructor() method of this template with the XGViewFactory::Register method.