1 #ifndef QTICUBSKINGUIPLUGIN_H
2 #define QTICUBSKINGUIPLUGIN_H
7 #include <yarp/os/all.h>
27 void paint(QPainter *painter);
36 yarp::os::ResourceFinder rf;
47 enum TheadTypeEnum {TYPE_CAN, TYPE_PORT};
49 double *gpActivationMap;
void paint(QPainter *painter)
int windowHeight
Returns the height.
int posX
Returns the x position.
QtICubSkinGuiPlugin(QQuickItem *parent=0)
void sendWindowSize(int width, int height)
void windowTitleChanged()
QString windowTitle
Returns the title.
Q_INVOKABLE bool parseParameters(QStringList params)
parse the parameters received from the main container in QstringList form
int posY
Returns the y position.
void sendWindowTitle(QString title)
void sendWindowPos(int xPos, int yPos)
int windowWidth
Returns the width.