Loading...
Searching...
No Matches
ScrollPaneManifest.h
Go to the documentation of this file.
1#ifndef MALENA_SCROLLPANEMANIFEST_H
2#define MALENA_SCROLLPANEMANIFEST_H
3
6
7namespace ml
8{
10 {
11 public:
12 enum class State { IDLE, SCROLLING };
13 enum class Flag { VERTICAL, HORIZONTAL, DIRTY };
14 };
15
16}
17
18#endif //SCROLLPANEMANIFEST_H
Base class for all Malena manifests.
Definition Manifest.h:51
@ VERTICAL
Layout/scroll axis hint: vertical.
Definition Flag.h:74
@ HORIZONTAL
Layout/scroll axis hint: horizontal.
Definition Flag.h:75
#define MALENA_API
Definition Component.h:22