Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
PanelRevisions.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_UI_PANELS_PANELREVISIONS_HPP_
2#define IV_SRC_UI_PANELS_PANELREVISIONS_HPP_
3
4#include "model/Changes.hpp"
6
7#include <string>
8
9namespace iv::ui::panels
10{
11
13{
14public:
16 static AbstractComponentGUI *panelEditInfo(const std::string &revisionVersionOut,
17 std::string &revisionCommentaryOut, iv::model::eChangeType &changeType);
18};
19
20}// namespace iv::ui::panels
21
22#endif//IV_SRC_UI_PANELS_PANELREVISIONS_HPP_
Definition AbstractComponentGUI.hpp:30
Definition PanelRevisions.hpp:13
static AbstractComponentGUI * panelListRevisions()
Definition PanelRevisions.cpp:93
static AbstractComponentGUI * panelEditInfo(const std::string &revisionVersionOut, std::string &revisionCommentaryOut, iv::model::eChangeType &changeType)
Definition PanelRevisions.cpp:145
eChangeType
Definition Changes.hpp:14
Definition PanelNetworksEditorFactory.cpp:19