Home
last modified time | relevance | path

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

/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/render_rfx/
H A Drfx_colorbox.cpp49 this->_rgbBox = new QFrame(this); in RfxColorBox()
50 this->_rgbBox->setObjectName("rgbBox"); in RfxColorBox()
60 this->_rgbBox->raise(); in RfxColorBox()
144 layout->addWidget(_rgbBox, 0, 0); in RfxColorBox()
146 this->_rgbBox->raise(); in RfxColorBox()
159 if(this->_rgbBox) in ~RfxColorBox()
160 delete _rgbBox; in ~RfxColorBox()
212 this->_rgbBox->setStyleSheet(getNewRGBStylesheet(this->_rgbBox->styleSheet(), CHANNEL_ALL, vals)); in setBoxColorFromDialog()
226 … this->_rgbBox->setStyleSheet(getNewRGBStylesheet(this->_rgbBox->styleSheet(), CHANNEL_R, vals)); in setR()
238 … this->_rgbBox->setStyleSheet(getNewRGBStylesheet(this->_rgbBox->styleSheet(), CHANNEL_G, vals)); in setG()
[all …]
H A Drfx_colorbox.h86 QFrame* _rgbBox; variable