DtkGui
DTK Gui module
载入中...
搜索中...
未找到
Dtk::Gui::DWin32PlatformWindowInterface类 参考
类 Dtk::Gui::DWin32PlatformWindowInterface 继承关系图:
Dtk::Gui::DWin32PlatformWindowInterface 的协作图:

Public 成员函数

 DWin32PlatformWindowInterface (QWindow *window, DPlatformHandle *platformHandle, QObject *parent=nullptr)
 
void setEnabled (bool enabled) override
 
bool isEnabled () const override
 
bool isEnabledNoTitlebar () const override
 
bool setEnabledNoTitlebar (bool enable) override
 
int windowRadius () const override
 
void setWindowRadius (int windowRadius) override
 
int borderWidth () const override
 
void setBorderWidth (int borderWidth) override
 
QColor borderColor () const override
 
void setBorderColor (const QColor &borderColor) override
 
int shadowRadius () const override
 
void setShadowRadius (int shadowRadius) override
 
QPoint shadowOffset () const override
 
void setShadowOffset (const QPoint &shadowOffset) override
 
QColor shadowColor () const override
 
void setShadowColor (const QColor &shadowColor) override
 
void setDisableWindowOverrideCursor (bool disable) override
 
DPlatformHandle::EffectScene windowEffect () override
 
void setWindowEffect (DPlatformHandle::EffectScenes effectScene) override
 
DPlatformHandle::EffectType windowStartUpEffect () override
 
void setWindowStartUpEffect (DPlatformHandle::EffectTypes effectType) override
 
QPainterPath clipPath () const override
 
void setClipPath (const QPainterPath &clipPath) override
 
QRegion frameMask () const override
 
void setFrameMask (const QRegion &frameMask) override
 
QMargins frameMargins () const override
 
bool translucentBackground () const override
 
void setTranslucentBackground (bool translucentBackground) override
 
bool enableSystemResize () const override
 
void setEnableSystemResize (bool enableSystemResize) override
 
bool enableSystemMove () const override
 
void setEnableSystemMove (bool enableSystemMove) override
 
bool enableBlurWindow () const override
 
void setEnableBlurWindow (bool enableBlurWindow) override
 
- Public 成员函数 继承自 Dtk::Gui::DPlatformWindowInterface
 DPlatformWindowInterface (QWindow *window, DPlatformHandle *platformHandle)
 
QWindow * window () const
 

Protected 成员函数

bool eventFilter (QObject *watched, QEvent *event) override
 

额外继承的成员函数

- Protected 属性 继承自 Dtk::Gui::DPlatformWindowInterface
QPointer< QWindow > m_window
 
QPointer< DPlatformHandlem_platformHandle
 

成员函数说明

◆ borderColor()

QColor Dtk::Gui::DWin32PlatformWindowInterface::borderColor ( ) const
overridevirtual

◆ borderWidth()

int Dtk::Gui::DWin32PlatformWindowInterface::borderWidth ( ) const
overridevirtual

◆ clipPath()

QPainterPath Dtk::Gui::DWin32PlatformWindowInterface::clipPath ( ) const
overridevirtual

◆ enableBlurWindow()

bool Dtk::Gui::DWin32PlatformWindowInterface::enableBlurWindow ( ) const
overridevirtual

◆ enableSystemMove()

bool Dtk::Gui::DWin32PlatformWindowInterface::enableSystemMove ( ) const
overridevirtual

◆ enableSystemResize()

bool Dtk::Gui::DWin32PlatformWindowInterface::enableSystemResize ( ) const
overridevirtual

◆ frameMargins()

QMargins Dtk::Gui::DWin32PlatformWindowInterface::frameMargins ( ) const
overridevirtual

◆ frameMask()

QRegion Dtk::Gui::DWin32PlatformWindowInterface::frameMask ( ) const
overridevirtual

◆ isEnabled()

bool Dtk::Gui::DWin32PlatformWindowInterface::isEnabled ( ) const
overridevirtual

◆ isEnabledNoTitlebar()

bool Dtk::Gui::DWin32PlatformWindowInterface::isEnabledNoTitlebar ( ) const
overridevirtual

◆ setBorderColor()

void Dtk::Gui::DWin32PlatformWindowInterface::setBorderColor ( const QColor &  borderColor)
overridevirtual

◆ setBorderWidth()

void Dtk::Gui::DWin32PlatformWindowInterface::setBorderWidth ( int  borderWidth)
overridevirtual

◆ setClipPath()

void Dtk::Gui::DWin32PlatformWindowInterface::setClipPath ( const QPainterPath &  clipPath)
overridevirtual

◆ setDisableWindowOverrideCursor()

void Dtk::Gui::DWin32PlatformWindowInterface::setDisableWindowOverrideCursor ( bool  disable)
overridevirtual

◆ setEnableBlurWindow()

void Dtk::Gui::DWin32PlatformWindowInterface::setEnableBlurWindow ( bool  enableBlurWindow)
overridevirtual

◆ setEnabled()

void Dtk::Gui::DWin32PlatformWindowInterface::setEnabled ( bool  enabled)
overridevirtual

◆ setEnabledNoTitlebar()

bool Dtk::Gui::DWin32PlatformWindowInterface::setEnabledNoTitlebar ( bool  enable)
overridevirtual

◆ setEnableSystemMove()

void Dtk::Gui::DWin32PlatformWindowInterface::setEnableSystemMove ( bool  enableSystemMove)
overridevirtual

◆ setEnableSystemResize()

void Dtk::Gui::DWin32PlatformWindowInterface::setEnableSystemResize ( bool  enableSystemResize)
overridevirtual

◆ setFrameMask()

void Dtk::Gui::DWin32PlatformWindowInterface::setFrameMask ( const QRegion &  frameMask)
overridevirtual

◆ setShadowColor()

void Dtk::Gui::DWin32PlatformWindowInterface::setShadowColor ( const QColor &  shadowColor)
overridevirtual

◆ setShadowOffset()

void Dtk::Gui::DWin32PlatformWindowInterface::setShadowOffset ( const QPoint &  shadowOffset)
overridevirtual

◆ setShadowRadius()

void Dtk::Gui::DWin32PlatformWindowInterface::setShadowRadius ( int  shadowRadius)
overridevirtual

◆ setTranslucentBackground()

void Dtk::Gui::DWin32PlatformWindowInterface::setTranslucentBackground ( bool  translucentBackground)
overridevirtual

◆ setWindowEffect()

void Dtk::Gui::DWin32PlatformWindowInterface::setWindowEffect ( DPlatformHandle::EffectScenes  effectScene)
overridevirtual

◆ setWindowRadius()

void Dtk::Gui::DWin32PlatformWindowInterface::setWindowRadius ( int  windowRadius)
overridevirtual

◆ setWindowStartUpEffect()

void Dtk::Gui::DWin32PlatformWindowInterface::setWindowStartUpEffect ( DPlatformHandle::EffectTypes  effectType)
overridevirtual

◆ shadowColor()

QColor Dtk::Gui::DWin32PlatformWindowInterface::shadowColor ( ) const
overridevirtual

◆ shadowOffset()

QPoint Dtk::Gui::DWin32PlatformWindowInterface::shadowOffset ( ) const
overridevirtual

◆ shadowRadius()

int Dtk::Gui::DWin32PlatformWindowInterface::shadowRadius ( ) const
overridevirtual

◆ translucentBackground()

bool Dtk::Gui::DWin32PlatformWindowInterface::translucentBackground ( ) const
overridevirtual

◆ windowEffect()

DPlatformHandle::EffectScene Dtk::Gui::DWin32PlatformWindowInterface::windowEffect ( )
overridevirtual

◆ windowRadius()

int Dtk::Gui::DWin32PlatformWindowInterface::windowRadius ( ) const
overridevirtual

◆ windowStartUpEffect()

DPlatformHandle::EffectType Dtk::Gui::DWin32PlatformWindowInterface::windowStartUpEffect ( )
overridevirtual

该类的文档由以下文件生成: