Home
last modified time | relevance | path

Searched refs:LDViewErrors (Results 1 – 5 of 5) sorted by relevance

/dports/cad/ldview/ldview-4.4/QT/
H A DLDViewErrors.cpp21 LDViewErrors::LDViewErrors(QWidget *parent, Preferences *preferences) in LDViewErrors() function in LDViewErrors
58 void LDViewErrors::reflectSettings(void) in reflectSettings()
106 void LDViewErrors::setValues(bool value) in setValues()
114 void LDViewErrors::showWarnings(void) in showWarnings()
122 LDViewErrors::~LDViewErrors(void) in ~LDViewErrors()
130 void LDViewErrors::clear(void) in clear()
136 void LDViewErrors::clearListView(void) in clearListView()
142 void LDViewErrors::addError(LDLError *error) in addError()
147 int LDViewErrors::populateListView(void) in populateListView()
385 void LDViewErrors::showAllError() in showAllError()
[all …]
H A DLDViewErrors.h12 class LDViewErrors : public QMainWindow , Ui::ErrorPanel
16 LDViewErrors(QWidget *parent,Preferences *preferences);
17 ~LDViewErrors(void);
H A DModelViewerWidget.h48 class LDViewErrors; variable
346 LDViewErrors *errors;
H A DLDView.pro1 SOURCES += QTMain.cpp ModelViewerWidget.cpp Preferences.cpp LDViewErrors.cpp \
10 HEADERS += ModelViewerWidget.h Preferences.h LDViewErrors.h LDViewExtraDir.h \
H A DModelViewerWidget.cpp124 errors(new LDViewErrors(this, preferences)), in ModelViewerWidget()
2014 errors = new LDViewErrors(mainWindow, preferences); in errorCallback()
2054 errors = new LDViewErrors(mainWindow, preferences); in doViewErrors()