MorphoGraphX
|
Public Types | |
typedef void * | handle_t |
Public Member Functions | |
Library (QString path) | |
QString | fileName () const |
void | setFileName (const QString &fn) |
bool | load () |
bool | unload () |
bool | isLoaded () const |
QString | errorString () const |
Static Public Member Functions | |
static bool | isLibrary (QString path) |
Protected Attributes | |
QString | filename |
QString | error_string |
handle_t | handle |