Home
last modified time | relevance | path

Searched refs:_rgbaBox (Results 1 – 2 of 2) sorted by relevance

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/render_rfx/
H A Drfx_colorbox.cpp46 this->_rgbaBox->setFixedSize (w, h); in RfxColorBox()
61 this->_rgbaBox->raise(); in RfxColorBox()
145 layout->addWidget(_rgbaBox, 0, 0); in RfxColorBox()
147 this->_rgbaBox->raise(); in RfxColorBox()
157 if(this->_rgbaBox) in ~RfxColorBox()
158 delete _rgbaBox; in ~RfxColorBox()
211 …this->_rgbaBox->setStyleSheet(getNewRGBAStylesheet(this->_rgbaBox->styleSheet(), CHANNEL_ALL, vals… in setBoxColorFromDialog()
225 …this->_rgbaBox->setStyleSheet(getNewRGBAStylesheet(this->_rgbaBox->styleSheet(), CHANNEL_R, vals)); in setR()
237 …this->_rgbaBox->setStyleSheet(getNewRGBAStylesheet(this->_rgbaBox->styleSheet(), CHANNEL_G, vals)); in setG()
249 …this->_rgbaBox->setStyleSheet(getNewRGBAStylesheet(this->_rgbaBox->styleSheet(), CHANNEL_B, vals)); in setB()
[all …]
H A Drfx_colorbox.h88 QPushButton* _rgbaBox; variable