ocarina/include
Anna Schumaker 81f3ef458f database: Each DatabaseEntry should know its id
This will let me set up a Track class that has pointers to the
corresponding artist, album and genre information without needing to
know their IDs directly.  Having this information available means I
won't need to keep a "join struct" when doing lookups - instead I can
return a pointer to a Track class that already knows everything.

Signed-off-by: Anna Schumaker <schumaker.anna@gmail.com>
2014-04-06 19:57:06 -04:00
..
audio.h audio: Add a function to toggle playing 2014-04-06 19:57:01 -04:00
callback.h lib: Import ban status from Ocarina 5.x 2014-04-06 19:57:02 -04:00
database.h database: Each DatabaseEntry should know its id 2014-04-06 19:57:06 -04:00
database.hpp database: Each DatabaseEntry should know its id 2014-04-06 19:57:06 -04:00
deck.h gui: Implement tab reordering 2014-04-06 19:57:02 -04:00
error.h file: Don't use throw / catch to report errors 2014-04-06 19:57:05 -04:00
file.h file: Don't use throw / catch to report errors 2014-04-06 19:57:05 -04:00
filter.h filter: Update design and rewrite the unit test 2014-04-06 19:57:06 -04:00
idle.h idle: Update design and unit test 2014-04-06 19:57:06 -04:00
idle.hpp idle: Update design and unit test 2014-04-06 19:57:06 -04:00
index.h index: Update the index design 2014-04-06 19:57:05 -04:00
library.h index: Update the index design 2014-04-06 19:57:05 -04:00
ocarina.h gui: Rename wires.cpp 2014-04-06 19:57:04 -04:00
playlist.h playlist: Create a playqueue to store the current playlist 2014-04-06 19:57:02 -04:00
playqueue.h playqueue: Add a path_selected function 2014-04-06 19:57:02 -04:00
print.h Update copyright info 2014-04-06 19:56:52 -04:00
Sconscript Clean up the build system 2014-04-06 19:57:03 -04:00
tabs.h filter: Update design and rewrite the unit test 2014-04-06 19:57:06 -04:00
version.h Update copyright info 2014-04-06 19:56:52 -04:00