This event signals that table has auto pan enabled. More...
#include <TableEvents.h>
Public Member Functions | |
| AutoPanEnabled (bool isEnabled) | |
| Constructor. | |
Public Attributes | |
| int | m_id |
| Identifier. | |
| bool | m_isEnabled |
This event signals that table has auto pan enabled.
Definition at line 74 of file TableEvents.h.
|
inline |
Constructor.
| isEnabled | If enable auto pan or not. |
Definition at line 81 of file TableEvents.h.
References te::qt::af::evt::Event::Event(), m_isEnabled, and te::qt::af::evt::TABLE_AUTO_PAN_ENABLED.
|
inherited |
| bool te::qt::af::evt::AutoPanEnabled::m_isEnabled |
Definition at line 87 of file TableEvents.h.
Referenced by AutoPanEnabled().