ToolMap
Loading...
Searching...
No Matches
tmExportManager Class Reference
Inheritance diagram for tmExportManager:

Public Member Functions

 tmExportManager ()
 Default constructor.
 
 ~tmExportManager ()
 Destructor.
 
 tmExportManager (wxWindow *parent, DataBaseTM *database, tmGISScale *scale)
 Full constructor.
 
void Create (wxWindow *parent, DataBaseTM *database, tmGISScale *scale)
 Create function for two step initialization.
 
bool ExportSelected (PrjDefMemManage *localprojdef, tmLayerManager *layermanager)
 Ask user which layer to export.
 
bool ExportConcatenated (PrjDefMemManage *localprojdef, PRJDEF_LAYERS_TYPE type, bool useProgressDlg=true)
 

Constructor & Destructor Documentation

◆ tmExportManager() [1/2]

tmExportManager::tmExportManager ( )

Default constructor.

Call tmExportManager::Create() function if you use this constructor in order to initialization to take place.

Author
Lucien Schreiber (c) CREALP 2008
Date
13 November 2008

◆ ~tmExportManager()

tmExportManager::~tmExportManager ( )

Destructor.

Author
Lucien Schreiber (c) CREALP 2008
Date
13 November 2008

◆ tmExportManager() [2/2]

tmExportManager::tmExportManager ( wxWindow *  parent,
DataBaseTM database,
tmGISScale scale 
)

Full constructor.

Parameters
parenta valid wxWindow. Mainly used for parent of dialogs
databasea valid DataBaseTM object adress
Author
Lucien Schreiber (c) CREALP 2008
Date
13 November 2008

Member Function Documentation

◆ Create()

void tmExportManager::Create ( wxWindow *  parent,
DataBaseTM database,
tmGISScale scale 
)

Create function for two step initialization.

If default constructor was used, need to call this function for initialization to take place

Parameters
parentAdress of parent, maily used for parenting dialogs
databasea valid DataBaseTM object adress
Author
Lucien Schreiber (c) CREALP 2008
Date
13 November 2008

◆ ExportSelected()

bool tmExportManager::ExportSelected ( PrjDefMemManage localprojdef,
tmLayerManager layermanager 
)

Ask user which layer to export.

Returns
true if the export doesn't encounter a fatal error (warnings may be treated in a report), false otherwise
Author
Lucien Schreiber (c) CREALP 2008
Date
13 November 2008

The documentation for this class was generated from the following files: