Declaration of. More...
#include <QPair>
#include <QtCore/QtGlobal>
#include <QPixmap>
#include <QWidget>
#include <QDebug>
#include <QStyle>
Go to the source code of this file.
Classes | |
class | ads::internal::CDockInsertParam |
Namespaces | |
ads | |
ads::internal | |
Macros | |
#define | ADS_DEBUG_LEVEL 0 |
#define | ADS_EXPORT Q_DECL_IMPORT |
#define | ADS_PRINT(s) |
Functions | |
QPixmap | ads::internal::createTransparentPixmap (const QPixmap &Source, qreal Opacity) |
CDockInsertParam | ads::internal::dockAreaInsertParameters (DockWidgetArea Area) |
template<class T > | |
T | ads::internal::findParent (const QWidget *w) |
void | ads::internal::hideEmptyParentSplitters (CDockSplitter *FirstParentSplitter) |
void | ads::internal::replaceSplitterWidget (QSplitter *Splitter, QWidget *From, QWidget *To) |
void | ads::internal::repolishStyle (QWidget *w, eRepolishChildOptions Options=RepolishIgnoreChildren) |
void | ads::internal::setButtonIcon (QAbstractButton *Button, QStyle::StandardPixmap StandarPixmap, ads::eIcon CustomIconId) |
template<class T > | |
void | ads::internal::setFlag (T &Flags, typename T::enum_type flag, bool on=true) |
template<class QObjectPtr > | |
void | ads::internal::setToolTip (QObjectPtr obj, const QString &tip) |
Variables | |
static const char *const | ads::internal::ClosedProperty = "close" |
static const char *const | ads::internal::DirtyProperty = "dirty" |
static const bool | ads::internal::Restore = false |
static const bool | ads::internal::RestoreTesting = true |
#define ADS_DEBUG_LEVEL 0 |
Definition at line 65 of file ads_globals.h.
#define ADS_EXPORT Q_DECL_IMPORT |
Definition at line 50 of file ads_globals.h.
#define ADS_PRINT | ( | s | ) |
Definition at line 60 of file ads_globals.h.