Blender  V3.3
Public Attributes | List of all members
FileDirEntryArr Struct Reference

#include <DNA_space_types.h>

Public Attributes

ListBase entries
 
int entries_num
 
int entries_filtered_num
 
char root [1024]
 

Detailed Description

Array of directory entries.

Stores the total number of available entries, the number of visible (filtered) entries, and a subset of those in 'entries' ListBase, from idx_start (included) to idx_end (excluded).

Definition at line 1153 of file DNA_space_types.h.

Member Data Documentation

◆ entries

ListBase FileDirEntryArr::entries

◆ entries_filtered_num

int FileDirEntryArr::entries_filtered_num

◆ entries_num

int FileDirEntryArr::entries_num

◆ root

char FileDirEntryArr::root[1024]

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