1 #ifndef UIPATHSELECTOR_HPP
2 #define UIPATHSELECTOR_HPP
32 static std::shared_ptr<UIPathSelector>
Create(std::weak_ptr<Window> parent_window, std::string path =
"");
38 std::string
GetPath()
const {
return path;}
40 UIPathSelector(std::weak_ptr<Window> parent_window, std::string path =
"");
43 std::shared_ptr<UIButton> child_button;
44 std::shared_ptr<UITextEntry> child_entry;
49 #endif // UIPATHSELECTOR_HPP
Signal< std::string > on_selected
Definition: UIPathSelector.hpp:33
void SetName(std::string)
Definition: Alertable.hpp:26
Definition: UIPathSelector.hpp:30
static std::shared_ptr< UIPathSelector > Create(std::weak_ptr< Window > parent_window, std::string path="")
void SetPath(std::string)
std::string GetPath() const
Definition: UIPathSelector.hpp:38