53 #ifndef HISTORY_DIALOG_H
54 #define HISTORY_DIALOG_H
56 #include "../vtools/dialogs/tools/dialogtool.h"
58 #include <QDomElement>
104 virtual void closeEvent ( QCloseEvent * event ) Q_DECL_OVERRIDE;
105 virtual void changeEvent(QEvent* event) Q_DECL_OVERRIDE;
106 virtual bool eventFilter(QObject *
object, QEvent *event) Q_DECL_OVERRIDE;
121 quint32
attrUInt(const QDomElement &domElement, const QString &name);
The HistoryDialog class show dialog history.
VPattern * m_doc
ui keeps information about user interface
void updateHistory()
updateHistory update history table
void showTool()
showTool show selected point
void changedCursor(quint32 id)
changedCursor changed cursor of input. Cursor show after which record we will insert new object
void findText(const QString &text)
qint32 m_cursorRow
doc dom document container
qint32 m_cursorToolRecordRow
cursorRow save number of row where is cursor
virtual void DialogAccepted() Q_DECL_OVERRIDE
DialogAccepted save data and emit signal about closed dialog.
virtual ~HistoryDialog() Q_DECL_OVERRIDE
virtual void changeEvent(QEvent *event) Q_DECL_OVERRIDE
void initializeTable()
initializeTable set initial option of table
virtual bool eventFilter(QObject *object, QEvent *event) Q_DECL_OVERRIDE
void cellClicked(int row, int column)
cellClicked changed history record
quint32 attrUInt(const QDomElement &domElement, const QString &name)
RowData record(const VToolRecord &tool)
Record return description for record.
HistoryDialog(VContainer *data, VPattern *doc, QWidget *parent=nullptr)
HistoryDialog create dialog.
virtual void closeEvent(QCloseEvent *event) Q_DECL_OVERRIDE
closeEvent handle when windows is closing
void showHistoryTool(quint32 id, bool enable)
showHistoryTool signal change color of selected in records tool
void fillTable()
cursorToolRecordRow save number of row selected record
void copyToClipboard()
copyToClipboard copy dialog selection to clipboard as comma separated values.
virtual void DialogApply() Q_DECL_OVERRIDE
DialogApply apply data and emit signal about applied dialog.
The VContainer class container of all variables.
The VPattern class working with pattern file.