Qt 4.8
Public Functions | Protected Variables | Properties | List of all members
QNSListener Class Reference
Inheritance diagram for QNSListener:

Public Functions

(void) - dealloc
 
(QCoreWlanEngine *) - engine
 
(void) - notificationHandler:
 
(void) - remove
 
(void) - setEngine:
 

Protected Variables

CWInterface * currentInterface
 
NSLock * locker
 
NSNotificationCenter * notificationCenter
 

Properties

QCoreWlanEngineengine
 

Detailed Description

Definition at line 44 of file qcorewlanengine_10_6.mm.

Functions

◆ dealloc()

- (void) dealloc

Definition at line 75 of file qcorewlanengine_10_6.mm.

76 {
77  [super dealloc];
78 }

◆ engine()

- (QCoreWlanEngine *) engine

◆ notificationHandler:()

- (void) notificationHandler: (NSNotification *)  notification

Definition at line 100 of file qcorewlanengine_10_6.mm.

100  :(NSNotification *)notification
101 {
102  Q_UNUSED(notification);
104 }
QCoreWlanEngine * engine()
Q_INVOKABLE void requestUpdate()
#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

◆ remove()

- (void) remove

Definition at line 93 of file qcorewlanengine_10_6.mm.

94 {
95  [locker lock];
96  [notificationCenter removeObserver:self];
97  [locker unlock];
98 }

◆ setEngine:()

- (void) setEngine: (QCoreWlanEngine *)  coreEngine

Definition at line 80 of file qcorewlanengine_10_6.mm.

80  :(QCoreWlanEngine *)coreEngine
81 {
82  [locker lock];
83  if(!engine)
84  engine = coreEngine;
85  [locker unlock];
86 }
QCoreWlanEngine * engine()

Properties

◆ currentInterface

- (CWInterface*) currentInterface
protected

Definition at line 47 of file qcorewlanengine_10_6.mm.

◆ locker

- (NSLock*) locker
protected

Definition at line 49 of file qcorewlanengine_10_6.mm.

◆ notificationCenter

- (NSNotificationCenter*) notificationCenter
protected

Definition at line 46 of file qcorewlanengine_10_6.mm.

Property Documentation

◆ engine

- (QCoreWlanEngine *) engine
readwriteatomicassign

Definition at line 48 of file qcorewlanengine_10_6.mm.

Referenced by QCoreWlanEngine::initialize().


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