TinkerCell Core 1.0
TinkerCell's Core library providing all basic functionalities
Signals | Public Member Functions
Tinkercell::Core_FtoS Class Reference

Function to Signal converter for MainWindow. More...

#include <C_API_Slots.h>

List of all members.

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)

Detailed Description

Function to Signal converter for MainWindow.

Definition at line 45 of file C_API_Slots.h.


Member Function Documentation

void Tinkercell::Core_FtoS::addInputWindowCheckbox ( QSemaphore *  ,
const QString &  ,
int  i,
int  j 
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::addInputWindowCheckbox ( const char *  a,
int  i,
int  j 
)

Definition at line 2286 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::addInputWindowOptions ( QSemaphore *  ,
const QString &  ,
int  i,
int  j,
const QStringList &   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::addInputWindowOptions ( const char *  a,
int  i,
int  j,
tc_strings  list 
)

Definition at line 2276 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::allItems ( QSemaphore *  ,
QList< ItemHandle * > *   
) [signal]
tc_items Tinkercell::Core_FtoS::allItems ( )

Definition at line 1937 of file C_API_Slots.cpp.

Here is the call graph for this function:

const char * Tinkercell::Core_FtoS::annotation ( )

Definition at line 2484 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::annotations ( QSemaphore *  ,
QString *   
) [signal]

Here is the caller graph for this function:

const char * Tinkercell::Core_FtoS::appDir ( )

Definition at line 2342 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::appDir ( QSemaphore *  ,
QString *   
) [signal]
int Tinkercell::Core_FtoS::askQuestion ( const char *  c)

Definition at line 2816 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::askQuestion ( QSemaphore *  ,
const QString &  ,
int *   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::changeArrowHead ( QSemaphore *  ,
ItemHandle ,
const QString &   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::changeArrowHead ( long  o,
const char *  f 
)

Definition at line 3085 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::changeGraphics ( QSemaphore *  ,
ItemHandle ,
const QString &   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::changeGraphics ( long  o,
const char *  f 
)

Definition at line 3070 of file C_API_Slots.cpp.

Here is the call graph for this function:

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 
)

Definition at line 2251 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::createInputWindow ( tc_matrix  m,
const char *  title,
const char *  fname 
)

Definition at line 2239 of file C_API_Slots.cpp.

Here is the call graph for this function:

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]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::createSliders ( long  c,
tc_matrix  m,
MatrixInputFunction  f 
)

Definition at line 2263 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::createSliders ( QSemaphore *  ,
CThread ,
const DataTable< qreal > &  ,
MatrixInputFunction   
) [signal]

Here is the caller graph for this function:

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]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::errorReport ( const char *  c)

Definition at line 2219 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::find ( QSemaphore *  ,
ItemHandle **  ,
const QString &   
) [signal]

Here is the caller graph for this function:

long Tinkercell::Core_FtoS::find ( const char *  c)

Definition at line 1877 of file C_API_Slots.cpp.

Here is the call graph for this function:

tc_items Tinkercell::Core_FtoS::findItems ( tc_strings  c)

Definition at line 1889 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::findItems ( QSemaphore *  ,
QList< ItemHandle * > *  ,
const QStringList &   
) [signal]

Here is the caller graph for this function:

tc_items Tinkercell::Core_FtoS::findItemsUsingRegex ( const char *  c)

Definition at line 1903 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::findItemsUsingRegex ( QSemaphore *  ,
QList< ItemHandle * > *  ,
const QString &   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::getCenterPointX ( QSemaphore *  ,
qreal *  ,
ItemHandle  
) [signal]

Here is the caller graph for this function:

double Tinkercell::Core_FtoS::getCenterPointX ( long  a0)

Definition at line 3969 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getCenterPointY ( QSemaphore *  ,
qreal *  ,
ItemHandle  
) [signal]

Here is the caller graph for this function:

double Tinkercell::Core_FtoS::getCenterPointY ( long  a0)

Definition at line 3981 of file C_API_Slots.cpp.

Here is the call graph for this function:

tc_items Tinkercell::Core_FtoS::getChildren ( long  o)

Definition at line 2458 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getChildren ( QSemaphore *  ,
QList< ItemHandle * > *  ,
ItemHandle  
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::getColor ( QSemaphore *  ,
QString *  ,
ItemHandle  
) [signal]

Here is the caller graph for this function:

const char * Tinkercell::Core_FtoS::getColor ( long  o)

Definition at line 3039 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getConnectedNodes ( QSemaphore *  ,
QList< ItemHandle * > *  ,
ItemHandle  
) [signal]

Here is the caller graph for this function:

tc_items Tinkercell::Core_FtoS::getConnectedNodes ( long  x)

Definition at line 4315 of file C_API_Slots.cpp.

Here is the call graph for this function:

tc_items Tinkercell::Core_FtoS::getConnections ( long  x)

Definition at line 4334 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getConnections ( QSemaphore *  ,
QList< ItemHandle * > *  ,
ItemHandle  
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::getControlPointX ( QSemaphore *  ,
qreal *  ,
ItemHandle ,
ItemHandle ,
int   
) [signal]

Here is the caller graph for this function:

double Tinkercell::Core_FtoS::getControlPointX ( long  a0,
long  a1,
int  a2 
)

Definition at line 3923 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getControlPointY ( QSemaphore *  ,
qreal *  ,
ItemHandle ,
ItemHandle ,
int   
) [signal]

Here is the caller graph for this function:

double Tinkercell::Core_FtoS::getControlPointY ( long  a0,
long  a1,
int  a2 
)

Definition at line 3935 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getFamily ( QSemaphore *  ,
QString *  ,
ItemHandle  
) [signal]

Here is the caller graph for this function:

const char * Tinkercell::Core_FtoS::getFamily ( long  a0)

Definition at line 2058 of file C_API_Slots.cpp.

Here is the call graph for this function:

const char * Tinkercell::Core_FtoS::getFilename ( )

Definition at line 2804 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getFilename ( QSemaphore *  ,
QString *   
) [signal]
void Tinkercell::Core_FtoS::getHeight ( QSemaphore *  ,
ItemHandle ,
double *   
) [signal]

Here is the caller graph for this function:

double Tinkercell::Core_FtoS::getHeight ( long  o)

Definition at line 3023 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getName ( QSemaphore *  ,
QString *  ,
ItemHandle  
) [signal]

Here is the caller graph for this function:

const char * Tinkercell::Core_FtoS::getName ( long  o)

Definition at line 1995 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getNames ( QSemaphore *  ,
QStringList *  ,
const QList< ItemHandle * > &   
) [signal]

Here is the caller graph for this function:

tc_strings Tinkercell::Core_FtoS::getNames ( tc_items  a0)

Definition at line 2030 of file C_API_Slots.cpp.

Here is the call graph for this function:

double Tinkercell::Core_FtoS::getNumber ( const char *  c)

Definition at line 2765 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getNumber ( QSemaphore *  ,
qreal *  ,
const QString &   
) [signal]

Here is the caller graph for this function:

tc_matrix Tinkercell::Core_FtoS::getNumbers ( tc_strings  c)

Definition at line 2778 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getNumbers ( QSemaphore *  ,
const QStringList &  ,
DataTable< qreal > *   
) [signal]

Here is the caller graph for this function:

tc_matrix Tinkercell::Core_FtoS::getNumericalData ( long  o,
const char *  c 
)

Definition at line 2366 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getNumericalData ( QSemaphore *  ,
DataTable< qreal > *  ,
ItemHandle ,
const QString &   
) [signal]

Here is the caller graph for this function:

tc_strings Tinkercell::Core_FtoS::getNumericalDataNames ( long  o)

Definition at line 2434 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getNumericalDataNames ( QSemaphore *  ,
QStringList *  ,
ItemHandle  
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::getNumericalValue ( QSemaphore *  ,
const QString &  ,
double *   
) [signal]

Here is the caller graph for this function:

double Tinkercell::Core_FtoS::getNumericalValue ( const char *  c)

Definition at line 1783 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getNumericalValueUsingRegex ( QSemaphore *  ,
const QString &  ,
DataTable< qreal > *   
) [signal]

Here is the caller graph for this function:

tc_matrix Tinkercell::Core_FtoS::getNumericalValueUsingRegex ( const char *  c)

Definition at line 1844 of file C_API_Slots.cpp.

Here is the call graph for this function:

long Tinkercell::Core_FtoS::getParent ( long  o)

Definition at line 2472 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getParent ( QSemaphore *  ,
ItemHandle **  ,
ItemHandle  
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::getPos ( QSemaphore *  ,
const QList< ItemHandle * > &  ,
DataTable< qreal > *   
) [signal]

Here is the caller graph for this function:

tc_matrix Tinkercell::Core_FtoS::getPos ( tc_items  a0)

Definition at line 2128 of file C_API_Slots.cpp.

Here is the call graph for this function:

int Tinkercell::Core_FtoS::getSelectedString ( const char *  c,
tc_strings  list,
const char *  c1 
)

Definition at line 2858 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getSelectedString ( QSemaphore *  ,
int *  ,
const QString &  ,
const QStringList &  ,
const QString &   
) [signal]

Here is the caller graph for this function:

const char * Tinkercell::Core_FtoS::getString ( const char *  c)

Definition at line 2791 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getString ( QSemaphore *  ,
QString *  ,
const QString &   
) [signal]

Here is the caller graph for this function:

tc_table Tinkercell::Core_FtoS::getTextData ( long  o,
const char *  c 
)

Definition at line 2400 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getTextData ( QSemaphore *  ,
DataTable< QString > *  ,
ItemHandle ,
const QString &   
) [signal]

Here is the caller graph for this function:

tc_strings Tinkercell::Core_FtoS::getTextDataNames ( long  o)

Definition at line 2446 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getTextDataNames ( QSemaphore *  ,
QStringList *  ,
ItemHandle  
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::getTextValue ( QSemaphore *  ,
const QString &  ,
QString *   
) [signal]

Here is the caller graph for this function:

const char * Tinkercell::Core_FtoS::getTextValue ( const char *  c)

Definition at line 1800 of file C_API_Slots.cpp.

Here is the call graph for this function:

tc_table Tinkercell::Core_FtoS::getTextValueUsingRegex ( const char *  c)

Definition at line 1817 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getTextValueUsingRegex ( QSemaphore *  ,
const QString &  ,
DataTable< QString > *   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::getUniqueName ( QSemaphore *  ,
QString *  ,
ItemHandle  
) [signal]

Here is the caller graph for this function:

const char * Tinkercell::Core_FtoS::getUniqueName ( long  o)

Definition at line 2007 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getUniqueNames ( QSemaphore *  ,
QStringList *  ,
const QList< ItemHandle * > &   
) [signal]

Here is the caller graph for this function:

tc_strings Tinkercell::Core_FtoS::getUniqueNames ( tc_items  a0)

Definition at line 2044 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getWidth ( QSemaphore *  ,
ItemHandle ,
double *   
) [signal]

Here is the caller graph for this function:

double Tinkercell::Core_FtoS::getWidth ( long  o)

Definition at line 3007 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getX ( QSemaphore *  ,
qreal *  ,
ItemHandle  
) [signal]

Here is the caller graph for this function:

double Tinkercell::Core_FtoS::getX ( long  a0)

Definition at line 2165 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::getY ( QSemaphore *  ,
qreal *  ,
ItemHandle  
) [signal]

Here is the caller graph for this function:

double Tinkercell::Core_FtoS::getY ( long  a0)

Definition at line 2153 of file C_API_Slots.cpp.

Here is the call graph for this function:

const char * Tinkercell::Core_FtoS::homeDir ( )

Definition at line 2354 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::homeDir ( QSemaphore *  ,
QString *   
) [signal]
void Tinkercell::Core_FtoS::insertAnnotation ( QSemaphore *  ,
const QString &  ,
double  ,
double   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::insertAnnotation ( const char *  c,
double  x,
double  y 
)

Definition at line 2496 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::insertConnection ( QSemaphore *  ,
ItemHandle **  item,
const QList< ItemHandle * > &  ,
const QString &  ,
const QString &   
) [signal]

Here is the caller graph for this function:

long Tinkercell::Core_FtoS::insertConnection ( tc_items  A,
const char *  a0,
const char *  a1 
)

Definition at line 4296 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::insertItem ( QSemaphore *  ,
ItemHandle **  item,
const QString &  name,
const QString &  family 
) [signal]

Here is the caller graph for this function:

long Tinkercell::Core_FtoS::insertItem ( const char *  a0,
const char *  a1 
)

Definition at line 2092 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::isA ( QSemaphore *  ,
int *  ,
ItemHandle ,
const QString &   
) [signal]

Here is the caller graph for this function:

int Tinkercell::Core_FtoS::isA ( long  a0,
const char *  name 
)

Definition at line 2070 of file C_API_Slots.cpp.

Here is the call graph for this function:

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)

Definition at line 1951 of file C_API_Slots.cpp.

Here is the call graph for this function:

tc_items Tinkercell::Core_FtoS::itemsOfFamily ( const char *  f,
tc_items  a 
)

Definition at line 1965 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::itemsOfFamily ( QSemaphore *  ,
QList< ItemHandle * > *  ,
const QString &   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::messageDialog ( const char *  c)

Definition at line 2828 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::messageDialog ( QSemaphore *  ,
const QString &   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::moveSelected ( QSemaphore *  ,
qreal  ,
qreal   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::moveSelected ( double  a0,
double  a1 
)

Definition at line 2177 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::openFile ( QSemaphore *  ,
const QString &   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::openFile ( const char *  c)

Definition at line 2838 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::openNewWindow ( QSemaphore *  ,
const QString &   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::openNewWindow ( const char *  c)

Definition at line 2296 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::outputTable ( QSemaphore *  ,
const DataTable< qreal > &   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::outputTable ( tc_matrix  m)

Definition at line 2197 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::outputText ( QSemaphore *  ,
const QString &   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::outputText ( const char *  c)

Definition at line 2209 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::printFile ( const char *  c)

Definition at line 2229 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::printFile ( QSemaphore *  ,
const QString &   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::removeItem ( long  a0)

Definition at line 2082 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::removeItem ( QSemaphore *  ,
ItemHandle  
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::saveToFile ( const char *  c)

Definition at line 2848 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::saveToFile ( QSemaphore *  ,
const QString &   
) [signal]

Here is the caller graph for this function:

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]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::screenshot ( const char *  file,
int  w,
int  h 
)

Definition at line 3100 of file C_API_Slots.cpp.

Here is the call graph for this function:

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]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::select ( long  o)

Definition at line 1917 of file C_API_Slots.cpp.

Here is the call graph for this function:

tc_items Tinkercell::Core_FtoS::selectedItems ( )

Definition at line 1981 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::selectedItems ( QSemaphore *  ,
QList< ItemHandle * > *   
) [signal]
void Tinkercell::Core_FtoS::setAllStraight ( int  v)

Definition at line 4014 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::setAllStraight ( QSemaphore *  ,
int   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::setAngle ( QSemaphore *  ,
ItemHandle ,
double  ,
int   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::setAngle ( long  o,
double  t,
int  p 
)

Definition at line 2993 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::setCenterPoint ( long  a0,
double  a1,
double  a2 
)

Definition at line 3958 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::setCenterPoint ( QSemaphore *  ,
ItemHandle ,
qreal  ,
qreal   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::setColor ( long  o,
const char *  c,
int  p 
)

Definition at line 3055 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::setColor ( QSemaphore *  ,
ItemHandle ,
const QString &  ,
int   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::setControlPoint ( QSemaphore *  ,
ItemHandle ,
ItemHandle ,
int  ,
qreal  ,
qreal   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::setControlPoint ( long  a0,
long  a1,
int  i,
double  a2,
double  a3 
)

Definition at line 3948 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::setLineWidth ( long  o,
double  v,
int  b 
)

Definition at line 4029 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::setLineWidth ( QSemaphore *  ,
ItemHandle ,
qreal  ,
int   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::setName ( QSemaphore *  ,
ItemHandle ,
const QString &   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::setName ( long  o,
const char *  c 
)

Definition at line 2020 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::setNumericalData ( long  o,
const char *  c,
tc_matrix  M 
)

Definition at line 2388 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::setNumericalData ( QSemaphore *  ,
ItemHandle ,
const QString &  ,
const DataTable< qreal > &   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::setNumericalValue ( QSemaphore *  ,
const QString &  ,
double   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::setNumericalValue ( const char *  c,
double  v 
)

Definition at line 1736 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::setNumericalValues ( QSemaphore *  ,
const DataTable< qreal > &   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::setNumericalValues ( tc_matrix  t)

Definition at line 1719 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::setPos ( tc_items  a0,
tc_matrix  m 
)

Definition at line 2114 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::setPos ( QSemaphore *  ,
ItemHandle ,
qreal  ,
qreal   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::setPos ( long  a0,
double  a1,
double  a2 
)

Definition at line 2104 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::setPos ( QSemaphore *  ,
const QList< ItemHandle * > &  ,
DataTable< qreal > &   
) [signal]
void Tinkercell::Core_FtoS::setSize ( QSemaphore *  ,
ItemHandle ,
double  ,
double  ,
int   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::setSize ( long  o,
double  w,
double  h,
int  p 
)

Definition at line 2979 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::setStraight ( QSemaphore *  ,
ItemHandle ,
int   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::setStraight ( long  o,
int  v 
)

Definition at line 3999 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::setTextData ( long  o,
const char *  c,
tc_table  M 
)

Definition at line 2422 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::setTextData ( QSemaphore *  ,
ItemHandle ,
const QString &  ,
const DataTable< QString > &   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::setTextValue ( const char *  c,
const char *  v 
)

Definition at line 1768 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::setTextValue ( QSemaphore *  ,
const QString &  ,
const QString &   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::setTextValues ( tc_table  t)

Definition at line 1751 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::setTextValues ( QSemaphore *  ,
const TextDataTable  
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::viewWindow ( QSemaphore *  ,
const QString &   
) [signal]

Here is the caller graph for this function:

void Tinkercell::Core_FtoS::viewWindow ( const char *  s)

Definition at line 1871 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::zoom ( double  x)

Definition at line 1866 of file C_API_Slots.cpp.

Here is the call graph for this function:

void Tinkercell::Core_FtoS::zoom ( QSemaphore *  ,
qreal   
) [signal]

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 Enumerator Friends Defines