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

namespace  hippodraw
 Namespace for HippoDraw.
namespace  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.
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.81 2007/07/02 18:17:15 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