![]()  | 
  
    Songbook-Client
    0.7
    
   This application is a manager of customguitar songbooks 
   | 
 
CLibraryView is the class that displays the songs library. More...
#include <library-view.hh>
Public Slots | |
| void | update () | 
| Update the view, sorting songs by artist name, then titles.  | |
Public Member Functions | |
| CLibraryView (CMainWindow *parent) | |
| Constructor.  | |
| ~CLibraryView () | |
| Destructor.  | |
| void | readSettings () | 
| Load user settings.  | |
| void | writeSettings () | 
| Save user settings.  | |
| void | resizeColumns () | 
| Resize the library columns.  | |
CLibraryView is the class that displays the songs library.
The songs library is displayed as a table where each row represents a song. Columns can be displayed/hidden through the display section in the preferences.
 1.8.1.1