Public Member Functions | Public Attributes

QwtEventPattern::MousePattern Class Reference

A pattern for mouse events. More...

#include <qwt_event_pattern.h>

List of all members.

Public Member Functions

 MousePattern (int btn=Qt::NoButton, int st=Qt::NoButton)

Public Attributes

int button
int state

Detailed Description

A pattern for mouse events.

Definition at line 137 of file qwt_event_pattern.h.


Constructor & Destructor Documentation

QwtEventPattern::MousePattern::MousePattern ( int  btn = Qt::NoButton,
int  st = Qt::NoButton 
) [inline]

Definition at line 140 of file qwt_event_pattern.h.

        { 
            button = btn;
            state = st;
        }

Member Data Documentation

Definition at line 146 of file qwt_event_pattern.h.

Referenced by QwtEventPattern::mouseMatch(), and operator==().

Definition at line 147 of file qwt_event_pattern.h.

Referenced by QwtEventPattern::mouseMatch(), and operator==().


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines