HAL  v4.5.0-131-gda71a6012
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
hal_qt_compat.h File Reference
#include <QRect>
#include <QSet>
#include <QList>
#include <QVector>
#include <vector>
#include <QLayout>
#include <QStyleOption>
#include <QWidget>
#include <QPoint>
#include <QDateTime>
Include dependency graph for hal_qt_compat.h:

Go to the source code of this file.

Namespaces

 hal
 
 hal::QtCompat
 

Functions

QRect hal::QtCompat::desktopAvailableGeometry ()
 
QRect hal::QtCompat::widgetAvailableGeometry (QWidget *widget)
 
QRect hal::QtCompat::desktopScreenGeometry ()
 
uint hal::QtCompat::qHashPoint (const QPoint &p)
 
void hal::QtCompat::styleOptionInit (QStyleOption &opt, QWidget *widget)
 
void hal::QtCompat::setMarginWidth (QLayout *layout, int marginWidth)
 
QString hal::QtCompat::dateToLocaleString (const QDateTime &dt)
 
template<typename T >
QSet< T > hal::QtCompat::listToSet (const QList< T > &list)
 
template<typename T >
QList< T > hal::QtCompat::setToList (const QSet< T > &cset)
 
template<typename T >
QVector< T > hal::QtCompat::listToVector (const QList< T > &list)
 
template<typename T >
QVector< T > hal::QtCompat::stdVectorToVector (const std::vector< T > &vec)