Public Member Functions | |
| CollectionTrack (string fname) | |
| void | Print () |
Protected Member Functions | |
| bool | GetInfoTagLib () |
Protected Attributes | |
| string | album |
| string | artist |
| string | fname |
| int | length |
| int | modified |
| string | sortartist |
| string | title |
Friends | |
| void | CollectionDB::InsertTrack (CollectionTrack) |
Definition at line 92 of file plaibuildlib.cpp.
| CollectionTrack | ( | string | fname | ) |
Definition at line 105 of file plaibuildlib.cpp.
References album, artist, fname, GetFileModificationTime(), GetInfoTagLib(), length, modified, and title.
Here is the call graph for this function:

| bool GetInfoTagLib | ( | ) | [protected] |
Definition at line 128 of file plaibuildlib.cpp.
References album, artist, fname, length, sortartist, and title.
Referenced by CollectionTrack().
Here is the caller graph for this function:

| void Print | ( | ) |
| void CollectionDB::InsertTrack | ( | CollectionTrack | ) | [friend] |
string album [protected] |
Definition at line 100 of file plaibuildlib.cpp.
Referenced by CollectionTrack(), GetInfoTagLib(), and Print().
string artist [protected] |
Definition at line 100 of file plaibuildlib.cpp.
Referenced by CollectionTrack(), GetInfoTagLib(), and Print().
string fname [protected] |
Definition at line 100 of file plaibuildlib.cpp.
Referenced by CollectionTrack(), GetInfoTagLib(), and Print().
int length [protected] |
Definition at line 101 of file plaibuildlib.cpp.
Referenced by CollectionTrack(), GetInfoTagLib(), and Print().
int modified [protected] |
string sortartist [protected] |
string title [protected] |
Definition at line 100 of file plaibuildlib.cpp.
Referenced by CollectionTrack(), GetInfoTagLib(), and Print().
1.5.1