phoneplugins/csplugin/tsrc/automaticanswertest/automaticanswertest.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 17 Sep 2010 08:29:19 +0300
changeset 72 c76a0b1755b9
parent 45 6b911d05207e
permissions -rw-r--r--
Revision: 201035 Kit: 201037



#ifndef AUTOMATICANSWERTEST_H
#define AUTOMATICANSWERTEST_H


#include <QGraphicsItem>
#include <hbview.h>

class CEtelIncomingCallMonitor;
class HbPushButton;

class automaticanswertest : public HbView
{
    Q_OBJECT

public:
	automaticanswertest(QGraphicsItem *parent = 0);
    ~automaticanswertest();
    
private: 
    void createContent();

protected slots:
    void answer();    
    void stopanswer();
    
private:
    HbPushButton *answering;
    HbPushButton *stopanswering;
    CEtelIncomingCallMonitor* m_incomingVoiceCallMonitor;
};

#endif // AUTOMATICANSWERTEST_H