Qt 4.8
Public Functions | Properties | List of all members
BpsChannelScopeSwitcher Class Reference

Public Functions

 BpsChannelScopeSwitcher (int scopeChannel)
 
 ~BpsChannelScopeSwitcher ()
 

Properties

int innerChannel
 
int outerChannel
 

Detailed Description

Definition at line 59 of file qeventdispatcher_blackberry.cpp.

Constructors and Destructors

◆ BpsChannelScopeSwitcher()

BpsChannelScopeSwitcher::BpsChannelScopeSwitcher ( int  scopeChannel)
inline

Definition at line 62 of file qeventdispatcher_blackberry.cpp.

62  : innerChannel(scopeChannel)
63  {
64  outerChannel = bps_channel_get_active();
66  bps_channel_set_active(innerChannel);
67  }

◆ ~BpsChannelScopeSwitcher()

BpsChannelScopeSwitcher::~BpsChannelScopeSwitcher ( )
inline

Definition at line 69 of file qeventdispatcher_blackberry.cpp.

Properties

◆ innerChannel

int BpsChannelScopeSwitcher::innerChannel
private

◆ outerChannel

int BpsChannelScopeSwitcher::outerChannel
private

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