25#ifndef TGUI_FILE_DIALOG_RENDERER_HPP
26#define TGUI_FILE_DIALOG_RENDERER_HPP
28#include <TGUI/Renderers/ChildWindowRenderer.hpp>
32TGUI_MODULE_EXPORT
namespace tgui
38 using ChildWindowRenderer::ChildWindowRenderer;
52 TGUI_NODISCARD std::shared_ptr<RendererData>
getListView()
const;
59 void setEditBox(std::shared_ptr<RendererData> rendererData);
66 TGUI_NODISCARD std::shared_ptr<RendererData>
getEditBox()
const;
103 void setButton(std::shared_ptr<RendererData> rendererData);
112 TGUI_NODISCARD std::shared_ptr<RendererData>
getButton()
const;
Definition ChildWindowRenderer.hpp:35
Definition FileDialogRenderer.hpp:35
TGUI_NODISCARD std::shared_ptr< RendererData > getFileTypeComboBox() const
Returns the renderer data of the file type combo box.
void setForwardButton(std::shared_ptr< RendererData > rendererData)
Sets the renderer data of the forward button.
void setBackButton(std::shared_ptr< RendererData > rendererData)
Sets the renderer data of the back button.
TGUI_NODISCARD std::shared_ptr< RendererData > getFilenameLabel() const
Returns the renderer data of the filename label.
TGUI_NODISCARD std::shared_ptr< RendererData > getUpButton() const
Returns the renderer data of the up button.
void setArrowsOnNavigationButtonsVisible(bool showArrows)
Changes whether the arrows are shown on the back, forward and up buttons.
TGUI_NODISCARD bool getArrowsOnNavigationButtonsVisible() const
Returns whether the arrows are shown on the back, forward and up buttons.
TGUI_NODISCARD std::shared_ptr< RendererData > getBackButton() const
Returns the renderer data of the back button.
void setFilenameLabel(std::shared_ptr< RendererData > rendererData)
Sets the renderer data of the filename label.
TGUI_NODISCARD std::shared_ptr< RendererData > getListView() const
Returns the renderer data of the list view.
void setUpButton(std::shared_ptr< RendererData > rendererData)
Sets the renderer data of the up button.
TGUI_NODISCARD std::shared_ptr< RendererData > getButton() const
Returns the renderer data of the cancel and confirm buttons.
void setFileTypeComboBox(std::shared_ptr< RendererData > rendererData)
Sets the renderer data of the file type combo box.
void setButton(std::shared_ptr< RendererData > rendererData)
Sets the renderer data of the cancel and confirm buttons.
TGUI_NODISCARD std::shared_ptr< RendererData > getForwardButton() const
Returns the renderer data of the forward button.
void setListView(std::shared_ptr< RendererData > rendererData)
Sets the renderer data of the list view.
void setEditBox(std::shared_ptr< RendererData > rendererData)
Sets the renderer data of the path and filename edit boxes.
TGUI_NODISCARD std::shared_ptr< RendererData > getEditBox() const
Returns the renderer data of the path and filename edit boxes.
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:38