Home
last modified time | relevance | path

Searched defs:minLengthForLineBreak (Results 1 – 3 of 3) sorted by relevance

/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/dialogs/
H A Dsmarttextsadjustdialog.cpp17 SmartTextsAdjustDialog::SmartTextsAdjustDialog(unsigned minLengthForLineBreak, QWidget *parent) : in SmartTextsAdjustDialog()
41 SmartTextsAdjustDialog::minLengthForLineBreak() const in minLengthForLineBreak() function in SmartTextsAdjustDialog
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/scripting/
H A Dscripting_subtitle.cpp226 Scripting::Subtitle::breakLines(const QObject *ranges, int minLengthForLineBreak, int target) in breakLines()
/dports/multimedia/subtitlecomposer/subtitlecomposer-0.7.1/src/core/
H A Dsubtitle.cpp1126 Subtitle::breakLines(const RangeList &ranges, unsigned minLengthForLineBreak, SubtitleTarget target) in breakLines()