Open 3D Engine AzToolsFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzToolsFramework::PropertyFilePathCtrl Class Reference

#include <PropertyFilePathCtrl.h>

Inherits QWidget.

Public Slots

void SetFilePath (const AZ::IO::Path &filePath)
 

Signals

void FilePathChanged ()
 

Public Member Functions

 AZ_CLASS_ALLOCATOR (PropertyFilePathCtrl, AZ::SystemAllocator)
 
 PropertyFilePathCtrl (QWidget *parent=nullptr)
 
const AZ::IO::Path & GetFilePath () const
 
void SetFilter (const QString &filter)
 
void SetDefaultFileName (AZ::IO::Path fileName)
 

Detailed Description

A control for representing an AZ::IO::Path field with a BrowseEdit whose popup button triggers a native file dialog.


The documentation for this class was generated from the following file: