Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
CKeyboardGraphics.hpp
Go to the documentation of this file.
1#ifndef LIBS_GRAPHICSCOMP_CKEYBOARDGRAPHICS_HPP_
2#define LIBS_GRAPHICSCOMP_CKEYBOARDGRAPHICS_HPP_
3
7
8#include <memory>
9
11{
12public:
13 static std::weak_ptr<AbstractComponentGraphics> panelNumberKeyboard(AbstractCompWithFocusGraphics *compFocusRef,
14 IListenerClose *listenerClose);
15 static std::weak_ptr<AbstractComponentGraphics> panelLetterKeyboard(AbstractCompWithFocusGraphics *compFocusRef,
16 IListenerClose *listenerClose);
17};
18
19#endif /* LIBS_GRAPHICSCOMP_CKEYBOARDGRAPHICS_HPP_ */
Definition AbstractCompWithFocusGraphics.hpp:7
Definition AbstractComponentGraphics.hpp:21
Definition CKeyboardGraphics.hpp:11
static std::weak_ptr< AbstractComponentGraphics > panelLetterKeyboard(AbstractCompWithFocusGraphics *compFocusRef, IListenerClose *listenerClose)
Definition CKeyboardGraphics.cpp:255
static std::weak_ptr< AbstractComponentGraphics > panelNumberKeyboard(AbstractCompWithFocusGraphics *compFocusRef, IListenerClose *listenerClose)
Definition CKeyboardGraphics.cpp:228
Definition IListenerClose.hpp:5