#include <stdlib.h>
#include <qtooltip.h>
#include <qfiledialog.h>
#include <qlayout.h>
#include <qglobal.h>
#include <qsize.h>
#include <qtextedit.h>
#include <qsplitter.h>
#include "qtpl.h"
#include "qwui.h"
#include "qdutil.h"
#include "qplug_if.h"
#include "qgu_qt4.h"
#include <dlfcn.h>
Functions | |
void | QtplOpenByName (QString qtplName, QWidget *parent) |
char * | GetSlotText (int n_slot) |
void | SetSlotText (int n_slot, const char *text) |
char * | QplugNewSTR (const char *in_str) |
void | QplugAppendTextDisplay (const char *text) |
Variables | |
QTextEdit * | activeqplugArea |
qwuiWindow * | qsasWindow |
QplugArgList * | qsasPlugArgs |
static char * | slot_text [N_MAX_QPLUG_OUTPUT_ARGS] |
char* GetSlotText | ( | int | n_slot | ) |
void QplugAppendTextDisplay | ( | const char * | text | ) |
char* QplugNewSTR | ( | const char * | in_str | ) |
void QtplOpenByName | ( | QString | qtplName, | |
QWidget * | parent | |||
) |
void SetSlotText | ( | int | n_slot, | |
const char * | text | |||
) |
QTextEdit* activeqplugArea |
char* slot_text[N_MAX_QPLUG_OUTPUT_ARGS] [static] |