HyperspaceExplorer 0.7.1
|
A Dialog to enter a function from . More...
#include <SurfaceDialogImpl.h>
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. |
A Dialog to enter a function from .
The function will then be compiled into a dynamic library and loaded to be displayed on screen
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
parent | parent widget (NULL) |
f | window flags |
References checkValidity(), and loadFunction().
bool UI::Dialogs::SurfaceDialogImpl::checkValidity | ( | ) | [private, virtual, slot] |
Referenced by SurfaceDialogImpl().