OpenStructure
|
#include <transition_guard.hh>
Inherits 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 () |
Public Member Functions inherited from TransitionGuard | |
TransitionGuard () | |
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 |
Enumerator | |
---|---|
ALWAYSTRUE | |
SMALLER | |
EQUAL | |
BIGGER | |
ANCHORSMALLER | |
ANCHOREQUAL | |
ANCHORBIGGER |
Definition at line 59 of file transition_guard.hh.
EditPositionGuard | ( | PythonShellWidget * | shell, |
int | flags1, | ||
int | flags2 = ALWAYSTRUE |
||
) |
|
virtual |
Reimplemented from TransitionGuard.
|
protectedvirtual |
|
protected |
Definition at line 73 of file transition_guard.hh.
|
protected |
Definition at line 74 of file transition_guard.hh.
|
protected |
Definition at line 72 of file transition_guard.hh.