-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
35 changed files
with
7,493 additions
and
2,993 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-1.26 KB
.../Blue_Slider_Horizontal_Small_Indicators_slider_horizontal_small_round_knob.png
Binary file not shown.
Binary file removed
BIN
-449 Bytes
.../__designer/Blue_Slider_Horizontal_Small_slider_horizontal_small_round_back.png
Binary file not shown.
Binary file removed
BIN
-460 Bytes
.../__designer/Blue_Slider_Horizontal_Small_slider_horizontal_small_round_fill.png
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.12 KB
.../__designer/Dark_Slider_Horizontal_Small_slider_horizontal_small_round_back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+2.1 KB
.../__designer/Dark_Slider_Horizontal_Small_slider_horizontal_small_round_fill.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
45 changes: 45 additions & 0 deletions
45
...erated/gui_generated/include/gui_generated/screen_config_screen/screen_configViewBase.hpp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
/*********************************************************************************/ | ||
/********** THIS FILE IS GENERATED BY TOUCHGFX DESIGNER, DO NOT MODIFY ***********/ | ||
/*********************************************************************************/ | ||
#ifndef SCREEN_CONFIGVIEWBASE_HPP | ||
#define SCREEN_CONFIGVIEWBASE_HPP | ||
|
||
#include <gui/common/FrontendApplication.hpp> | ||
#include <mvp/View.hpp> | ||
#include <gui/screen_config_screen/screen_configPresenter.hpp> | ||
#include <touchgfx/widgets/Box.hpp> | ||
#include <touchgfx/containers/buttons/Buttons.hpp> | ||
|
||
class screen_configViewBase : public touchgfx::View<screen_configPresenter> | ||
{ | ||
public: | ||
screen_configViewBase(); | ||
virtual ~screen_configViewBase() {} | ||
virtual void setupScreen(); | ||
|
||
protected: | ||
FrontendApplication& application() { | ||
return *static_cast<FrontendApplication*>(touchgfx::Application::getInstance()); | ||
} | ||
|
||
/* | ||
* Member Declarations | ||
*/ | ||
touchgfx::Box __background; | ||
touchgfx::IconButtonStyle< touchgfx::BoxWithBorderButtonStyle< touchgfx::ClickButtonTrigger > > btn_back; | ||
|
||
private: | ||
|
||
/* | ||
* Callback Declarations | ||
*/ | ||
touchgfx::Callback<screen_configViewBase, const touchgfx::AbstractButtonContainer&> flexButtonCallback; | ||
|
||
/* | ||
* Callback Handler Declarations | ||
*/ | ||
void flexButtonCallbackHandler(const touchgfx::AbstractButtonContainer& src); | ||
|
||
}; | ||
|
||
#endif // SCREEN_CONFIGVIEWBASE_HPP |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.