#include <transition_guard.hh>
Inherits ost::gui::TransitionGuard.
Public Types | |
enum | FLAGS { ALWAYSTRUE = 0, SMALLER = 1, EQUAL = 2, BIGGER = 4, ANCHORSMALLER = 8, ANCHOREQUAL = 16, ANCHORBIGGER = 32 } |
Public Member Functions | |
EditPositionGuard (PythonShellWidget *shell, int flags1, int flags2=ALWAYSTRUE) | |
virtual bool | check () |
Protected Member Functions | |
virtual bool | check_flag (int flag) |
Protected Attributes | |
PythonShellWidget * | shell_ |
int | flags1_ |
int | flags2_ |
Definition at line 56 of file transition_guard.hh.
enum FLAGS |
Definition at line 59 of file transition_guard.hh.
EditPositionGuard | ( | PythonShellWidget * | shell, | |
int | flags1, | |||
int | flags2 = ALWAYSTRUE | |||
) |
virtual bool check | ( | ) | [virtual] |
Reimplemented from TransitionGuard.
virtual bool check_flag | ( | int | flag | ) | [protected, virtual] |
int flags1_ [protected] |
Definition at line 73 of file transition_guard.hh.
int flags2_ [protected] |
Definition at line 74 of file transition_guard.hh.
PythonShellWidget* shell_ [protected] |
Definition at line 72 of file transition_guard.hh.