Krita Source Code Documentation
Loading...
Searching...
No Matches
KisPopupButton::Private Struct Reference

Public Member Functions

 Private ()
 

Public Attributes

bool arrowVisible { true }
 
QPointer< KisPopupButtonFrameframe
 
bool isDetachedGeometrySet { false }
 
bool isPopupDetached { false }
 
QPointer< QWidget > popupWidget
 

Detailed Description

Definition at line 95 of file KisPopupButton.cpp.

Constructor & Destructor Documentation

◆ Private()

KisPopupButton::Private::Private ( )
inline

Definition at line 96 of file KisPopupButton.cpp.

98 {}

Member Data Documentation

◆ arrowVisible

bool KisPopupButton::Private::arrowVisible { true }

Definition at line 101 of file KisPopupButton.cpp.

101{ true };

◆ frame

QPointer<KisPopupButtonFrame> KisPopupButton::Private::frame

Definition at line 99 of file KisPopupButton.cpp.

◆ isDetachedGeometrySet

bool KisPopupButton::Private::isDetachedGeometrySet { false }

Definition at line 103 of file KisPopupButton.cpp.

103{ false };

◆ isPopupDetached

bool KisPopupButton::Private::isPopupDetached { false }

Definition at line 102 of file KisPopupButton.cpp.

102{ false };

◆ popupWidget

QPointer<QWidget> KisPopupButton::Private::popupWidget

Definition at line 100 of file KisPopupButton.cpp.


The documentation for this struct was generated from the following file: