QMLBarWidget Class Reference

Interface in the form of bar to contain buttons. More...

#include <UI/QMLBarWidget.h>

Inheritance diagram for QMLBarWidget:
QMLWidget

List of all members.

Public Member Functions

 QMLBarWidget (QWidget *parent=0)
void setButtons (const QList< QObject * > buttons)
 Set the buttons to display on the bar.
Q_SIGNAL void requestedTab (QString tabName)
 Signal send when a button is pressed.

Protected Member Functions

bool updateQML ()
 This function is called by load() after the loading of the QML. Implementers should connect the slots and signals in it, and also send data to QML file (Note: basically, the sending of data to QML should be done before and this will cause showing some warnings, but it is working).

Detailed Description

Interface in the form of bar to contain buttons.


Constructor & Destructor Documentation

QMLBarWidget::QMLBarWidget ( QWidget *  parent = 0  ) 
Parameters:
parent 

Member Function Documentation

void QMLBarWidget::setButtons ( const QList< QObject * >  buttons  ) 

Set the buttons to display on the bar.

Parameters:
buttons 

The documentation for this class was generated from the following files:
 All Classes Functions Variables Enumerations Properties
Generated on Tue Sep 13 01:46:03 2011 for MedCenter by  doxygen 1.6.3