<< Return to Main Index

< Return to Class Index

class CGXAppAdapter

The CGXAppAdapter class is used as the base class by the global application object in any project that implements tab persistence.

Your application class will inherit from this class or a class derived from this class. This class establishes the following essential links

1) The link between the frame that is used and the tab manager that is to be used. The relationship betwen the two can be established by overidding GetTabManager. This will return (by default) an instance of CGXTabWndMgr

2) The link betwen view, doc classes and the document template that is to be used for managing them. This relationship is established by the GetDoctemplate override. This function always needs to be overriden either in your application class or in your derived CGXAppAdapter class

#include <gxapartr.h>

CGXAppAdapter

Class Members