iCub-main
Signals | Public Member Functions | Properties | List of all members
QtICubSkinGuiPlugin Class Reference

#include <qticubskinguiplugin.h>

+ Inheritance diagram for QtICubSkinGuiPlugin:

Signals

void init ()
 
void sendWindowTitle (QString title)
 
void sendWindowSize (int width, int height)
 
void sendWindowPos (int xPos, int yPos)
 
void done ()
 
void posXChanged ()
 
void posYChanged ()
 
void widthChanged ()
 
void heightChanged ()
 
void windowTitleChanged ()
 

Public Member Functions

 QtICubSkinGuiPlugin (QQuickItem *parent=0)
 
 ~QtICubSkinGuiPlugin ()
 
Q_INVOKABLE bool parseParameters (QStringList params)
 parse the parameters received from the main container in QstringList form More...
 
void paint (QPainter *painter)
 
QString windowTitle ()
 
int posX ()
 
int posY ()
 
int windowWidth ()
 
int windowHeight ()
 

Properties

QString windowTitle
 Returns the title. More...
 
int posX
 Returns the x position. More...
 
int posY
 Returns the y position. More...
 
int windowWidth
 Returns the width. More...
 
int windowHeight
 Returns the height. More...
 

Detailed Description

Definition at line 12 of file qticubskinguiplugin.h.

Constructor & Destructor Documentation

◆ QtICubSkinGuiPlugin()

QtICubSkinGuiPlugin::QtICubSkinGuiPlugin ( QQuickItem *  parent = 0)

Definition at line 109 of file qticubskinguiplugin.cpp.

◆ ~QtICubSkinGuiPlugin()

QtICubSkinGuiPlugin::~QtICubSkinGuiPlugin ( )

Definition at line 143 of file qticubskinguiplugin.cpp.

Member Function Documentation

◆ done

void QtICubSkinGuiPlugin::done ( )
signal

◆ heightChanged

void QtICubSkinGuiPlugin::heightChanged ( )
signal

◆ init

void QtICubSkinGuiPlugin::init ( )
signal

◆ paint()

void QtICubSkinGuiPlugin::paint ( QPainter *  painter)

Definition at line 161 of file qticubskinguiplugin.cpp.

◆ parseParameters()

bool QtICubSkinGuiPlugin::parseParameters ( QStringList  params)

parse the parameters received from the main container in QstringList form

Parameters
paramsthe parameter list

Definition at line 247 of file qticubskinguiplugin.cpp.

◆ posX()

int QtICubSkinGuiPlugin::posX ( )

◆ posXChanged

void QtICubSkinGuiPlugin::posXChanged ( )
signal

◆ posY()

int QtICubSkinGuiPlugin::posY ( )

◆ posYChanged

void QtICubSkinGuiPlugin::posYChanged ( )
signal

◆ sendWindowPos

void QtICubSkinGuiPlugin::sendWindowPos ( int  xPos,
int  yPos 
)
signal

◆ sendWindowSize

void QtICubSkinGuiPlugin::sendWindowSize ( int  width,
int  height 
)
signal

◆ sendWindowTitle

void QtICubSkinGuiPlugin::sendWindowTitle ( QString  title)
signal

◆ widthChanged

void QtICubSkinGuiPlugin::widthChanged ( )
signal

◆ windowHeight()

int QtICubSkinGuiPlugin::windowHeight ( )

◆ windowTitle()

QString QtICubSkinGuiPlugin::windowTitle ( )

◆ windowTitleChanged

void QtICubSkinGuiPlugin::windowTitleChanged ( )
signal

◆ windowWidth()

int QtICubSkinGuiPlugin::windowWidth ( )

Property Documentation

◆ posX

int QtICubSkinGuiPlugin::posX
read

Returns the x position.

Definition at line 1 of file qticubskinguiplugin.h.

◆ posY

int QtICubSkinGuiPlugin::posY
read

Returns the y position.

Definition at line 1 of file qticubskinguiplugin.h.

◆ windowHeight

int QtICubSkinGuiPlugin::windowHeight
read

Returns the height.

Definition at line 1 of file qticubskinguiplugin.h.

◆ windowTitle

QString QtICubSkinGuiPlugin::windowTitle
read

Returns the title.

Definition at line 1 of file qticubskinguiplugin.h.

◆ windowWidth

int QtICubSkinGuiPlugin::windowWidth
read

Returns the width.

Definition at line 1 of file qticubskinguiplugin.h.


The documentation for this class was generated from the following files: