26#ifndef TGUI_FILE_DIALOG_RENDERER_HPP
27#define TGUI_FILE_DIALOG_RENDERER_HPP
30#include <TGUI/Renderers/ChildWindowRenderer.hpp>
40 using ChildWindowRenderer::ChildWindowRenderer;
64 void setEditBox(std::shared_ptr<RendererData> rendererData);
114 void setButton(std::shared_ptr<RendererData> rendererData);
Definition ChildWindowRenderer.hpp:37
Definition FileDialogRenderer.hpp:37
std::shared_ptr< RendererData > getForwardButton() const
Returns the renderer data of the forward button.
std::shared_ptr< RendererData > getUpButton() const
Returns the renderer data of the up button.
void setForwardButton(std::shared_ptr< RendererData > rendererData)
Sets the renderer data of the forward button.
std::shared_ptr< RendererData > getEditBox() const
Returns the renderer data of the path and filename edit boxes.
std::shared_ptr< RendererData > getFileTypeComboBox() const
Returns the renderer data of the file type combo box.
std::shared_ptr< RendererData > getListView() const
Returns the renderer data of the list view.
void setBackButton(std::shared_ptr< RendererData > rendererData)
Sets the renderer data of the back button.
std::shared_ptr< RendererData > getButton() const
Returns the renderer data of the cancel and confirm buttons.
void setArrowsOnNavigationButtonsVisible(bool showArrows)
Changes whether the arrows are shown on the back, forward and up buttons.
std::shared_ptr< RendererData > getFilenameLabel() const
Returns the renderer data of the filename label.
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.
void setUpButton(std::shared_ptr< RendererData > rendererData)
Sets the renderer data of the up button.
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.
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.
bool getArrowsOnNavigationButtonsVisible() const
Returns whether the arrows are shown on the back, forward and up buttons.
Namespace that contains all TGUI functions and classes.
Definition AbsoluteOrRelativeValue.hpp:36