libqtaws  0.1.0
UnofficialAWSlibraryforQt-InternalDocumentation
Public Member Functions | Protected Attributes | Private Attributes | Friends | List of all members
AwsRegionPrivate Class Reference

Private implementation for AwsRegion. More...

Collaboration diagram for AwsRegionPrivate:
Collaboration graph
[legend]

Public Member Functions

 AwsRegionPrivate (AwsRegion *const q)
 Constructs a new AwsRegionPrivate object. More...
 

Protected Attributes

int region
 AwsRegion::Region represented by this object.
 

Private Attributes

AwsRegion *const q_ptr
 Internal q-pointer.
 

Friends

class TestAwsRegionPrivate
 

Detailed Description

Private implementation for AwsRegion.

Definition at line 29 of file awsregion_p.h.

Constructor & Destructor Documentation

AwsRegionPrivate::AwsRegionPrivate ( AwsRegion *const  q)

Constructs a new AwsRegionPrivate object.

Parameters
qPointer to this object's public AwsRegion instance.

Definition at line 291 of file awsregion.cpp.

292  : q_ptr(q)
293 {
294 
295 }
AwsRegion *const q_ptr
Internal q-pointer.
Definition: awsregion_p.h:39

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