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 89 of file KisPopupButton.cpp.

Constructor & Destructor Documentation

◆ Private()

KisPopupButton::Private::Private ( )
inline

Definition at line 90 of file KisPopupButton.cpp.

92 {}

Member Data Documentation

◆ arrowVisible

bool KisPopupButton::Private::arrowVisible { true }

Definition at line 95 of file KisPopupButton.cpp.

95{ true };

◆ frame

QPointer<KisPopupButtonFrame> KisPopupButton::Private::frame

Definition at line 93 of file KisPopupButton.cpp.

◆ isDetachedGeometrySet

bool KisPopupButton::Private::isDetachedGeometrySet { false }

Definition at line 97 of file KisPopupButton.cpp.

97{ false };

◆ isPopupDetached

bool KisPopupButton::Private::isPopupDetached { false }

Definition at line 96 of file KisPopupButton.cpp.

96{ false };

◆ popupWidget

QPointer<QWidget> KisPopupButton::Private::popupWidget

Definition at line 94 of file KisPopupButton.cpp.


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