CGXFrameAdapter::GetApplicationAdapter

CGXAppAdapter* GetApplicationAdapter() const;

Return Value

Returns the application adapter object that is associated with this CGXFrameAdapter object.

Remarks

This function assumes that your global application class is derived from CGXAppAdapter. It will do a dynamic_cast on the application pointer to get at the CGXAppAdapter object. This function will fail in the absence of RTTI support.

See Also

 CGXAppAdapter

CGXFrameAdapter

 Class Overview |  Class Members