| - -( dyne // software :: culture :: events :: tazebao :: discussion :: museum \\ freaknet )- - |
#include <linklist.h>
Inherited by Playlist.
Inheritance diagram for Linklist:


Public Member Functions | |
| Linklist () | |
| virtual | ~Linklist () |
| Entry * | begin () |
| Entry * | end () |
| int | len () |
| void | append (Entry *addr) |
| void | add (Entry *addr) |
| void | prepend (Entry *addr) |
| void | insert (Entry *addr, int pos) |
| bool | rem (int pos) |
| bool | sel (int pos) |
| bool | clear () |
| bool | moveup (int pos) |
| bool | movedown (int pos) |
| bool | moveto (int num, int pos) |
| Entry * | pick (int pos) |
| Entry * | selected () |
| Entry * | operator[] (int pos) |
| Entry * | pick_id (int id) |
| int | selected_pos () |
| void | lock () |
| void | unlock () |
Public Attributes | |
| Entry * | first |
| Entry * | last |
| int | length |
|
|
Definition at line 34 of file linklist.cpp. |
|
|
Definition at line 43 of file linklist.cpp. |
|
|
Definition at line 36 of file linklist.h. |
|
|
Definition at line 58 of file linklist.cpp. |
|
|
Definition at line 31 of file linklist.h. |
|
|
Definition at line 140 of file linklist.cpp. |
|
|
Definition at line 32 of file linklist.h. |
|
||||||||||||
|
Definition at line 111 of file linklist.cpp. |
|
|
Definition at line 33 of file linklist.h. |
|
|
Definition at line 50 of file linklist.cpp. |
|
|
Definition at line 179 of file linklist.cpp. |
|
||||||||||||
|
Definition at line 184 of file linklist.cpp. |
|
|
Definition at line 174 of file linklist.cpp. |
|
|
Definition at line 49 of file linklist.h. |
|
|
Definition at line 159 of file linklist.cpp. |
|
|
Definition at line 373 of file linklist.cpp. |
|
|
Definition at line 84 of file linklist.cpp. |
|
|
Definition at line 191 of file linklist.cpp. |
|
|
Definition at line 200 of file linklist.cpp. |
|
|
Definition at line 223 of file linklist.cpp. |
|
|
Definition at line 383 of file linklist.cpp. |
|
|
Definition at line 53 of file linklist.cpp. |
|
|
Definition at line 52 of file linklist.h. |
|
|
Definition at line 53 of file linklist.h. |
|
|
Definition at line 54 of file linklist.h. |
|
|
|
|
| Copyleft 2000 - 2008 dyne.org foundation and respective authors. Verbatim copying and distribution is permitted in any medium, provided this notice is preserved. Send inquiries & questions to dyne.org's hackers. |
|