Qt 4.8
Public Types | Public Functions | Public Variables | List of all members
QWSPropertyManager::Data Class Reference

Public Types

typedef QHash< int, QHash< int, QByteArray > > PropertyHash
 

Public Functions

QByteArray find (int winId, int property)
 

Public Variables

PropertyHash properties
 

Detailed Description

Definition at line 55 of file qwsproperty_qws.cpp.

Typedefs

◆ PropertyHash

Definition at line 62 of file qwsproperty_qws.cpp.

Functions

◆ find()

QByteArray QWSPropertyManager::Data::find ( int  winId,
int  property 
)
inline

Definition at line 57 of file qwsproperty_qws.cpp.

58  {
59  return properties.value(winId).value(property);
60  }
const T value(const Key &key) const
Returns the value associated with the key.
Definition: qhash.h:606
const char * property
Definition: qwizard.cpp:138

Properties

◆ properties

PropertyHash QWSPropertyManager::Data::properties

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