31 #include "../View/view.h"
32 #include "label_view.h"
33 #include "image_view.h"
37 class ButtonBaseViewImpl;
45 std::shared_ptr<LabelBaseView>
label();
58 std::unique_ptr<ButtonBaseViewImpl> impl;
View for an area of the user interface.
Definition: view.h:68
Definition: Application/application.h:35