struct CCL::IViewState
Overview
#include <iviewstate.h> struct IViewState: public CCL::IUnknown { // methods virtual PointRef CCL_API getViewSize () const = 0; virtual void CCL_API setViewSize (PointRef size) = 0; };
Inherited Members
public: // methods virtual tresult CCL_API queryInterface (UIDRef iid, void** ptr) = 0; virtual unsigned int CCL_API retain () = 0; virtual unsigned int CCL_API release () = 0;
Detailed Documentation
Methods
virtual PointRef CCL_API getViewSize () const = 0
Get size of view currently being saved.
virtual void CCL_API setViewSize (PointRef size) = 0
Manipulate the saved size of the view currently being restored.