<< Return to Main Index

< Return to Class Index

CGXTabCreateInfo  Class Members

Construction

CGXTabCreateInfo Constructs a CGXTabCreateInfo object.
Initialize Initialize an unitialized CGXTabCreateInfo object. This is usually called if the default constructor is used.

Serialization

Serialize This function serialized the contents of this object to a CArchive.

Operations

GetViewRuntimeClass Returns associated view runtime class.
SetViewRuntimeClass Set the associated view runtime class.
GetDocRuntimeClass Returns the associated document runtime class.
SetDocRuntimeClass Sets the associated document runtime class.
GetCreateContext Returns an equivalent MFC CCreateContext structure. This structure is composed from the members stored in the CGXTabCreateInfo object.
SetCreateContext The passed in CCreateContext will be used to initialize the object.
GetUseContextIntact Value returned specifies whether the context information that was passed in is to be used intact.
SetUseContextIntact Specifies whether the context information that was passed in is to be used intact.
GetLabel The label that will be used for the tab that is created based on this CGXTabCreateInfo instance.
SetLabel Set the label for this tab instance.
GetDocTemplate Returns the document template associated with this object.
SetDocTemplate Sets the document template that is associated with this object.
GetDocument Returns the CGXDocument pointer that is associated with this object.
SetDocument Sets the CGXDocument pointer.
GetContextGenMode Returns the context generation mode. Please refer to this member for details.
SetContextGenMode Sets the context generation mode.
GetIndex This will be used to generate the correct CCreateContext information. The tab manager (CGXTabWndMgr) interprets this index in conjunction with the context generation mode.
SetIndex Set the index to be used for CCreateContext generation (if this applicable).
SetInit Sets the initialization state of the object.
IsInit Returns the initialization state of the object.

CGXTabCreateInfo

Class Overview

Member functions