#include <qwsproperty_qws.h>
|
bool | addProperty (int winId, int property) |
|
bool | getProperty (int winId, int property, const char *&data, int &len) |
|
bool | hasProperty (int winId, int property) |
|
| QWSPropertyManager () |
|
bool | removeProperties (int winId) |
|
bool | removeProperty (int winId, int property) |
|
bool | setProperty (int winId, int property, int mode, const char *data, int len) |
|
| ~QWSPropertyManager () |
|
Definition at line 61 of file qwsproperty_qws.h.
◆ Atom
◆ Mode
◆ QWSPropertyManager()
QWSPropertyManager::QWSPropertyManager |
( |
| ) |
|
◆ ~QWSPropertyManager()
QWSPropertyManager::~QWSPropertyManager |
( |
| ) |
|
◆ addProperty()
bool QWSPropertyManager::addProperty |
( |
int |
winId, |
|
|
int |
property |
|
) |
| |
Definition at line 116 of file qwsproperty_qws.cpp.
The QByteArray class provides an array of bytes.
bool contains(const Key &key) const
Returns true if the hash contains an item with the key; otherwise returns false.
◆ getProperty()
bool QWSPropertyManager::getProperty |
( |
int |
winId, |
|
|
int |
property, |
|
|
const char *& |
data, |
|
|
int & |
len |
|
) |
| |
Definition at line 123 of file qwsproperty_qws.cpp.
127 if (it == props.
end()) {
#define it(className, varName)
const T value(const Key &key) const
Returns the value associated with the key.
static const char * data(const QByteArray &arr)
int length() const
Same as size().
const char * constData() const
Returns a pointer to the data stored in the byte array.
iterator end()
Returns an STL-style iterator pointing to the imaginary item after the last item in the hash...
iterator find(const Key &key)
Returns an iterator pointing to the item with the key in the hash.
◆ hasProperty()
bool QWSPropertyManager::hasProperty |
( |
int |
winId, |
|
|
int |
property |
|
) |
| |
Definition at line 103 of file qwsproperty_qws.cpp.
bool contains(const Key &key) const
Returns true if the hash contains an item with the key; otherwise returns false.
const T value(const Key &key) const
Returns the value associated with the key.
◆ removeProperties()
bool QWSPropertyManager::removeProperties |
( |
int |
winId | ) |
|
Definition at line 138 of file qwsproperty_qws.cpp.
int remove(const Key &key)
Removes all the items that have the key from the hash.
◆ removeProperty()
bool QWSPropertyManager::removeProperty |
( |
int |
winId, |
|
|
int |
property |
|
) |
| |
Definition at line 108 of file qwsproperty_qws.cpp.
int remove(const Key &key)
Removes all the items that have the key from the hash.
#define it(className, varName)
iterator end()
Returns an STL-style iterator pointing to the imaginary item after the last item in the hash...
iterator find(const Key &key)
Returns an iterator pointing to the item with the key in the hash.
◆ setProperty()
bool QWSPropertyManager::setProperty |
( |
int |
winId, |
|
|
int |
property, |
|
|
int |
mode, |
|
|
const char * |
data, |
|
|
int |
len |
|
) |
| |
Definition at line 82 of file qwsproperty_qws.cpp.
86 if (it == props.
end())
#define it(className, varName)
The QByteArray class provides an array of bytes.
const T value(const Key &key) const
Returns the value associated with the key.
static const char * data(const QByteArray &arr)
iterator end()
Returns an STL-style iterator pointing to the imaginary item after the last item in the hash...
iterator find(const Key &key)
Returns an iterator pointing to the item with the key in the hash.
Data* QWSPropertyManager::d |
|
private |
The documentation for this class was generated from the following files: