Songbook-Client  0.7
This application is a manager of customguitar songbooks
 All Classes Files Functions Variables Enumerations Enumerator Pages
Public Slots | Signals | Public Member Functions | Protected Member Functions | Properties
CSongEditor Class Reference

CSongEditor is the widget that allows to write a song. More...

#include <song-editor.hh>

List of all members.

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
CLibrarylibrary () const
void setLibrary (CLibrary *library)
QActionGroup * actionGroup () const
void readSettings ()
void writeSettings ()
void installHighlighter ()
Songsong ()
void setSong (const Song &song)
CSongCodeEditorcodeEditor () 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

Detailed Description

CSongEditor is the widget that allows to write a song.

A CSongEditor is embedded into a CTabWidget and is composed of:

song-editor.png

The documentation for this class was generated from the following files: