2021-02-09 Fred Gleason <fredg@paravelsystems.com>

* Added a 'RDLogLine::transTypeFromString()' method.
	* Refactored the cart stack lists in the 'Edit Event' dialog in
	rdlogmanger(1) to use the model based API.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-02-09 10:48:51 -05:00
parent 33aa5bfb07
commit 2eaf4689e6
22 changed files with 1837 additions and 328 deletions

View File

@@ -275,6 +275,7 @@ class RDLogLine
int cutnum=-1);
static QString startSourceText(RDLogLine::StartSource src);
static QString transText(RDLogLine::TransType trans);
static TransType transTypeFromString(const QString &str);
static QString typeText(RDLogLine::Type type);
static QString timeTypeText(RDLogLine::TimeType type);
static QString sourceText(RDLogLine::Source src);