QWSPropertyManager Class Reference

QWSPropertyManager Class Reference

#include <qwsproperty_qws.h>

Class Description

Definition at line 61 of file qwsproperty_qws.h.

Public Types

enum  Mode { PropReplace = 0, PropPrepend, PropAppend }
 
enum  Atom { PropSelection = 0 }
 

Public Member Functions

 QWSPropertyManager ()
 
 ~QWSPropertyManager ()
 
bool setProperty (int winId, int property, int mode, const char *data, int len)
 
bool hasProperty (int winId, int property)
 
bool removeProperty (int winId, int property)
 
bool addProperty (int winId, int property)
 
bool getProperty (int winId, int property, const char *&data, int &len)
 
bool removeProperties (int winId)
 

Member Enumeration Documentation

enum Mode
Enumerator
PropReplace 
PropPrepend 
PropAppend 

Definition at line 64 of file qwsproperty_qws.h.

enum Atom
Enumerator
PropSelection 

Definition at line 71 of file qwsproperty_qws.h.

Constructor & Destructor Documentation

Member Function Documentation

bool setProperty ( int  winId,
int  property,
int  mode,
const char *  data,
int  len 
)
bool hasProperty ( int  winId,
int  property 
)
bool removeProperty ( int  winId,
int  property 
)
bool addProperty ( int  winId,
int  property 
)
bool getProperty ( int  winId,
int  property,
const char *&  data,
int len 
)
bool removeProperties ( int  winId)

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