Home · All Namespaces · All Classes
Public Slots | Public Member Functions

ShutdownBusinessLogicAdaptor Class Reference

#include <shutdownbusinesslogic.h>

Inheritance diagram for ShutdownBusinessLogicAdaptor:
Inheritance graph
[legend]
Collaboration diagram for ShutdownBusinessLogicAdaptor:
Collaboration graph
[legend]

List of all members.

Public Slots

Q_NOREPLY void showScreen (QString text1, QString text2, int timeout)

Public Member Functions

 ShutdownBusinessLogicAdaptor (QObject *parent, ShutdownBusinessLogic *logic)

Detailed Description

Definition at line 77 of file shutdownbusinesslogic.h.


Constructor & Destructor Documentation

ShutdownBusinessLogicAdaptor::ShutdownBusinessLogicAdaptor ( QObject parent,
ShutdownBusinessLogic logic 
)

Definition at line 160 of file shutdownbusinesslogic.cpp.

                                    :
    QDBusAbstractAdaptor (parent),
    m_logic (logic)
{
}


Member Function Documentation

void ShutdownBusinessLogicAdaptor::showScreen ( QString  text1,
QString  text2,
int  timeout 
) [slot]

Definition at line 169 of file shutdownbusinesslogic.cpp.

{
    m_logic->showUI (text1, text2, timeout);
}

Here is the call graph for this function:


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

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