44 #ifndef QT_NO_QWS_PROPERTIES 86 if (it == props.
end())
127 if (it == props.
end()) {
145 #endif //QT_NO_QWS_PROPERTIES QHash< int, QHash< int, QByteArray > > PropertyHash
bool removeProperty(int winId, int property)
#define QT_END_NAMESPACE
This macro expands to.
int remove(const Key &key)
Removes all the items that have the key from the hash.
#define it(className, varName)
The QByteArray class provides an array of bytes.
bool removeProperties(int winId)
The QHash class is a template class that provides a hash-table-based dictionary.
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.
bool addProperty(int winId, int property)
#define QT_BEGIN_NAMESPACE
This macro expands to.
QByteArray find(int winId, int property)
bool hasProperty(int winId, int property)
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...
bool getProperty(int winId, int property, const char *&data, int &len)
iterator find(const Key &key)
Returns an iterator pointing to the item with the key in the hash.
bool setProperty(int winId, int property, int mode, const char *data, int len)