Home
last modified time | relevance | path

Searched refs:TimeLabel (Results 1 – 25 of 115) sorted by relevance

12345

/dports/graphics/ipe/ipe-7.2.23/src/ipepresenter/
H A Dtimelabel_qt.cpp35 TimeLabel::TimeLabel(QWidget* parent): in TimeLabel() function in TimeLabel
43 void TimeLabel::countTime() in countTime()
56 void TimeLabel::mouseDoubleClickEvent(QMouseEvent* event) in mouseDoubleClickEvent()
61 void TimeLabel::setTime() in setTime()
78 void TimeLabel::resetTime() in resetTime()
84 void TimeLabel::toggleCounting() in toggleCounting()
89 void TimeLabel::toggleCountdown() in toggleCountdown()
H A Dtimelabel_qt.h38 class TimeLabel: public QLabel
43 TimeLabel(QWidget* parent);
H A Dipepresenter_qt.h104 TimeLabel *iClock;
/dports/multimedia/dragon/dragon-21.12.3/src/app/
H A DtimeLabel.cpp15 TimeLabel::TimeLabel( QWidget *parent ) in TimeLabel() function in TimeLabel
26 TimeLabel::~TimeLabel() in ~TimeLabel()
33 TimeLabel::mousePressEvent( QMouseEvent * ) in mousePressEvent()
43 TimeLabel::updateTime() in updateTime()
65 TimeLabel::setCurrentTime( qint64 time ) in setCurrentTime()
72 TimeLabel::setTotalTime( qint64 time ) in setTotalTime()
H A DtimeLabel.h12 class TimeLabel : public QLabel
16 explicit TimeLabel( QWidget *parent );
17 ~TimeLabel() override;
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/widgets/
H A DTimeLabel.cpp32 TimeLabel::TimeLabel(QWidget* parent) in TimeLabel() function in TimeLabel
40 TimeLabel::sizeHint() const in sizeHint()
46 TimeLabel::setShowTime(bool showTime) { in setShowTime()
54 bool TimeLabel::showTime() const in showTime()
60 TimeLabel::setText(const QString& text) in setText()
H A DProgressWidget.h29 class TimeLabel; variable
63 TimeLabel *m_timeLabelLeft;
64 TimeLabel *m_timeLabelRight;
H A DTimeLabel.h24 class TimeLabel : public QLabel
29 explicit TimeLabel( QWidget *parent );
H A DProgressWidget.cpp47 m_timeLabelLeft = new TimeLabel( this ); in ProgressWidget()
49 m_timeLabelRight = new TimeLabel( this ); in ProgressWidget()
117TimeLabel *elapsedLabel = AmarokConfig::leftTimeDisplayRemaining() ? m_timeLabelRight : m_timeLabe… in updateTimeLabelTooltips()
118TimeLabel *remainingLabel = AmarokConfig::leftTimeDisplayRemaining() ? m_timeLabelLeft : m_timeLab… in updateTimeLabelTooltips()
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/
H A DTimeLabel.cpp26 TimeLabel::TimeLabel(QWidget* parent) : in TimeLabel() function in TimeLabel
34 TimeLabel::~TimeLabel() in ~TimeLabel()
39 void TimeLabel::updateTimeOfDay() in updateTimeOfDay()
H A DTimeLabel.h30 class TimeLabel : public QLabel
35 explicit TimeLabel(QWidget *parent = 0);
36 virtual ~TimeLabel();
/dports/net/oha/oha-0.4.7/src/
H A Dtimescale.rs14 pub struct TimeLabel { struct
31 impl fmt::Display for TimeLabel { implementation
34 TimeLabel { in fmt()
38 TimeLabel { in fmt()
42 TimeLabel { in fmt()
46 TimeLabel { in fmt()
50 TimeLabel { in fmt()
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/plugins/Ui/qsui/
H A Dqsuistatusbar.cpp35 for(int i = StatusLabel; i <= TimeLabel; ++i) in QSUiStatusBar()
41 if(i != TimeLabel) in QSUiStatusBar()
50 m_labels[TimeLabel]->setAlignment(Qt::AlignRight); in QSUiStatusBar()
84 m_labels[TimeLabel]->setMinimumWidth(0); in onStateChanged()
85 m_labels[TimeLabel]->clear(); in onStateChanged()
95 for(int i = SampleRateLabel; i <= TimeLabel; ++i) in onStateChanged()
106 for(int i = StatusLabel; i <= TimeLabel; ++i) in onStateChanged()
122 if(t != TimeLabel) in onStateChanged()
132 for(int i = SampleRateLabel; i <= TimeLabel; ++i) in onStateChanged()
184 QLabel *label = m_labels[TimeLabel]; in onElapsedChanged()
H A Dqsuistatusbar.h59 TimeLabel enumerator
/dports/multimedia/vlc/vlc-3.0.16/modules/gui/qt/components/
H A Dinterface_widgets.hpp172 class TimeLabel : public ClickableQLabel class
183 TimeLabel( intf_thread_t *_p_intf, TimeLabel::Display _displayType = TimeLabel::Both );
187 if( displayType == TimeLabel::Elapsed ) return; in mousePressEvent()
193 if( displayType != TimeLabel::Both ) return; in mouseDoubleClickEvent()
204 TimeLabel::Display displayType;
H A Dinterface_widgets.cpp910 TimeLabel::TimeLabel( intf_thread_t *_p_intf, TimeLabel::Display _displayType ) in TimeLabel() function in TimeLabel
919 if( _displayType != TimeLabel::Elapsed ) in TimeLabel()
922 case TimeLabel::Elapsed: in TimeLabel()
926 case TimeLabel::Remaining: in TimeLabel()
933 case TimeLabel::Both: in TimeLabel()
960 if( displayType != TimeLabel::Elapsed ) in setRemainingTime()
967 void TimeLabel::refresh() in refresh()
1009 case TimeLabel::Elapsed: in setDisplayPosition()
1013 case TimeLabel::Remaining: in setDisplayPosition()
1025 case TimeLabel::Both: in setDisplayPosition()
[all …]
/dports/multimedia/quodlibet/quodlibet-4.3.0/tests/
H A Dtest_qltk_seekbutton.py12 from quodlibet.qltk.seekbutton import HSlider, SeekButton, TimeLabel
31 l = TimeLabel()
/dports/devel/capnproto/capnproto-0.9.0/c++/src/kj/
H A Dtime.h35 class TimeLabel; variable
51 using TimePoint = Absolute<Duration, _::TimeLabel>;
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/kj/
H A Dtime.h35 class TimeLabel; variable
51 using TimePoint = Absolute<Duration, _::TimeLabel>;
/dports/multimedia/quodlibet/quodlibet-4.3.0/quodlibet/ext/events/
H A Dseekbar.py16 from quodlibet.qltk.seekbutton import TimeLabel
27 self._elapsed_label = TimeLabel()
28 self._remaining_label = TimeLabel()
/dports/audio/cantata/cantata-2.4.2/widgets/
H A Dnowplayingwidget.h34 class TimeLabel; variable
100 TimeLabel *time;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/presenter/
H A DPresenterToolBar.cxx251 class TimeLabel : public Label class
264 explicit Listener (const ::rtl::Reference<TimeLabel>& rxLabel) in Listener()
270 ::rtl::Reference<TimeLabel> mxLabel;
275 class CurrentTimeLabel : public TimeLabel
291 class PresentationTimeLabel : public TimeLabel, public IPresentationTime
1708 TimeLabel::TimeLabel (const ::rtl::Reference<PresenterToolBar>& rpToolBar) in TimeLabel() function in sdext::presenter::__anon4f8cbc8f0911::TimeLabel
1714 void SAL_CALL TimeLabel::disposing() in disposing()
1720 void TimeLabel::ConnectToTimer() in ConnectToTimer()
1731 ::rtl::Reference<TimeLabel> pElement(new CurrentTimeLabel(rpToolBar)); in Create()
1742 : TimeLabel(rpToolBar) in CurrentTimeLabel()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/presenter/
H A DPresenterToolBar.cxx253 class TimeLabel : public Label class
266 explicit Listener (const ::rtl::Reference<TimeLabel>& rxLabel) in Listener()
272 ::rtl::Reference<TimeLabel> mxLabel;
277 class CurrentTimeLabel : public TimeLabel
294 class PresentationTimeLabel : public TimeLabel, public IPresentationTime
1743 TimeLabel::TimeLabel (const ::rtl::Reference<PresenterToolBar>& rpToolBar) in TimeLabel() function in sdext::presenter::__anoneadcfb370911::TimeLabel
1749 void SAL_CALL TimeLabel::disposing() in disposing()
1755 void TimeLabel::ConnectToTimer() in ConnectToTimer()
1766 ::rtl::Reference<TimeLabel> pElement(new CurrentTimeLabel(rpToolBar)); in Create()
1777 : TimeLabel(rpToolBar) in CurrentTimeLabel()
[all …]
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DAPDMDataReader.cpp23 const std::string APDMDataReader::TimeLabel{ "Time" };
108 OPENSIM_THROW_IF((tokens[0] != TimeLabel), UnexpectedColumnLabel, in extendRead()
110 TimeLabel, in extendRead()
H A DAPDMDataReader.h63 static const std::string TimeLabel; variable

12345