|
| enum | Options {
ShowSingleFrame = 1 << 0
, ShowPrevious = 1 << 1
, ShowNext = 1 << 2
, ShowCustomRange = 1 << 3
,
ShowAllFrames = 1 << 4
, ShowEverything = ShowSingleFrame | ShowAllFrames | ShowCustomRange | ShowPrevious | ShowNext
} |
|
|
| FrameSelector (Flags< Options > options=ShowEverything, QWidget *parent=nullptr) |
|
void | setSize (int size) |
|
bool | useful () const |
|
std::pair< int, int > | range (int current) |
|
int | mode () |
|
void | setMode (int) |
The documentation for this class was generated from the following file:
- ImFusionLabels/lib/include/ImFusion/Labels/UI/Widgets/FrameSelector.h