Added initial implementation of Db.
This commit is contained in:
@@ -51,8 +51,10 @@ namespace libglabels
|
||||
mDescription(description),
|
||||
mPaperId(paperId),
|
||||
mPageWidth(pageWidth),
|
||||
mPageHeight(pageHeight)
|
||||
mPageHeight(pageHeight),
|
||||
mName("")
|
||||
{
|
||||
mName.append( brand ).append( " " ).append( part );
|
||||
}
|
||||
|
||||
Template( const Template &other );
|
||||
@@ -83,6 +85,8 @@ namespace libglabels
|
||||
inline const QString &productUrl() const { return mProductUrl; }
|
||||
inline void setProductUrl( const QString &value ) { mProductUrl = value; }
|
||||
|
||||
inline const QString &name() const { return mName; }
|
||||
|
||||
void addCategory( const QString &categoryId );
|
||||
void addFrame( Frame *frame );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user