|
HAL
v4.5.0-131-gda71a6012
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
|
Functions | |
| QRect | desktopAvailableGeometry () |
| QRect | widgetAvailableGeometry (QWidget *widget) |
| QRect | desktopScreenGeometry () |
| uint | qHashPoint (const QPoint &p) |
| void | styleOptionInit (QStyleOption &opt, QWidget *widget) |
| void | setMarginWidth (QLayout *layout, int marginWidth) |
| QString | dateToLocaleString (const QDateTime &dt) |
| template<typename T > | |
| QSet< T > | listToSet (const QList< T > &list) |
| template<typename T > | |
| QList< T > | setToList (const QSet< T > &cset) |
| template<typename T > | |
| QVector< T > | listToVector (const QList< T > &list) |
| template<typename T > | |
| QVector< T > | stdVectorToVector (const std::vector< T > &vec) |
Definition at line 106 of file hal_qt_compat.cpp.
References QLocale::ShortFormat, QLocale::system(), Qt::SystemLocaleShortDate, QLocale::toString(), and QDateTime::toString().
Referenced by hal::ContextTreeItem::getData().
| QRect hal::QtCompat::desktopAvailableGeometry | ( | ) |
Definition at line 10 of file hal_qt_compat.cpp.
References QGuiApplication::primaryScreen.
Referenced by hal::TabWidget::detach(), and hal::SplitterAnchor::detach().
| QRect hal::QtCompat::desktopScreenGeometry | ( | ) |
Definition at line 19 of file hal_qt_compat.cpp.
References QGuiApplication::primaryScreen.
Referenced by hal::SettingsManager::mainWindowSize().
Definition at line 55 of file hal_qt_compat.h.
References QList::constBegin(), QList::constEnd(), and QSet::fromList().
Definition at line 73 of file hal_qt_compat.h.
References QList::constBegin(), QList::constEnd(), and QVector::fromList().
| uint hal::QtCompat::qHashPoint | ( | const QPoint & | p | ) |
Definition at line 37 of file hal_qt_compat.cpp.
References hal::qHash().
Referenced by hal::qHash().
| void hal::QtCompat::setMarginWidth | ( | QLayout * | layout, |
| int | marginWidth | ||
| ) |
Definition at line 88 of file hal_qt_compat.cpp.
References QLayout::setContentsMargins(), and QLayout::setMargin().
Referenced by hal::CommentWidget::CommentWidget(), hal::LogicEvaluatorValue::LogicEvaluatorValue(), and hal::PythonConsoleAbortThread::PythonConsoleAbortThread().
Definition at line 64 of file hal_qt_compat.h.
References QSet::constBegin(), and QSet::constEnd().
| QVector<T> hal::QtCompat::stdVectorToVector | ( | const std::vector< T > & | vec | ) |
Definition at line 82 of file hal_qt_compat.h.
References QVector::fromStdVector().
| void hal::QtCompat::styleOptionInit | ( | QStyleOption & | opt, |
| QWidget * | widget | ||
| ) |
Definition at line 97 of file hal_qt_compat.cpp.
References QStyleOption::init(), and QStyleOption::initFrom().
Referenced by hal::CodeEditorMinimap::paintEvent(), and hal::LineNumberArea::paintEvent().
Definition at line 28 of file hal_qt_compat.cpp.
References QScreen::availableGeometry, and QWidget::screen().
Referenced by hal::gui_utility::ensureOnScreen().