Functions
gplivemodel/main.cpp File Reference
#include <QGpCoreTools.h>
#include <QGpCoreWave.h>
#include <QGpGuiTools.h>
#include "LiveModelReader.h"
#include "gplivemodelVersion.h"
#include "gplivemodelInstallPath.h"

Functions

ApplicationHelphelp ()
int main (int argc, char **argv)
 PACKAGE_INFO (gplivemodel, GPLIVEMODEL)

Function Documentation

int main ( int  argc,
char **  argv 
)

References LiveModelReader::exec(), help(), and LiveModelReader::setOptions().

{
  Application a(argc, argv, help);
  SciFigsGlobal s;

  LiveModelReader reader;
  if(reader.setOptions(argc, argv) ) {
    return reader.exec();
  } else {
    return 2;
  }
}
PACKAGE_INFO ( gplivemodel  ,
GPLIVEMODEL   
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines