Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

omgmodellerlocalplugin.h File Reference

#include <QObject>
#include <QString>
#include <QStringList>
#include <QMap>
#include <QTextStream>
#include "omgalgorithm.h"
#include "omgmodel.h"
#include "omgomlogcallback.h"
#include "omgpluginmessenger.h"
#include <omgmodellerplugininterface.h>

Include dependency graph for omgmodellerlocalplugin.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

class class void modelCallback (float theProgress, void *thePlugin)
void mapCallback (float theProgress, void *thePlugin)


Function Documentation

void mapCallback float  theProgress,
void *  thePlugin
 

Callback function passed to oM to keep track of map projection progress

Parameters:
theProgress Passed to this method by om, telling us how far through the job we are
thePlugin We need to pass an plugin to om in the setMapCallback call of the initialise function. This OmgOmPlugin is then returned to us by the callback. By default its 'this' object, and it will relay the progress update over to setProgress, which in turn will emit a signal to any clients of this class. I know this is a bit circuituos but we dont have too much choice!

Definition at line 417 of file omgmodellerlocalplugin.cpp.

References OmgModellerLocalPlugin::setProjectionProgress().

Here is the call graph for this function:

class class class void modelCallback float  theProgress,
void *  thePlugin
 

Callback function passed to oM to keep track of model creation progress

Parameters:
theProgress Passed to this method by om, telling us how far through the job we are
thePlugin We need to pass an plugin to om in the setModelCallback call of the initialise function. This OmgOmPlugin is then returned to us by the callback. By default its 'this' object, and it will relay the progress update over to setProgress, which in turn will emit a signal to any clients of this class. I know this is a bit circuituos but we dont have too much choice!

Definition at line 410 of file omgmodellerlocalplugin.cpp.

References OmgModellerLocalPlugin::setCreationProgress().

Here is the call graph for this function:


Generated on Mon Apr 28 15:12:06 2008 for openModellerDesktop by  doxygen 1.4.1-20050210