| 1 | // Aseprite |
| 2 | // Copyright (C) 2001-2017 David Capello |
| 3 | // |
| 4 | // This program is distributed under the terms of |
| 5 | // the End-User License Agreement for Aseprite. |
| 6 | |
| 7 | #ifndef APP_UI_CONFIGURE_TIMELINE_POPUP_H_INCLUDED |
| 8 | #define |
| 9 | #pragma once |
| 10 | |
| 11 | #include "app/pref/preferences.h" |
| 12 | #include "doc/anidir.h" |
| 13 | #include "ui/popup_window.h" |
| 14 | |
| 15 | namespace ui { |
| 16 | class Button; |
| 17 | class CheckBox; |
| 18 | class RadioButton; |
| 19 | class Slider; |
| 20 | } |
| 21 | |
| 22 | namespace app { |
| 23 | namespace gen { |
| 24 | class TimelineConf; |
| 25 | } |
| 26 | |
| 27 | class Doc; |
| 28 | |
| 29 | class : public ui::PopupWindow { |
| 30 | public: |
| 31 | (); |
| 32 | |
| 33 | protected: |
| 34 | bool (ui::Message* msg) override; |
| 35 | void (); |
| 36 | void (); |
| 37 | void (); |
| 38 | void (); |
| 39 | void (); |
| 40 | void (); |
| 41 | void (); |
| 42 | void (); |
| 43 | void (); |
| 44 | |
| 45 | void (); |
| 46 | void (); |
| 47 | void (); |
| 48 | void (); |
| 49 | |
| 50 | private: |
| 51 | void (); |
| 52 | Doc* (); |
| 53 | DocumentPreferences& (); |
| 54 | |
| 55 | app::gen::TimelineConf* ; |
| 56 | bool ; |
| 57 | }; |
| 58 | |
| 59 | } // namespace app |
| 60 | |
| 61 | #endif |
| 62 | |