PyApp.cxx File Reference


Detailed Description

hippodraw::PyApp class implementation and Python interface implementation.

Original taken from QTDIR/examples/canvas/main.cpp version 3.0

Copyright (C) 2002-2006 The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved.

Id

Definition in file PyApp.cxx.

#include <boost/python.hpp>
#include "PyApp.h"
#include "PyCanvas.h"
#include <pthread.h>

Include dependency graph for PyApp.cxx:

PyApp.hPyCanvas.h

Go to the source code of this file.

Namespaces

namespace  hippodraw
namespace  hippodraw::Python

Functions

void export_HDApp ()
 Exports the PyApp class to Python.
void * run (void *arg)


Function Documentation

void* run ( void *  arg  ) 

Definition at line 135 of file PyApp.cxx.

References QApplication::exec(), and QtApp::setFirstWindow().

Referenced by PyApp::PyApp().


Generated for HippoDraw Class Library by doxygen