RADLib
RADical C++ application framework
RADUi::DirectoryBrowserOptions Struct Reference

Options for DirectoryBrowserModel snapshots. More...

#include <RADUi.h>

Public Attributes

bool includeFiles = true
 Include files in addition to folders. More...
 
bool includeHidden = false
 Include dot-prefixed hidden files and folders. More...
 
bool includeParentEntry = true
 Include synthetic parent row when the root has a parent. More...
 
int maxDepth = 8
 Maximum expanded tree depth. More...
 
std::vector< std::string > allowedExtensions
 Optional lowercase extension allow-list. Empty means all files. More...
 

Detailed Description

Options for DirectoryBrowserModel snapshots.

Member Data Documentation

◆ allowedExtensions

std::vector<std::string> RADUi::DirectoryBrowserOptions::allowedExtensions

Optional lowercase extension allow-list. Empty means all files.

◆ includeFiles

bool RADUi::DirectoryBrowserOptions::includeFiles = true

Include files in addition to folders.

◆ includeHidden

bool RADUi::DirectoryBrowserOptions::includeHidden = false

Include dot-prefixed hidden files and folders.

◆ includeParentEntry

bool RADUi::DirectoryBrowserOptions::includeParentEntry = true

Include synthetic parent row when the root has a parent.

◆ maxDepth

int RADUi::DirectoryBrowserOptions::maxDepth = 8

Maximum expanded tree depth.


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