WRAPPER_API static UpdateDataSource *CreateUpdateDataSource(GEOCALCPBW_NAMESPACE::DataSource *dataSource, QWidget *parent = 0);
(Windows Only) WRAPPER_API static UpdateDataSource *CreateUpdateDataSource(GEOCALCPBW_NAMESPACE::DataSource *dataSource, HWND parent);
Parameters
- const GEOCALCPBW_NAMESPACE::DataSource *dataSource
- A loaded Datasource object
- QWidget *parent
- The Parent window for the created dialog
Description
The CreateUpdateDataSource constructor creates a new instance of the UpdateDataSource class. There are only two required arguments for this constructor, which give the DataSource that will be the subject of the dialog, and the ObjectType for the objects that should be displayed in the dialog. The remaining parameters can be used to specify the parent window for the dialog, the name of the dialog, and the issuer, code, and ObjectType that identify the object that should be selected when the dialog is initially displayed. This constructor will not display the dialog.
Comments
0 comments
Please sign in to leave a comment.