|
libept 0.5.25
|
#include <desktop.h>

Public Member Functions | |
| InternalList () | |
| InternalList (std::string d) | |
| Entry | head () const |
| bool | empty () const |
| void | firstFile () |
| InternalList | tail () const |
| void | nextFile () |
Public Attributes | |
| std::string | dir |
| std::string | current |
| Entry | entry |
| off_t | offset |
| bool | loaded |
| ept::core::desktop::InternalList::InternalList | ( | ) | [inline] |
| ept::core::desktop::InternalList::InternalList | ( | std::string | d | ) | [inline] |
References firstFile().
| bool ept::core::desktop::InternalList::empty | ( | ) | const [inline] |
References offset.
Referenced by TestDesktop::emptyGroupList().
| void ept::core::desktop::InternalList::firstFile | ( | ) | [inline] |
References nextFile(), and offset.
Referenced by InternalList().
| Entry ept::core::desktop::InternalList::head | ( | ) | const [inline] |
References current, entry, ept::core::desktop::Entry::load(), and loaded.
| void ept::core::desktop::InternalList::nextFile | ( | ) | [inline] |
| InternalList ept::core::desktop::InternalList::tail | ( | ) | const [inline] |
References nextFile().
| std::string ept::core::desktop::InternalList::current |
Referenced by head(), and nextFile().
| std::string ept::core::desktop::InternalList::dir |
Referenced by nextFile().
Entry ept::core::desktop::InternalList::entry [mutable] |
Referenced by head().
bool ept::core::desktop::InternalList::loaded [mutable] |
Referenced by head(), and nextFile().
Referenced by empty(), firstFile(), and nextFile().
1.7.4