![]() |
Home · All Namespaces · All Classes |
#include <shutdownbusinesslogic.h>


Public Slots | |
| Q_NOREPLY void | showScreen (QString text1, QString text2, int timeout) |
Public Member Functions | |
| ShutdownBusinessLogicAdaptor (QObject *parent, ShutdownBusinessLogic *logic) | |
Definition at line 77 of file shutdownbusinesslogic.h.
| ShutdownBusinessLogicAdaptor::ShutdownBusinessLogicAdaptor | ( | QObject * | parent, | |
| ShutdownBusinessLogic * | logic | |||
| ) |
Definition at line 160 of file shutdownbusinesslogic.cpp.
:
QDBusAbstractAdaptor (parent),
m_logic (logic)
{
}
| void ShutdownBusinessLogicAdaptor::showScreen | ( | QString | text1, | |
| QString | text2, | |||
| int | timeout | |||
| ) | [slot] |
Definition at line 169 of file shutdownbusinesslogic.cpp.
{
m_logic->showUI (text1, text2, timeout);
}

| Copyright © 2010 Nokia Corporation | Generated on Thu Nov 4 2010 18:19:35 Doxygen 1.7.1 |
MeeGo Touch |