Home
last modified time | relevance | path

Searched refs:_tooltip (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/battle/finish/
H A Dbattle_defeat.cpp105 _tooltip.SetOwner(&_tooltip_window); in BattleDefeat()
106 _tooltip.SetPosition(32.0f, 40.0f); in BattleDefeat()
107 _tooltip.SetDimensions(480.0f, 80.0f); in BattleDefeat()
108 _tooltip.SetAlignment(VIDEO_X_LEFT, VIDEO_Y_TOP); in BattleDefeat()
109 _tooltip.SetTextAlignment(VIDEO_X_LEFT, VIDEO_Y_TOP); in BattleDefeat()
110 _tooltip.SetDisplaySpeed(SystemManager->GetMessageSpeed()); in BattleDefeat()
111 _tooltip.SetTextStyle(TextStyle("text20", Color::white)); in BattleDefeat()
112 _tooltip.SetDisplayMode(VIDEO_TEXT_INSTANT); in BattleDefeat()
228 _tooltip.Draw(); in Draw()
242 _tooltip.SetDisplayText(""); in _SetTooltipText()
[all …]
/dports/finance/weberp/webERP/Classes/PHPExcel/Cell/
H A DHyperlink.php50 private $_tooltip; variable in PHPExcel_Cell_Hyperlink
62 $this->_tooltip = $pTooltip;
91 return $this->_tooltip;
101 $this->_tooltip = $value;
122 . $this->_tooltip
/dports/audio/lmms/lmms-1.2.2/src/gui/widgets/
H A DNStateButton.cpp54 void NStateButton::addState( const QPixmap & _pm, const QString & _tooltip ) in addState() argument
56 m_states.push_back( qMakePair( _pm, _tooltip ) ); in addState()
74 const QString & _tooltip = in changeState() local
78 ToolTip::add( this, _tooltip ); in changeState()
H A DToolButton.cpp30 ToolButton::ToolButton( const QPixmap & _pixmap, const QString & _tooltip, in ToolButton() argument
41 ToolTip::add( this, _tooltip ); in ToolButton()
/dports/devel/glade/glade-3.22.1/plugins/gtk+/
H A Dgtk+.xml.in190 <_tooltip>A list of accelerator keys</_tooltip>
216 <_tooltip>The accessible role of this object</_tooltip>
660 <_tooltip>The number of items in the box</_tooltip>
726 <_tooltip>The number of items in the action bar</_tooltip>
1028 <_tooltip>The stock item for this menu item</_tooltip>
1414 <_tooltip>The pango attributes for this label</_tooltip>
1748 <_tooltip>The stock item for this button</_tooltip>
2403 <_tooltip>The number of rows for this grid</_tooltip>
2588 <_tooltip>The number of pages in the stack</_tooltip>
3478 <_tooltip>Number of pages in this assistant</_tooltip>
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/examples/charts/
H A Dcallout.py202 self._tooltip = Callout(self._chart)
235 self._callouts.append(self._tooltip)
236 self._tooltip = Callout(self._chart)
239 if self._tooltip == 0:
240 self._tooltip = Callout(self._chart)
243 self._tooltip.setText("X: {0:.2f} \nY: {1:.2f} "
245 self._tooltip.setAnchor(point)
246 self._tooltip.setZValue(11)
247 self._tooltip.updateGeometry()
248 self._tooltip.show()
[all …]
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/examples/charts/
H A Dcallout.py202 self._tooltip = Callout(self._chart)
235 self._callouts.append(self._tooltip)
236 self._tooltip = Callout(self._chart)
239 if self._tooltip == 0:
240 self._tooltip = Callout(self._chart)
243 self._tooltip.setText("X: {0:.2f} \nY: {1:.2f} "
245 self._tooltip.setAnchor(point)
246 self._tooltip.setZValue(11)
247 self._tooltip.updateGeometry()
248 self._tooltip.show()
[all …]
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/examples/charts/
H A Dcallout.py202 self._tooltip = Callout(self._chart)
235 self._callouts.append(self._tooltip)
236 self._tooltip = Callout(self._chart)
239 if self._tooltip == 0:
240 self._tooltip = Callout(self._chart)
243 self._tooltip.setText("X: {0:.2f} \nY: {1:.2f} "
245 self._tooltip.setAnchor(point)
246 self._tooltip.setZValue(11)
247 self._tooltip.updateGeometry()
248 self._tooltip.show()
[all …]
/dports/games/py-pychess/pychess-1.0.2/lib/pychess/widgets/
H A DMenuItemsDict.py23 self._tooltip = tooltip
47 return self._tooltip
52 self._tooltip = tooltip
71 if self._tooltip is not None:
72 self._set_widget("tooltip-text", self._tooltip)
/dports/audio/lmms/lmms-1.2.2/include/
H A DNStateButton.h42 void addState( const QPixmap & _pixmap, const QString & _tooltip = "" );
44 inline void setGeneralToolTip( const QString & _tooltip ) in setGeneralToolTip() argument
46 m_generalToolTip = _tooltip; in setGeneralToolTip()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/pet_control/
H A Dpet_translation.cpp35 _tooltip.setBounds(rect2); in CPetTranslation()
36 _tooltip.setHasBorder(false); in CPetTranslation()
47 _tooltip.draw(screenManager); in draw()
H A Dpet_translation.h34 CTextControl _tooltip; variable
90 virtual CTextControl *getText() { return &_tooltip; } in getText()
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/pet_control/
H A Dpet_translation.cpp35 _tooltip.setBounds(rect2); in CPetTranslation()
36 _tooltip.setHasBorder(false); in CPetTranslation()
47 _tooltip.draw(screenManager); in draw()
H A Dpet_translation.h34 CTextControl _tooltip; variable
90 CTextControl *getText() override { return &_tooltip; } in getText()
/dports/audio/gnome-music/gnome-music-41.0/gnomemusic/widgets/
H A Dalbumcover.py64 self._tooltip = TwoLineTip()
69 self._tooltip.props.title = artist
70 self._tooltip.props.subtitle = title
113 tooltip.set_custom(self._tooltip)
H A Dartistsearchtile.py68 self._tooltip = TwoLineTip()
69 self._tooltip.props.subtitle_visible = False
73 self._tooltip.props.title = artist
103 tooltip.set_custom(self._tooltip)
H A Dplayertoolbar.py70 self._tooltip = TwoLineTip()
207 self._tooltip.props.title = title
208 self._tooltip.props.subtitle = artist
214 tooltip.set_custom(self._tooltip)
/dports/net-im/gajim/gajim-gajim-1.3.3/gajim/gtk/
H A Dgroupchat_roster.py78 self._tooltip = GCTooltip()
130 self._tooltip.clear_tooltip()
133 self._tooltip.clear_tooltip()
140 self._tooltip.clear_tooltip()
144 self._tooltip.clear_tooltip()
152 self._tooltip.clear_tooltip()
155 value, widget = self._tooltip.get_tooltip(contact)
483 self._tooltip.destroy()
484 self._tooltip = None
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/Controls/
H A DctrlEventViewerPpuView.cs286 private frmCodeTooltip _tooltip = null; field in Mesen.GUI.Debugger.Controls.ctrlEventViewerPpuView
341 _tooltip = new frmCodeTooltip(parentForm, values, null, null, null, 10); in picPicture_MouseMove()
342 _tooltip.FormClosed += (s, evt) => { _tooltip = null; }; in picPicture_MouseMove()
345 _tooltip.SetFormLocation(location, this); in picPicture_MouseMove()
365 if(_tooltip != null) { in ResetTooltip()
366 _tooltip.Close(); in ResetTooltip()
367 _tooltip = null; in ResetTooltip()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmMemoryViewer.cs617 private frmCodeTooltip _tooltip = null; field in Mesen.GUI.Debugger.frmMemoryViewer
624 if(_tooltip != null) { in ctrlHexViewer_ByteMouseHover()
625 _tooltip.Close(); in ctrlHexViewer_ByteMouseHover()
669 if(_tooltip != null) { in ctrlHexViewer_ByteMouseHover()
670 _tooltip.Close(); in ctrlHexViewer_ByteMouseHover()
686 _tooltip = new frmCodeTooltip(this, values); in ctrlHexViewer_ByteMouseHover()
687 _tooltip.FormClosed += (s, evt) => { _tooltip = null; }; in ctrlHexViewer_ByteMouseHover()
688 _tooltip.SetFormLocation(new Point(position.X, position.Y), ctrlHexViewer); in ctrlHexViewer_ByteMouseHover()
693 if(_tooltip != null) { in ctrlHexViewer_ByteMouseHover()
694 _tooltip.Close(); in ctrlHexViewer_ByteMouseHover()
/dports/sysutils/rundeck3/WEB-INF/classes/scheduledExecution/
H A D_optView.gsp41 <div class="popout detailpopup" id="vls_${rkey}_tooltip" style="width:200px;display:none;" >
50 …data-popover-content-ref="#vls_${rkey}_tooltip"><g:enc>${opts ? opts.size() :0}</g:enc> Value${1==…
65 <div class="popout detailpopup" style="display:none; width: 200px" id="rgx_${rkey}_tooltip">
74 data-popover-content-ref="#rgx_${rkey}_tooltip"
/dports/sysutils/rundeck2/pkgs/webapp/WEB-INF/grails-app/views/scheduledExecution/
H A D_optView.gsp41 <div class="popout detailpopup" id="vls_${rkey}_tooltip" style="width:200px;display:none;" >
50 …data-popover-content-ref="#vls_${rkey}_tooltip"><g:enc>${opts ? opts.size() :0}</g:enc> Value${1==…
65 <div class="popout detailpopup" style="display:none; width: 200px" id="rgx_${rkey}_tooltip">
74 data-popover-content-ref="#rgx_${rkey}_tooltip"
/dports/deskutils/latte-dock/latte-dock-0.10.6/containment/package/contents/ui/abilities/privates/
H A DThinTooltipPrivate.qml11 id: _tooltip
21 target: _tooltip
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dmono_panner.cc107 _tooltip.set_tip (_("bypassed")); in set_tooltip()
124 _tooltip.set_tip (buf); in set_tooltip()
294 _tooltip.target_stop_drag (); in on_button_press_event()
330 _tooltip.target_stop_drag (); in on_button_press_event()
340 _tooltip.target_start_drag (); in on_button_press_event()
363 _tooltip.target_stop_drag (); in on_button_release_event()
/dports/net-im/psi/psi-1.5/src/
H A Dhistorycontactlistmodel.h72 QString text(bool tooltip = false) const { return tooltip ? _tooltip : _text; }
78 QString _tooltip; variable

12345678910>>...12