Deluge Firmware 1.3.0
Build date: 2026.07.15
Loading...
Searching...
No Matches
deluge::gui::browser::FileListView Class Referenceabstract

#include <default_name.h>

Public Member Functions

virtual bool contains (char const *nameWithExtension) const =0

Detailed Description

Read-only view over the browser's file list, so name derivation can be tested without a card, a display, or the browser's static state. Implemented over Browser::fileItems in the firmware, and over a vector in tests.

Member Function Documentation

◆ contains()

virtual bool deluge::gui::browser::FileListView::contains ( char const * nameWithExtension) const
pure virtual

True if the list holds this exact name. The name includes its extension, matching FileItem::displayName (the CStringArray sort key).


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