#include <match.h>
Public Member Functions | |
CompMatch (const CompString) | |
CompMatch (const CompMatch &) | |
void | update () |
bool | evaluate (CompWindow *window) |
Returns true if the specified CompWindow has the properties specified in the match object. | |
CompString | toString () const |
bool | isEmpty () const |
CompMatch & | operator= (const CompMatch &) |
CompMatch & | operator &= (const CompMatch &) |
CompMatch & | operator|= (const CompMatch &) |
const CompMatch & | operator & (const CompMatch &) |
const CompMatch & | operator| (const CompMatch &) |
const CompMatch & | operator! () |
CompMatch & | operator= (const CompString &) |
CompMatch & | operator &= (const CompString &) |
CompMatch & | operator|= (const CompString &) |
const CompMatch & | operator & (const CompString &) |
const CompMatch & | operator| (const CompString &) |
bool | operator== (const CompMatch &) const |
bool | operator!= (const CompMatch &) const |
Static Public Attributes | |
static const CompMatch | emptyMatch |
Classes | |
class | Expression |
TODO. More... |
Used for determining which windows to operate on, in core or in plugins
bool CompMatch::evaluate | ( | CompWindow * | window | ) |
Returns true if the specified CompWindow has the properties specified in the match object.