Qt 4.8
Public Functions | Protected Functions | Private Functions | Properties | List of all members
Maemo::IAPMonitor Class Reference

#include <iapmonitor.h>

Inheritance diagram for Maemo::IAPMonitor:
IapMonitor

Public Functions

 IAPMonitor ()
 
 ~IAPMonitor ()
 

Protected Functions

virtual void iapAdded (const QString &id)
 
virtual void iapRemoved (const QString &id)
 

Private Functions

 Q_DECLARE_PRIVATE (IAPMonitor)
 

Properties

IAPMonitorPrivated_ptr
 

Detailed Description

Definition at line 51 of file iapmonitor.h.

Constructors and Destructors

◆ IAPMonitor()

Maemo::IAPMonitor::IAPMonitor ( )

Definition at line 112 of file iapmonitor.cpp.

113  : d_ptr(new IAPMonitorPrivate(this))
114 {
115 }
IAPMonitorPrivate * d_ptr
Definition: iapmonitor.h:61

◆ ~IAPMonitor()

Maemo::IAPMonitor::~IAPMonitor ( )

Definition at line 117 of file iapmonitor.cpp.

118 {
119  delete d_ptr;
120 }
IAPMonitorPrivate * d_ptr
Definition: iapmonitor.h:61

Functions

◆ iapAdded()

void Maemo::IAPMonitor::iapAdded ( const QString id)
protectedvirtual

Reimplemented in IapMonitor.

Definition at line 122 of file iapmonitor.cpp.

Referenced by Maemo::IAPMonitorPrivate::iapAdded().

123 {
124  Q_UNUSED(id);
125  // By default do nothing
126 }
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ iapRemoved()

void Maemo::IAPMonitor::iapRemoved ( const QString id)
protectedvirtual

Reimplemented in IapMonitor.

Definition at line 128 of file iapmonitor.cpp.

Referenced by Maemo::IAPMonitorPrivate::iapRemoved().

129 {
130  Q_UNUSED(id);
131  // By default do nothing
132 }
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

◆ Q_DECLARE_PRIVATE()

Maemo::IAPMonitor::Q_DECLARE_PRIVATE ( IAPMonitor  )
private

Properties

◆ d_ptr

IAPMonitorPrivate* Maemo::IAPMonitor::d_ptr
private

Definition at line 61 of file iapmonitor.h.

Referenced by ~IAPMonitor().


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