Home
last modified time | relevance | path

Searched refs:drawSelectionFrame (Results 1 – 21 of 21) sorted by relevance

/dports/biology/ugene/ugene-40.1/src/corelibs/U2View/src/ov_msa/view_rendering/
H A DSequenceAreaRenderer.h40 virtual void drawSelectionFrame(QPainter &painter) const;
H A DSequenceWithChromatogramAreaRenderer.h39 void drawSelectionFrame(QPainter &painter) const override;
H A DSequenceAreaRenderer.cpp80 void SequenceAreaRenderer::drawSelectionFrame(QPainter &painter) const { in drawSelectionFrame() function in U2::SequenceAreaRenderer
H A DSequenceWithChromatogramAreaRenderer.cpp68 void SequenceWithChromatogramAreaRenderer::drawSelectionFrame(QPainter &painter) const { in drawSelectionFrame() function in U2::SequenceWithChromatogramAreaRenderer
70 SequenceAreaRenderer::drawSelectionFrame(painter); in drawSelectionFrame()
H A DMaEditorSequenceArea.cpp1278 renderer->drawSelectionFrame(painter); in drawAll()
/dports/devel/fifechan/fifechan-0.1.5/src/widgets/
H A Dpointgraph.cpp85 drawSelectionFrame(graphics); in draw()
H A Dlabel.cpp127 drawSelectionFrame(graphics); in draw()
H A Dbargraph.cpp110 drawSelectionFrame(graphics); in draw()
H A Dlinegraph.cpp85 drawSelectionFrame(graphics); in draw()
H A Dpiegraph.cpp114 drawSelectionFrame(graphics); in draw()
H A Diconprogressbar.cpp87 drawSelectionFrame(graphics); in draw()
H A Dicon.cpp220 drawSelectionFrame(graphics); in draw()
H A Dcheckbox.cpp149 drawSelectionFrame(graphics); in drawBox()
161 drawSelectionFrame(graphics); in drawBox()
H A Dimageprogressbar.cpp88 drawSelectionFrame(graphics); in draw()
H A Dbutton.cpp194 drawSelectionFrame(graphics); in draw()
H A Dimagebutton.cpp229 drawSelectionFrame(graphics); in draw()
H A Dcurvegraph.cpp104 drawSelectionFrame(graphics); in draw()
H A Dcontainer.cpp114 drawSelectionFrame(graphics); in draw()
/dports/games/py-fife/fifengine-0.4.2/engine/core/gui/fifechan/widgets/
H A Dclicklabel.cpp176 drawSelectionFrame(graphics); in draw()
/dports/devel/fifechan/fifechan-0.1.5/include/fifechan/
H A Dwidget.hpp181 virtual void drawSelectionFrame(Graphics* graphics);
/dports/devel/fifechan/fifechan-0.1.5/src/
H A Dwidget.cpp210 void Widget::drawSelectionFrame(Graphics* graphics) in drawSelectionFrame() function in fcn::Widget