28 #ifndef _BIBLIOTEQ_COPY_EDITOR_H_
29 #define _BIBLIOTEQ_COPY_EDITOR_H_
33 #include "ui_biblioteq_copybrowser.h"
48 const bool showForLendingArg,
49 const int quantityArg,
50 const QString &ioidArg,
53 const QString &itemTypeArg,
54 const QString &uniqueIdArg,
57 void populateCopiesEditor(
void);
63 copy_class(
const QString ©id,
64 const QString ©number,
65 const QString &itemoid,
66 const QString &status)
69 m_copynumber = copynumber;
91 QList<copy_class *> m_copies;
92 QPointer<QWidget> m_parent;
93 QPointer<biblioteq> qmain;
97 QString m_uniqueIdArg;
98 QVector<QString> m_columnHeaderIndexes;
101 bool m_showForLending;
104 QString saveCopies(
void);
105 void changeEvent(QEvent *event);
106 void clearCopiesList(
void);
107 void closeEvent(QCloseEvent *event);
108 void keyPressEvent(QKeyEvent *event);
111 void setGlobalFonts(
const QFont &font);
114 void slotCloseCopyEditor(
void);
117 void slotCheckoutCopy(
void);
118 void slotDeleteCopy(
void);
119 void slotSaveCopies(
void);
Definition: biblioteq_copy_editor.h:40
Definition: biblioteq_item.h:72
Definition: biblioteq.h:274