The QS60MainDocument class is a helper class for S60 migration. More...
#include <QS60MainDocument>
This class was introduced in Qt 4.6.
QS60MainDocument ( CEikApplication & mainApplication ) | |
virtual | ~QS60MainDocument () |
virtual CEikAppUi * | CreateAppUiL () |
The QS60MainDocument class is a helper class for S60 migration.
Warning: This class is provided only to get access to S60 specific functionality in the application framework classes. It is not portable. We strongly recommend against using it in new applications.
The QS60MainDocument provides a helper class for use in migrating from existing S60 based applications to Qt based applications. It is used in the exact same way as the CEikDocument class from Symbian, but internally provides extensions used by Qt.
When modifying old S60 applications that rely on implementing functions in CEikDocument, the class should be modified to inherit from this class instead of CEikDocument. Then the application can choose to override only certain functions.
For more information on CEikDocument, please see the S60 documentation.
Unlike other Qt classes, QS60MainDocument behaves like an S60 class, and can throw Symbian leaves.
See also QS60MainApplication and QS60MainAppUi.
Constructs an instance of QS60MainDocument.
mainApplication should contain a pointer to a QS60MainApplication instance.
Destroys the QS60MainDocument.
Creates an instance of QS60MainAppUi.
See also QS60MainAppUi.
© 2008-2011 Nokia Corporation and/or its subsidiaries. Nokia, Qt and their respective logos are trademarks of Nokia Corporation in Finland and/or other countries worldwide.
All other trademarks are property of their respective owners. Privacy Policy
Licensees holding valid Qt Commercial licenses may use this document in accordance with the Qt Commercial License Agreement provided with the Software or, alternatively, in accordance with the terms contained in a written agreement between you and Nokia.
Alternatively, this document may be used under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.