MCPcopy Create free account
hub / github.com/bluescan/tacentview / FileDialog

Method FileDialog

Src/FileDialog.cpp:758–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

756
757
758FileDialog::FileDialog(DialogMode mode, const tSystem::tFileTypes& fileTypes) :
759 DoPopulate(false),
760 Mode(mode),
761 FileTypes(fileTypes),
762 RootTreeNode(nullptr),
763 #ifdef PLATFORM_WINDOWS
764 NetworkTreeNode(nullptr),
765 #endif
766 SelectedNode(nullptr)
767{
768 FileDialogs.Append(this);
769}
770
771
772FileDialog::~FileDialog()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected