ff7tk  1.0.0.16
Work with Final Fantasy 7 game data
Public Member Functions | List of all members
PsfTags Class Reference

#include <PsfFile.h>

Public Member Functions

 PsfTags ()
 
 PsfTags (const QString &lib)
 
bool open (const QString &config)
 
QString save () const
 
PsfTagssetLengthS (quint32 seconds)
 
PsfTagssetLib (const QString &lib)
 
PsfTagssetAuthor (const QString &author)
 
PsfTagssetFade (int fade)
 
PsfTagssetVolume (int volume)
 
PsfTagssetTitle (const QString &title)
 
PsfTagssetArtist (const QString &artist)
 
PsfTagssetGame (const QString &game)
 
PsfTagssetGenre (const QString &genre)
 
PsfTagssetComment (const QString &comment)
 
PsfTagssetYear (int year)
 
PsfTagssetCopyright (const QString &copyright)
 
PsfTagssetReplayGainTrack (double gain_db, double peak)
 
PsfTagssetReplayGainAlbum (double gain_db, double peak)
 
PsfTagssetCustom (const QString &name, int value)
 
PsfTagssetCustom (const QString &name, const QString &value)
 

Constructor & Destructor Documentation

◆ PsfTags() [1/2]

PsfTags::PsfTags ( )

◆ PsfTags() [2/2]

PsfTags::PsfTags ( const QString &  lib)
explicit

Member Function Documentation

◆ open()

bool PsfTags::open ( const QString &  config)

◆ save()

QString PsfTags::save ( ) const

◆ setArtist()

PsfTags& PsfTags::setArtist ( const QString &  artist)
inline

◆ setAuthor()

PsfTags& PsfTags::setAuthor ( const QString &  author)
inline

◆ setComment()

PsfTags& PsfTags::setComment ( const QString &  comment)
inline

◆ setCopyright()

PsfTags& PsfTags::setCopyright ( const QString &  copyright)
inline

◆ setCustom() [1/2]

PsfTags& PsfTags::setCustom ( const QString &  name,
const QString &  value 
)
inline

◆ setCustom() [2/2]

PsfTags& PsfTags::setCustom ( const QString &  name,
int  value 
)
inline

◆ setFade()

PsfTags& PsfTags::setFade ( int  fade)
inline

◆ setGame()

PsfTags& PsfTags::setGame ( const QString &  game)
inline

◆ setGenre()

PsfTags& PsfTags::setGenre ( const QString &  genre)
inline

◆ setLengthS()

PsfTags & PsfTags::setLengthS ( quint32  seconds)

◆ setLib()

PsfTags& PsfTags::setLib ( const QString &  lib)
inline

◆ setReplayGainAlbum()

PsfTags& PsfTags::setReplayGainAlbum ( double  gain_db,
double  peak 
)
inline

◆ setReplayGainTrack()

PsfTags& PsfTags::setReplayGainTrack ( double  gain_db,
double  peak 
)
inline

◆ setTitle()

PsfTags& PsfTags::setTitle ( const QString &  title)
inline

◆ setVolume()

PsfTags& PsfTags::setVolume ( int  volume)
inline

◆ setYear()

PsfTags& PsfTags::setYear ( int  year)
inline

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