Namespaces | Functions
PyApp.cxx File Reference

hippodraw::PyApp class implementation and Python interface implementation. More...

#include <boost/python.hpp>
#include "PyApp.h"
#include "PyCanvas.h"
#include <pthread.h>
Include dependency graph for PyApp.cxx:

Go to the source code of this file.

Namespaces

 hippodraw
 Namespace for HippoDraw.
 
 hippodraw::Python
 A namespace encapsulating functions to interface HippoDraw classes to Python using Boost.Python.
 

Functions

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

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:
PyApp.cxx,v 1.83 2008/07/31 18:14:42 pfkeb Exp

Definition in file PyApp.cxx.

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