AusweisApp2
ButtonState.h
gehe zur Dokumentation dieser Datei
1
7
#pragma once
8
9
namespace
governikus
10
{
11
12
enum class
ButtonState
13
{
15
FOCUSSED,
16
18
ENABLED,
19
21
DISABLED,
22
24
HIDDEN
25
};
26
27
}
// namespace governikus
governikus::ButtonState
ButtonState
Definition:
ButtonState.h:13
governikus::ButtonState::FOCUSSED
@ FOCUSSED
Button is visible, enabled, and focussed.
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition:
ActivationContext.h:15
src
ui
widget
generic
ButtonState.h
Erzeugt von
1.8.20