1 #ifndef _BIBLIOTEQ_COPY_EDITOR_H_
2 #define _BIBLIOTEQ_COPY_EDITOR_H_
4 #include "ui_biblioteq_copybrowser.h"
19 const bool showForLendingArg,
20 const int quantityArg,
21 const QString &ioidArg,
24 const QString &itemTypeArg,
25 const QString &uniqueIdArg);
27 void populateCopiesEditor(
void);
33 copy_class(
const QString ©id,
34 const QString ©number,
35 const QString &itemoid,
36 const QString &status)
39 m_copynumber = copynumber;
61 QList<copy_class *> m_copies;
65 QVector<QString> m_columnHeaderIndexes;
70 bool m_showForLending;
72 QString saveCopies(
void);
73 void changeEvent(QEvent *event);
74 void clearCopiesList(
void);
75 void closeEvent(QCloseEvent *event);
76 void keyPressEvent(QKeyEvent *event);
79 void setGlobalFonts(
const QFont &font);
82 void slotCloseCopyEditor(
void);
85 void slotCheckoutCopy(
void);
86 void slotDeleteCopy(
void);
87 void slotSaveCopies(
void);