HyperspaceExplorer 0.7.1
Public Member Functions | Private Slots | Private Member Functions
UI::Dialogs::SurfaceDialogImpl Class Reference

A Dialog to enter a function from $ R^2 \rightarrow R^4 $. More...

#include <SurfaceDialogImpl.h>

Inheritance diagram for UI::Dialogs::SurfaceDialogImpl:
Inheritance graph
[legend]
Collaboration diagram for UI::Dialogs::SurfaceDialogImpl:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 SurfaceDialogImpl (QWidget *parent=0, Qt::WFlags f=0)

Private Slots

virtual bool checkValidity ()
virtual bool loadFunction ()
 Display and load the selected DLL into current address space.

Private Member Functions

virtual bool functionPresent (const QString &)
 Loads the dynamic library given by libName, if it exists and can be loaded.
virtual void writeSource ()
 Write a C++ source file containing the given function.

Detailed Description

A Dialog to enter a function from $ R^2 \rightarrow R^4 $.

The function will then be compiled into a dynamic library and loaded to be displayed on screen

Author:
Helge Preuss <lene.preuss@gmail.com>

Constructor & Destructor Documentation

UI::Dialogs::SurfaceDialogImpl::SurfaceDialogImpl ( QWidget *  parent = 0,
Qt::WFlags  f = 0 
)

SurfaceDialogImpl c'tor taking parameters for the parent ComplexDialog, which in turn inherited them from QDialog displays the dialog

Parameters:
parentparent widget (NULL)
fwindow flags

References checkValidity(), and loadFunction().

Here is the call graph for this function:


Member Function Documentation

bool UI::Dialogs::SurfaceDialogImpl::checkValidity ( ) [private, virtual, slot]
See also:
PluginCreator::checkValidity()

Referenced by SurfaceDialogImpl().

Here is the caller graph for this function:


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Friends

Generated on Mon Apr 9 2012 20:25:19 for HyperspaceExplorer 0.7.1 by doxygen 1.7.4  -  Hosted bySourceForge.net Logo