![]() |
TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
|
Function to Signal converter for MainWindow. More...
#include <C_API_Slots.h>
Signals | |
void | allItems (QSemaphore *, QList< ItemHandle * > *) |
void | selectedItems (QSemaphore *, QList< ItemHandle * > *) |
void | itemsOfFamily (QSemaphore *, QList< ItemHandle * > *, const QString &) |
void | itemsOfFamily (QSemaphore *, QList< ItemHandle * > *, const QList< ItemHandle * > &, const QString &) |
void | find (QSemaphore *, ItemHandle **, const QString &) |
void | findItems (QSemaphore *, QList< ItemHandle * > *, const QStringList &) |
void | findItemsUsingRegex (QSemaphore *, QList< ItemHandle * > *, const QString &) |
void | select (QSemaphore *, ItemHandle *) |
void | deselect (QSemaphore *) |
void | removeItem (QSemaphore *, ItemHandle *) |
void | insertItem (QSemaphore *, ItemHandle **item, const QString &name, const QString &family) |
void | insertConnection (QSemaphore *, ItemHandle **item, const QList< ItemHandle * > &, const QString &, const QString &) |
void | getConnectedNodes (QSemaphore *, QList< ItemHandle * > *, ItemHandle *) |
void | getConnections (QSemaphore *, QList< ItemHandle * > *, ItemHandle *) |
void | setPos (QSemaphore *, ItemHandle *, qreal, qreal) |
void | setPos (QSemaphore *, const QList< ItemHandle * > &, DataTable< qreal > &) |
void | getPos (QSemaphore *, const QList< ItemHandle * > &, DataTable< qreal > *) |
void | getY (QSemaphore *, qreal *, ItemHandle *) |
void | getX (QSemaphore *, qreal *, ItemHandle *) |
void | moveSelected (QSemaphore *, qreal, qreal) |
void | getFamily (QSemaphore *, QString *, ItemHandle *) |
void | getName (QSemaphore *, QString *, ItemHandle *) |
void | getUniqueName (QSemaphore *, QString *, ItemHandle *) |
void | setName (QSemaphore *, ItemHandle *, const QString &) |
void | getNames (QSemaphore *, QStringList *, const QList< ItemHandle * > &) |
void | getUniqueNames (QSemaphore *, QStringList *, const QList< ItemHandle * > &) |
void | isA (QSemaphore *, int *, ItemHandle *, const QString &) |
void | outputText (QSemaphore *, const QString &) |
void | errorReport (QSemaphore *, const QString &) |
void | printFile (QSemaphore *, const QString &) |
void | clearText (QSemaphore *) |
void | outputTable (QSemaphore *, const DataTable< qreal > &) |
void | createInputWindow (QSemaphore *, const DataTable< qreal > &, const QString &, const QString &) |
void | createInputWindow (QSemaphore *, long, const DataTable< qreal > &, const QString &, MatrixInputFunction) |
void | createSliders (QSemaphore *, CThread *, const DataTable< qreal > &, MatrixInputFunction) |
void | addInputWindowOptions (QSemaphore *, const QString &, int i, int j, const QStringList &) |
void | addInputWindowCheckbox (QSemaphore *, const QString &, int i, int j) |
void | openNewWindow (QSemaphore *, const QString &) |
void | isWindows (QSemaphore *, int *) |
void | isMac (QSemaphore *, int *) |
void | isLinux (QSemaphore *, int *) |
void | appDir (QSemaphore *, QString *) |
void | homeDir (QSemaphore *, QString *) |
void | zoom (QSemaphore *, qreal) |
void | viewWindow (QSemaphore *, const QString &) |
void | getNumericalDataNames (QSemaphore *, QStringList *, ItemHandle *) |
void | getTextDataNames (QSemaphore *, QStringList *, ItemHandle *) |
void | getNumericalData (QSemaphore *, DataTable< qreal > *, ItemHandle *, const QString &) |
void | setNumericalData (QSemaphore *, ItemHandle *, const QString &, const DataTable< qreal > &) |
void | getTextData (QSemaphore *, DataTable< QString > *, ItemHandle *, const QString &) |
void | setTextData (QSemaphore *, ItemHandle *, const QString &, const DataTable< QString > &) |
void | getChildren (QSemaphore *, QList< ItemHandle * > *, ItemHandle *) |
void | getParent (QSemaphore *, ItemHandle **, ItemHandle *) |
void | getString (QSemaphore *, QString *, const QString &) |
void | getFilename (QSemaphore *, QString *) |
void | getSelectedString (QSemaphore *, int *, const QString &, const QStringList &, const QString &) |
void | getNumber (QSemaphore *, qreal *, const QString &) |
void | getNumbers (QSemaphore *, const QStringList &, DataTable< qreal > *) |
void | askQuestion (QSemaphore *, const QString &, int *) |
void | messageDialog (QSemaphore *, const QString &) |
void | openFile (QSemaphore *, const QString &) |
void | saveToFile (QSemaphore *, const QString &) |
void | setSize (QSemaphore *, ItemHandle *, double, double, int) |
void | getWidth (QSemaphore *, ItemHandle *, double *) |
void | getHeight (QSemaphore *, ItemHandle *, double *) |
void | setAngle (QSemaphore *, ItemHandle *, double, int) |
void | getColor (QSemaphore *, QString *, ItemHandle *) |
void | setColor (QSemaphore *, ItemHandle *, const QString &, int) |
void | changeGraphics (QSemaphore *, ItemHandle *, const QString &) |
void | changeArrowHead (QSemaphore *, ItemHandle *, const QString &) |
void | screenshot (QSemaphore *, const QString &, int, int) |
void | screenHeight (QSemaphore *, int *) |
void | screenWidth (QSemaphore *, int *) |
void | screenX (QSemaphore *, int *) |
void | screenY (QSemaphore *, int *) |
void | annotations (QSemaphore *, QString *) |
void | insertAnnotation (QSemaphore *, const QString &, double, double) |
void | setNumericalValues (QSemaphore *, const DataTable< qreal > &) |
void | setNumericalValue (QSemaphore *, const QString &, double) |
void | setTextValues (QSemaphore *, const TextDataTable &) |
void | setTextValue (QSemaphore *, const QString &, const QString &) |
void | getNumericalValue (QSemaphore *, const QString &, double *) |
void | getTextValue (QSemaphore *, const QString &, QString *) |
void | getNumericalValueUsingRegex (QSemaphore *, const QString &, DataTable< qreal > *) |
void | getTextValueUsingRegex (QSemaphore *, const QString &, DataTable< QString > *) |
void | getControlPointX (QSemaphore *, qreal *, ItemHandle *, ItemHandle *, int) |
void | getControlPointY (QSemaphore *, qreal *, ItemHandle *, ItemHandle *, int) |
void | setControlPoint (QSemaphore *, ItemHandle *, ItemHandle *, int, qreal, qreal) |
void | getCenterPointX (QSemaphore *, qreal *, ItemHandle *) |
void | getCenterPointY (QSemaphore *, qreal *, ItemHandle *) |
void | setCenterPoint (QSemaphore *, ItemHandle *, qreal, qreal) |
void | setLineWidth (QSemaphore *, ItemHandle *, qreal, int) |
void | setStraight (QSemaphore *, ItemHandle *, int) |
void | setAllStraight (QSemaphore *, int) |
Public Member Functions | |
void | zoom (double) |
void | viewWindow (const char *) |
tc_items | allItems () |
tc_items | itemsOfFamily (const char *) |
tc_items | itemsOfFamily (const char *, tc_items) |
tc_items | selectedItems () |
long | find (const char *) |
tc_items | findItems (tc_strings) |
tc_items | findItemsUsingRegex (const char *) |
void | select (long) |
void | deselect () |
const char * | getName (long) |
const char * | getUniqueName (long) |
void | setName (long, const char *) |
tc_strings | getNames (tc_items) |
tc_strings | getUniqueNames (tc_items) |
const char * | getFamily (long) |
int | isA (long, const char *) |
void | removeItem (long) |
long | insertItem (const char *, const char *) |
long | insertConnection (tc_items, const char *, const char *) |
tc_items | getConnectedNodes (long) |
tc_items | getConnections (long) |
void | setPos (long, double, double) |
void | setPos (tc_items, tc_matrix) |
tc_matrix | getPos (tc_items) |
double | getY (long) |
double | getX (long) |
void | moveSelected (double, double) |
void | outputTable (tc_matrix m) |
void | outputText (const char *) |
void | errorReport (const char *) |
void | clearText () |
void | printFile (const char *) |
void | createInputWindow (tc_matrix, const char *, const char *) |
void | createInputWindow (long, tc_matrix, const char *, MatrixInputFunction) |
void | createSliders (long, tc_matrix, MatrixInputFunction) |
void | addInputWindowOptions (const char *, int i, int j, tc_strings) |
void | addInputWindowCheckbox (const char *, int i, int j) |
void | openNewWindow (const char *) |
int | isWindows () |
int | isMac () |
int | isLinux () |
const char * | appDir () |
const char * | homeDir () |
tc_strings | getNumericalDataNames (long) |
tc_strings | getTextDataNames (long) |
tc_matrix | getNumericalData (long, const char *) |
void | setNumericalData (long, const char *, tc_matrix) |
tc_table | getTextData (long, const char *) |
void | setTextData (long, const char *, tc_table) |
tc_items | getChildren (long) |
long | getParent (long) |
const char * | getString (const char *) |
const char * | getFilename () |
int | getSelectedString (const char *, tc_strings, const char *) |
double | getNumber (const char *) |
tc_matrix | getNumbers (tc_strings) |
int | askQuestion (const char *) |
void | messageDialog (const char *) |
void | openFile (const char *) |
void | saveToFile (const char *) |
void | setSize (long, double, double, int) |
double | getWidth (long) |
double | getHeight (long) |
void | setAngle (long, double, int) |
const char * | getColor (long) |
void | setColor (long, const char *, int) |
void | changeGraphics (long, const char *) |
void | changeArrowHead (long, const char *) |
void | screenshot (const char *, int, int) |
int | screenHeight () |
int | screenWidth () |
int | screenX () |
int | screenY () |
const char * | annotation () |
void | insertAnnotation (const char *, double, double) |
void | setNumericalValues (tc_matrix) |
void | setNumericalValue (const char *, double) |
void | setTextValues (tc_table) |
void | setTextValue (const char *, const char *) |
double | getNumericalValue (const char *) |
const char * | getTextValue (const char *) |
tc_matrix | getNumericalValueUsingRegex (const char *) |
tc_table | getTextValueUsingRegex (const char *) |
double | getControlPointX (long a0, long a1, int a2) |
double | getControlPointY (long a0, long a1, int a2) |
void | setControlPoint (long a0, long a1, int i, double a2, double a3) |
void | setCenterPoint (long a0, double a1, double a2) |
double | getCenterPointX (long) |
double | getCenterPointY (long) |
void | setStraight (long, int) |
void | setAllStraight (int) |
void | setLineWidth (long, double, int) |
Function to Signal converter for MainWindow.
Definition at line 45 of file C_API_Slots.h.
void Tinkercell::Core_FtoS::addInputWindowCheckbox | ( | QSemaphore * | , |
const QString & | , | ||
int | i, | ||
int | j | ||
) | [signal] |
void Tinkercell::Core_FtoS::addInputWindowCheckbox | ( | const char * | a, |
int | i, | ||
int | j | ||
) |
void Tinkercell::Core_FtoS::addInputWindowOptions | ( | QSemaphore * | , |
const QString & | , | ||
int | i, | ||
int | j, | ||
const QStringList & | |||
) | [signal] |
void Tinkercell::Core_FtoS::addInputWindowOptions | ( | const char * | a, |
int | i, | ||
int | j, | ||
tc_strings | list | ||
) |
void Tinkercell::Core_FtoS::allItems | ( | QSemaphore * | , |
QList< ItemHandle * > * | |||
) | [signal] |
tc_items Tinkercell::Core_FtoS::allItems | ( | ) |
const char * Tinkercell::Core_FtoS::annotation | ( | ) |
void Tinkercell::Core_FtoS::annotations | ( | QSemaphore * | , |
QString * | |||
) | [signal] |
const char * Tinkercell::Core_FtoS::appDir | ( | ) |
void Tinkercell::Core_FtoS::appDir | ( | QSemaphore * | , |
QString * | |||
) | [signal] |
int Tinkercell::Core_FtoS::askQuestion | ( | const char * | c | ) |
void Tinkercell::Core_FtoS::askQuestion | ( | QSemaphore * | , |
const QString & | , | ||
int * | |||
) | [signal] |
void Tinkercell::Core_FtoS::changeArrowHead | ( | QSemaphore * | , |
ItemHandle * | , | ||
const QString & | |||
) | [signal] |
void Tinkercell::Core_FtoS::changeArrowHead | ( | long | o, |
const char * | f | ||
) |
void Tinkercell::Core_FtoS::changeGraphics | ( | QSemaphore * | , |
ItemHandle * | , | ||
const QString & | |||
) | [signal] |
void Tinkercell::Core_FtoS::changeGraphics | ( | long | o, |
const char * | f | ||
) |
void Tinkercell::Core_FtoS::clearText | ( | QSemaphore * | ) | [signal] |
void Tinkercell::Core_FtoS::clearText | ( | ) |
Definition at line 2187 of file C_API_Slots.cpp.
void Tinkercell::Core_FtoS::createInputWindow | ( | long | ptr, |
tc_matrix | m, | ||
const char * | title, | ||
MatrixInputFunction | f | ||
) |
void Tinkercell::Core_FtoS::createInputWindow | ( | tc_matrix | m, |
const char * | title, | ||
const char * | fname | ||
) |
void Tinkercell::Core_FtoS::createInputWindow | ( | QSemaphore * | , |
long | , | ||
const DataTable< qreal > & | , | ||
const QString & | , | ||
MatrixInputFunction | |||
) | [signal] |
void Tinkercell::Core_FtoS::createInputWindow | ( | QSemaphore * | , |
const DataTable< qreal > & | , | ||
const QString & | , | ||
const QString & | |||
) | [signal] |
void Tinkercell::Core_FtoS::createSliders | ( | long | c, |
tc_matrix | m, | ||
MatrixInputFunction | f | ||
) |
void Tinkercell::Core_FtoS::createSliders | ( | QSemaphore * | , |
CThread * | , | ||
const DataTable< qreal > & | , | ||
MatrixInputFunction | |||
) | [signal] |
void Tinkercell::Core_FtoS::deselect | ( | QSemaphore * | ) | [signal] |
void Tinkercell::Core_FtoS::deselect | ( | ) |
Definition at line 1927 of file C_API_Slots.cpp.
void Tinkercell::Core_FtoS::errorReport | ( | QSemaphore * | , |
const QString & | |||
) | [signal] |
void Tinkercell::Core_FtoS::errorReport | ( | const char * | c | ) |
void Tinkercell::Core_FtoS::find | ( | QSemaphore * | , |
ItemHandle ** | , | ||
const QString & | |||
) | [signal] |
long Tinkercell::Core_FtoS::find | ( | const char * | c | ) |
tc_items Tinkercell::Core_FtoS::findItems | ( | tc_strings | c | ) |
void Tinkercell::Core_FtoS::findItems | ( | QSemaphore * | , |
QList< ItemHandle * > * | , | ||
const QStringList & | |||
) | [signal] |
tc_items Tinkercell::Core_FtoS::findItemsUsingRegex | ( | const char * | c | ) |
void Tinkercell::Core_FtoS::findItemsUsingRegex | ( | QSemaphore * | , |
QList< ItemHandle * > * | , | ||
const QString & | |||
) | [signal] |
void Tinkercell::Core_FtoS::getCenterPointX | ( | QSemaphore * | , |
qreal * | , | ||
ItemHandle * | |||
) | [signal] |
double Tinkercell::Core_FtoS::getCenterPointX | ( | long | a0 | ) |
void Tinkercell::Core_FtoS::getCenterPointY | ( | QSemaphore * | , |
qreal * | , | ||
ItemHandle * | |||
) | [signal] |
double Tinkercell::Core_FtoS::getCenterPointY | ( | long | a0 | ) |
tc_items Tinkercell::Core_FtoS::getChildren | ( | long | o | ) |
void Tinkercell::Core_FtoS::getChildren | ( | QSemaphore * | , |
QList< ItemHandle * > * | , | ||
ItemHandle * | |||
) | [signal] |
void Tinkercell::Core_FtoS::getColor | ( | QSemaphore * | , |
QString * | , | ||
ItemHandle * | |||
) | [signal] |
const char * Tinkercell::Core_FtoS::getColor | ( | long | o | ) |
void Tinkercell::Core_FtoS::getConnectedNodes | ( | QSemaphore * | , |
QList< ItemHandle * > * | , | ||
ItemHandle * | |||
) | [signal] |
tc_items Tinkercell::Core_FtoS::getConnectedNodes | ( | long | x | ) |
tc_items Tinkercell::Core_FtoS::getConnections | ( | long | x | ) |
void Tinkercell::Core_FtoS::getConnections | ( | QSemaphore * | , |
QList< ItemHandle * > * | , | ||
ItemHandle * | |||
) | [signal] |
void Tinkercell::Core_FtoS::getControlPointX | ( | QSemaphore * | , |
qreal * | , | ||
ItemHandle * | , | ||
ItemHandle * | , | ||
int | |||
) | [signal] |
double Tinkercell::Core_FtoS::getControlPointX | ( | long | a0, |
long | a1, | ||
int | a2 | ||
) |
void Tinkercell::Core_FtoS::getControlPointY | ( | QSemaphore * | , |
qreal * | , | ||
ItemHandle * | , | ||
ItemHandle * | , | ||
int | |||
) | [signal] |
double Tinkercell::Core_FtoS::getControlPointY | ( | long | a0, |
long | a1, | ||
int | a2 | ||
) |
void Tinkercell::Core_FtoS::getFamily | ( | QSemaphore * | , |
QString * | , | ||
ItemHandle * | |||
) | [signal] |
const char * Tinkercell::Core_FtoS::getFamily | ( | long | a0 | ) |
const char * Tinkercell::Core_FtoS::getFilename | ( | ) |
void Tinkercell::Core_FtoS::getFilename | ( | QSemaphore * | , |
QString * | |||
) | [signal] |
void Tinkercell::Core_FtoS::getHeight | ( | QSemaphore * | , |
ItemHandle * | , | ||
double * | |||
) | [signal] |
double Tinkercell::Core_FtoS::getHeight | ( | long | o | ) |
void Tinkercell::Core_FtoS::getName | ( | QSemaphore * | , |
QString * | , | ||
ItemHandle * | |||
) | [signal] |
const char * Tinkercell::Core_FtoS::getName | ( | long | o | ) |
void Tinkercell::Core_FtoS::getNames | ( | QSemaphore * | , |
QStringList * | , | ||
const QList< ItemHandle * > & | |||
) | [signal] |
tc_strings Tinkercell::Core_FtoS::getNames | ( | tc_items | a0 | ) |
double Tinkercell::Core_FtoS::getNumber | ( | const char * | c | ) |
void Tinkercell::Core_FtoS::getNumber | ( | QSemaphore * | , |
qreal * | , | ||
const QString & | |||
) | [signal] |
tc_matrix Tinkercell::Core_FtoS::getNumbers | ( | tc_strings | c | ) |
void Tinkercell::Core_FtoS::getNumbers | ( | QSemaphore * | , |
const QStringList & | , | ||
DataTable< qreal > * | |||
) | [signal] |
tc_matrix Tinkercell::Core_FtoS::getNumericalData | ( | long | o, |
const char * | c | ||
) |
void Tinkercell::Core_FtoS::getNumericalData | ( | QSemaphore * | , |
DataTable< qreal > * | , | ||
ItemHandle * | , | ||
const QString & | |||
) | [signal] |
tc_strings Tinkercell::Core_FtoS::getNumericalDataNames | ( | long | o | ) |
void Tinkercell::Core_FtoS::getNumericalDataNames | ( | QSemaphore * | , |
QStringList * | , | ||
ItemHandle * | |||
) | [signal] |
void Tinkercell::Core_FtoS::getNumericalValue | ( | QSemaphore * | , |
const QString & | , | ||
double * | |||
) | [signal] |
double Tinkercell::Core_FtoS::getNumericalValue | ( | const char * | c | ) |
void Tinkercell::Core_FtoS::getNumericalValueUsingRegex | ( | QSemaphore * | , |
const QString & | , | ||
DataTable< qreal > * | |||
) | [signal] |
tc_matrix Tinkercell::Core_FtoS::getNumericalValueUsingRegex | ( | const char * | c | ) |
long Tinkercell::Core_FtoS::getParent | ( | long | o | ) |
void Tinkercell::Core_FtoS::getParent | ( | QSemaphore * | , |
ItemHandle ** | , | ||
ItemHandle * | |||
) | [signal] |
void Tinkercell::Core_FtoS::getPos | ( | QSemaphore * | , |
const QList< ItemHandle * > & | , | ||
DataTable< qreal > * | |||
) | [signal] |
tc_matrix Tinkercell::Core_FtoS::getPos | ( | tc_items | a0 | ) |
int Tinkercell::Core_FtoS::getSelectedString | ( | const char * | c, |
tc_strings | list, | ||
const char * | c1 | ||
) |
void Tinkercell::Core_FtoS::getSelectedString | ( | QSemaphore * | , |
int * | , | ||
const QString & | , | ||
const QStringList & | , | ||
const QString & | |||
) | [signal] |
const char * Tinkercell::Core_FtoS::getString | ( | const char * | c | ) |
void Tinkercell::Core_FtoS::getString | ( | QSemaphore * | , |
QString * | , | ||
const QString & | |||
) | [signal] |
tc_table Tinkercell::Core_FtoS::getTextData | ( | long | o, |
const char * | c | ||
) |
void Tinkercell::Core_FtoS::getTextData | ( | QSemaphore * | , |
DataTable< QString > * | , | ||
ItemHandle * | , | ||
const QString & | |||
) | [signal] |
tc_strings Tinkercell::Core_FtoS::getTextDataNames | ( | long | o | ) |
void Tinkercell::Core_FtoS::getTextDataNames | ( | QSemaphore * | , |
QStringList * | , | ||
ItemHandle * | |||
) | [signal] |
void Tinkercell::Core_FtoS::getTextValue | ( | QSemaphore * | , |
const QString & | , | ||
QString * | |||
) | [signal] |
const char * Tinkercell::Core_FtoS::getTextValue | ( | const char * | c | ) |
tc_table Tinkercell::Core_FtoS::getTextValueUsingRegex | ( | const char * | c | ) |
void Tinkercell::Core_FtoS::getTextValueUsingRegex | ( | QSemaphore * | , |
const QString & | , | ||
DataTable< QString > * | |||
) | [signal] |
void Tinkercell::Core_FtoS::getUniqueName | ( | QSemaphore * | , |
QString * | , | ||
ItemHandle * | |||
) | [signal] |
const char * Tinkercell::Core_FtoS::getUniqueName | ( | long | o | ) |
void Tinkercell::Core_FtoS::getUniqueNames | ( | QSemaphore * | , |
QStringList * | , | ||
const QList< ItemHandle * > & | |||
) | [signal] |
tc_strings Tinkercell::Core_FtoS::getUniqueNames | ( | tc_items | a0 | ) |
void Tinkercell::Core_FtoS::getWidth | ( | QSemaphore * | , |
ItemHandle * | , | ||
double * | |||
) | [signal] |
double Tinkercell::Core_FtoS::getWidth | ( | long | o | ) |
void Tinkercell::Core_FtoS::getX | ( | QSemaphore * | , |
qreal * | , | ||
ItemHandle * | |||
) | [signal] |
double Tinkercell::Core_FtoS::getX | ( | long | a0 | ) |
void Tinkercell::Core_FtoS::getY | ( | QSemaphore * | , |
qreal * | , | ||
ItemHandle * | |||
) | [signal] |
double Tinkercell::Core_FtoS::getY | ( | long | a0 | ) |
const char * Tinkercell::Core_FtoS::homeDir | ( | ) |
void Tinkercell::Core_FtoS::homeDir | ( | QSemaphore * | , |
QString * | |||
) | [signal] |
void Tinkercell::Core_FtoS::insertAnnotation | ( | QSemaphore * | , |
const QString & | , | ||
double | , | ||
double | |||
) | [signal] |
void Tinkercell::Core_FtoS::insertAnnotation | ( | const char * | c, |
double | x, | ||
double | y | ||
) |
void Tinkercell::Core_FtoS::insertConnection | ( | QSemaphore * | , |
ItemHandle ** | item, | ||
const QList< ItemHandle * > & | , | ||
const QString & | , | ||
const QString & | |||
) | [signal] |
long Tinkercell::Core_FtoS::insertConnection | ( | tc_items | A, |
const char * | a0, | ||
const char * | a1 | ||
) |
void Tinkercell::Core_FtoS::insertItem | ( | QSemaphore * | , |
ItemHandle ** | item, | ||
const QString & | name, | ||
const QString & | family | ||
) | [signal] |
long Tinkercell::Core_FtoS::insertItem | ( | const char * | a0, |
const char * | a1 | ||
) |
void Tinkercell::Core_FtoS::isA | ( | QSemaphore * | , |
int * | , | ||
ItemHandle * | , | ||
const QString & | |||
) | [signal] |
int Tinkercell::Core_FtoS::isA | ( | long | a0, |
const char * | name | ||
) |
int Tinkercell::Core_FtoS::isLinux | ( | ) |
Definition at line 2330 of file C_API_Slots.cpp.
void Tinkercell::Core_FtoS::isLinux | ( | QSemaphore * | , |
int * | |||
) | [signal] |
int Tinkercell::Core_FtoS::isMac | ( | ) |
Definition at line 2318 of file C_API_Slots.cpp.
void Tinkercell::Core_FtoS::isMac | ( | QSemaphore * | , |
int * | |||
) | [signal] |
int Tinkercell::Core_FtoS::isWindows | ( | ) |
Definition at line 2306 of file C_API_Slots.cpp.
void Tinkercell::Core_FtoS::isWindows | ( | QSemaphore * | , |
int * | |||
) | [signal] |
void Tinkercell::Core_FtoS::itemsOfFamily | ( | QSemaphore * | , |
QList< ItemHandle * > * | , | ||
const QList< ItemHandle * > & | , | ||
const QString & | |||
) | [signal] |
tc_items Tinkercell::Core_FtoS::itemsOfFamily | ( | const char * | f | ) |
tc_items Tinkercell::Core_FtoS::itemsOfFamily | ( | const char * | f, |
tc_items | a | ||
) |
void Tinkercell::Core_FtoS::itemsOfFamily | ( | QSemaphore * | , |
QList< ItemHandle * > * | , | ||
const QString & | |||
) | [signal] |
void Tinkercell::Core_FtoS::messageDialog | ( | const char * | c | ) |
void Tinkercell::Core_FtoS::messageDialog | ( | QSemaphore * | , |
const QString & | |||
) | [signal] |
void Tinkercell::Core_FtoS::moveSelected | ( | QSemaphore * | , |
qreal | , | ||
qreal | |||
) | [signal] |
void Tinkercell::Core_FtoS::moveSelected | ( | double | a0, |
double | a1 | ||
) |
void Tinkercell::Core_FtoS::openFile | ( | QSemaphore * | , |
const QString & | |||
) | [signal] |
void Tinkercell::Core_FtoS::openFile | ( | const char * | c | ) |
void Tinkercell::Core_FtoS::openNewWindow | ( | QSemaphore * | , |
const QString & | |||
) | [signal] |
void Tinkercell::Core_FtoS::openNewWindow | ( | const char * | c | ) |
void Tinkercell::Core_FtoS::outputTable | ( | QSemaphore * | , |
const DataTable< qreal > & | |||
) | [signal] |
void Tinkercell::Core_FtoS::outputTable | ( | tc_matrix | m | ) |
void Tinkercell::Core_FtoS::outputText | ( | QSemaphore * | , |
const QString & | |||
) | [signal] |
void Tinkercell::Core_FtoS::outputText | ( | const char * | c | ) |
void Tinkercell::Core_FtoS::printFile | ( | const char * | c | ) |
void Tinkercell::Core_FtoS::printFile | ( | QSemaphore * | , |
const QString & | |||
) | [signal] |
void Tinkercell::Core_FtoS::removeItem | ( | long | a0 | ) |
void Tinkercell::Core_FtoS::removeItem | ( | QSemaphore * | , |
ItemHandle * | |||
) | [signal] |
void Tinkercell::Core_FtoS::saveToFile | ( | const char * | c | ) |
void Tinkercell::Core_FtoS::saveToFile | ( | QSemaphore * | , |
const QString & | |||
) | [signal] |
int Tinkercell::Core_FtoS::screenHeight | ( | ) |
Definition at line 3114 of file C_API_Slots.cpp.
void Tinkercell::Core_FtoS::screenHeight | ( | QSemaphore * | , |
int * | |||
) | [signal] |
void Tinkercell::Core_FtoS::screenshot | ( | QSemaphore * | , |
const QString & | , | ||
int | , | ||
int | |||
) | [signal] |
void Tinkercell::Core_FtoS::screenshot | ( | const char * | file, |
int | w, | ||
int | h | ||
) |
int Tinkercell::Core_FtoS::screenWidth | ( | ) |
Definition at line 3130 of file C_API_Slots.cpp.
void Tinkercell::Core_FtoS::screenWidth | ( | QSemaphore * | , |
int * | |||
) | [signal] |
void Tinkercell::Core_FtoS::screenX | ( | QSemaphore * | , |
int * | |||
) | [signal] |
int Tinkercell::Core_FtoS::screenX | ( | ) |
Definition at line 3146 of file C_API_Slots.cpp.
void Tinkercell::Core_FtoS::screenY | ( | QSemaphore * | , |
int * | |||
) | [signal] |
int Tinkercell::Core_FtoS::screenY | ( | ) |
Definition at line 3162 of file C_API_Slots.cpp.
void Tinkercell::Core_FtoS::select | ( | QSemaphore * | , |
ItemHandle * | |||
) | [signal] |
void Tinkercell::Core_FtoS::select | ( | long | o | ) |
tc_items Tinkercell::Core_FtoS::selectedItems | ( | ) |
void Tinkercell::Core_FtoS::selectedItems | ( | QSemaphore * | , |
QList< ItemHandle * > * | |||
) | [signal] |
void Tinkercell::Core_FtoS::setAllStraight | ( | int | v | ) |
void Tinkercell::Core_FtoS::setAllStraight | ( | QSemaphore * | , |
int | |||
) | [signal] |
void Tinkercell::Core_FtoS::setAngle | ( | QSemaphore * | , |
ItemHandle * | , | ||
double | , | ||
int | |||
) | [signal] |
void Tinkercell::Core_FtoS::setAngle | ( | long | o, |
double | t, | ||
int | p | ||
) |
void Tinkercell::Core_FtoS::setCenterPoint | ( | long | a0, |
double | a1, | ||
double | a2 | ||
) |
void Tinkercell::Core_FtoS::setCenterPoint | ( | QSemaphore * | , |
ItemHandle * | , | ||
qreal | , | ||
qreal | |||
) | [signal] |
void Tinkercell::Core_FtoS::setColor | ( | long | o, |
const char * | c, | ||
int | p | ||
) |
void Tinkercell::Core_FtoS::setColor | ( | QSemaphore * | , |
ItemHandle * | , | ||
const QString & | , | ||
int | |||
) | [signal] |
void Tinkercell::Core_FtoS::setControlPoint | ( | QSemaphore * | , |
ItemHandle * | , | ||
ItemHandle * | , | ||
int | , | ||
qreal | , | ||
qreal | |||
) | [signal] |
void Tinkercell::Core_FtoS::setControlPoint | ( | long | a0, |
long | a1, | ||
int | i, | ||
double | a2, | ||
double | a3 | ||
) |
void Tinkercell::Core_FtoS::setLineWidth | ( | long | o, |
double | v, | ||
int | b | ||
) |
void Tinkercell::Core_FtoS::setLineWidth | ( | QSemaphore * | , |
ItemHandle * | , | ||
qreal | , | ||
int | |||
) | [signal] |
void Tinkercell::Core_FtoS::setName | ( | QSemaphore * | , |
ItemHandle * | , | ||
const QString & | |||
) | [signal] |
void Tinkercell::Core_FtoS::setName | ( | long | o, |
const char * | c | ||
) |
void Tinkercell::Core_FtoS::setNumericalData | ( | long | o, |
const char * | c, | ||
tc_matrix | M | ||
) |
void Tinkercell::Core_FtoS::setNumericalData | ( | QSemaphore * | , |
ItemHandle * | , | ||
const QString & | , | ||
const DataTable< qreal > & | |||
) | [signal] |
void Tinkercell::Core_FtoS::setNumericalValue | ( | QSemaphore * | , |
const QString & | , | ||
double | |||
) | [signal] |
void Tinkercell::Core_FtoS::setNumericalValue | ( | const char * | c, |
double | v | ||
) |
void Tinkercell::Core_FtoS::setNumericalValues | ( | QSemaphore * | , |
const DataTable< qreal > & | |||
) | [signal] |
void Tinkercell::Core_FtoS::setNumericalValues | ( | tc_matrix | t | ) |
void Tinkercell::Core_FtoS::setPos | ( | tc_items | a0, |
tc_matrix | m | ||
) |
void Tinkercell::Core_FtoS::setPos | ( | QSemaphore * | , |
ItemHandle * | , | ||
qreal | , | ||
qreal | |||
) | [signal] |
void Tinkercell::Core_FtoS::setPos | ( | long | a0, |
double | a1, | ||
double | a2 | ||
) |
void Tinkercell::Core_FtoS::setPos | ( | QSemaphore * | , |
const QList< ItemHandle * > & | , | ||
DataTable< qreal > & | |||
) | [signal] |
void Tinkercell::Core_FtoS::setSize | ( | QSemaphore * | , |
ItemHandle * | , | ||
double | , | ||
double | , | ||
int | |||
) | [signal] |
void Tinkercell::Core_FtoS::setSize | ( | long | o, |
double | w, | ||
double | h, | ||
int | p | ||
) |
void Tinkercell::Core_FtoS::setStraight | ( | QSemaphore * | , |
ItemHandle * | , | ||
int | |||
) | [signal] |
void Tinkercell::Core_FtoS::setStraight | ( | long | o, |
int | v | ||
) |
void Tinkercell::Core_FtoS::setTextData | ( | long | o, |
const char * | c, | ||
tc_table | M | ||
) |
void Tinkercell::Core_FtoS::setTextData | ( | QSemaphore * | , |
ItemHandle * | , | ||
const QString & | , | ||
const DataTable< QString > & | |||
) | [signal] |
void Tinkercell::Core_FtoS::setTextValue | ( | const char * | c, |
const char * | v | ||
) |
void Tinkercell::Core_FtoS::setTextValue | ( | QSemaphore * | , |
const QString & | , | ||
const QString & | |||
) | [signal] |
void Tinkercell::Core_FtoS::setTextValues | ( | tc_table | t | ) |
void Tinkercell::Core_FtoS::setTextValues | ( | QSemaphore * | , |
const TextDataTable & | |||
) | [signal] |
void Tinkercell::Core_FtoS::viewWindow | ( | QSemaphore * | , |
const QString & | |||
) | [signal] |
void Tinkercell::Core_FtoS::viewWindow | ( | const char * | s | ) |
void Tinkercell::Core_FtoS::zoom | ( | double | x | ) |
void Tinkercell::Core_FtoS::zoom | ( | QSemaphore * | , |
qreal | |||
) | [signal] |