![]() |
Songbook-Client
0.7
This application is a manager of customguitar songbooks
|
CSongEditor is the widget that allows to write a song. More...
#include <song-editor.hh>
Public Slots | |
| void | setModified (bool modified) |
| void | setNewSong (bool newSong) |
| void | setDictionary (const QLocale &locale) |
Signals | |
| void | labelChanged (const QString &label) |
| void | saved (const QString &path) |
Public Member Functions | |
| CSongEditor (QWidget *parent=0) | |
| QToolBar * | toolBar () const |
| CLibrary * | library () const |
| void | setLibrary (CLibrary *library) |
| QActionGroup * | actionGroup () const |
| void | readSettings () |
| void | writeSettings () |
| void | installHighlighter () |
| Song & | song () |
| void | setSong (const Song &song) |
| CSongCodeEditor * | codeEditor () const |
| bool | isModified () const |
| bool | isNewSong () const |
| bool | isNewCover () const |
| Getter on the new cover property. | |
| void | setNewCover (bool newCover) |
| Setter on the new cover property. | |
| bool | isSpellCheckAvailable () const |
| void | setSpellCheckAvailable (const bool) |
Protected Member Functions | |
| void | closeEvent (QCloseEvent *event) |
Properties | |
| bool | newSong |
| bool | newCover |
CSongEditor is the widget that allows to write a song.
A CSongEditor is embedded into a CTabWidget and is composed of:
1.8.1.1