#include <dialog.h>
Public Types | |
typedef Callback1< std::string > | SetPathCallback |
typedef Callback1< const SetPathCallback & > | BrowseCallback |
Public Member Functions | |
BrowsedPathEntry (const BrowseCallback &browse) | |
Data Fields | |
PathEntry | m_entry |
BrowseCallback | m_browse |
Definition at line 126 of file dialog.h.
typedef Callback1<const SetPathCallback&> BrowsedPathEntry::BrowseCallback |
typedef Callback1<std::string> BrowsedPathEntry::SetPathCallback |
BrowsedPathEntry::BrowsedPathEntry | ( | const BrowseCallback & | browse | ) |
Definition at line 132 of file dialog.h.
Referenced by SoundAttribute::apply(), ParticleAttribute::apply(), ModelAttribute::apply(), ParticleAttribute::browse(), SoundAttribute::getWidget(), ParticleAttribute::getWidget(), ModelAttribute::getWidget(), ModelAttribute::ModelAttribute(), ParticleAttribute::ParticleAttribute(), SoundAttribute::SoundAttribute(), SoundAttribute::update(), ParticleAttribute::update(), and ModelAttribute::update().