#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 |
| off_t | offset |
| ept::core::desktop::InternalList::InternalList | ( | ) | [inline] |
| ept::core::desktop::InternalList::InternalList | ( | std::string | d | ) | [inline] |
| Entry ept::core::desktop::InternalList::head | ( | ) | const [inline] |
References ept::core::desktop::Entry::load().
| bool ept::core::desktop::InternalList::empty | ( | ) | const [inline] |
Referenced by TestDesktop::emptyGroupList().
| void ept::core::desktop::InternalList::firstFile | ( | ) | [inline] |
| InternalList ept::core::desktop::InternalList::tail | ( | ) | const [inline] |
References nextFile().
| void ept::core::desktop::InternalList::nextFile | ( | ) | [inline] |
Referenced by tail().
| std::string ept::core::desktop::InternalList::dir |
| std::string ept::core::desktop::InternalList::current |
1.5.6