Sayonara Player
Public Member Functions | Private Attributes | List of all members
DatabaseVisStyles Class Reference

Public Member Functions

 DatabaseVisStyles (const QSqlDatabase &db, quint8 db_id)
 
QList< RawColorStyleget_raw_color_styles ()
 
bool insert_raw_color_style_to_db (const RawColorStyle &rcs)
 
bool update_raw_color_style (const RawColorStyle &rcs)
 
bool raw_color_style_exists (QString name)
 
bool delete_raw_color_style (QString name)
 

Private Attributes

QSqlDatabase _db
 
quint8 _module_db_id
 
Inheritance diagram for DatabaseVisStyles:
DatabaseModule DatabaseConnector