Home
last modified time | relevance | path

Searched refs:TimeDialog (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dtimedialog.cpp21 TimeDialog::TimeDialog( QWidget* parent, Qt::WindowFlags f ) in TimeDialog() function in TimeDialog
31 TimeDialog::~TimeDialog() { in ~TimeDialog()
34 void TimeDialog::setTime(int seconds) { in setTime()
39 int TimeDialog::time() { in time()
44 void TimeDialog::setMaximumTime( int seconds ) { in setMaximumTime()
49 int TimeDialog::maximumTime() { in maximumTime()
54 void TimeDialog::setLabel(const QString & label) { in setLabel()
58 QString TimeDialog::label() { in label()
H A Dtimedialog.h24 class TimeDialog : public QDialog, public Ui::TimeDialog
29 TimeDialog( QWidget* parent = 0, Qt::WindowFlags f = QFlag(0) );
30 ~TimeDialog();
H A Dtimedialog.ui2 <class>TimeDialog</class>
3 <widget class="QDialog" name="TimeDialog" >
93 <receiver>TimeDialog</receiver>
109 <receiver>TimeDialog</receiver>
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DTimeDialog.cpp27 BEGIN_EVENT_TABLE(TimeDialog, wxDialogWrapper) in BEGIN_EVENT_TABLE() argument
28 EVT_COMMAND(wxID_ANY, EVT_TIMETEXTCTRL_UPDATED, TimeDialog::OnUpdate) in BEGIN_EVENT_TABLE()
31 TimeDialog::TimeDialog(wxWindow *parent, in BEGIN_EVENT_TABLE()
49 void TimeDialog::PopulateOrExchange(ShuttleGui &S) in PopulateOrExchange()
80 bool TimeDialog::TransferDataToWindow() in TransferDataToWindow()
90 bool TimeDialog::TransferDataFromWindow() in TransferDataFromWindow()
97 const double TimeDialog::GetTimeValue() in GetTimeValue()
102 void TimeDialog::SetFormatString(const NumericFormatSymbol &formatString) in SetFormatString()
108 void TimeDialog::SetSampleRate(double sampleRate) in SetSampleRate()
114 void TimeDialog::SetTimeValue(double newTime) in SetTimeValue()
[all …]
H A DTimeDialog.h23 class AUDACITY_DLL_API TimeDialog final : public wxDialogWrapper
27 TimeDialog(wxWindow *parent,
H A DSelectUtilities.cpp280 TimeDialog dlg(&window, dialogTitle, in OnSetRegion()
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dtimedialog.cpp37 TimeDialog::TimeDialog(QWidget* parent) in TimeDialog() function in Ms::TimeDialog
84 void TimeDialog::addClicked() in addClicked()
107 void TimeDialog::showTimePalette(bool val) in showTimePalette()
116 void TimeDialog::save() in save()
128 void TimeDialog::zChanged(int val) in zChanged()
139 void TimeDialog::nChanged(int val) in nChanged()
150 int TimeDialog::denominator2Idx(int denominator) const in denominator2Idx()
169 int TimeDialog::denominator() const in denominator()
188 void TimeDialog::paletteChanged(int idx) in paletteChanged()
222 void TimeDialog::textChanged() in textChanged()
H A Dtimedialog.h31 class TimeDialog : public QWidget, Ui::TimeDialogBase {
53 TimeDialog(QWidget* parent = 0);
H A Dmasterpalette.h21 class TimeDialog; variable
32 TimeDialog* timeDialog;
H A Dmasterpalette.cpp166 timeDialog = new TimeDialog; in MasterPalette()
/dports/astro/kstars/kstars-3.5.6/kstars/dialogs/
H A Dtimedialog.cpp24 TimeDialog::TimeDialog(const KStarsDateTime &now, GeoLocation *_geo, QWidget *parent, bool UTCFrame) in TimeDialog() function in TimeDialog
74 void TimeDialog::keyReleaseEvent(QKeyEvent *kev) in keyReleaseEvent()
92 void TimeDialog::setNow(void) in setNow()
102 QTime TimeDialog::selectedTime(void) in selectedTime()
107 QDate TimeDialog::selectedDate(void) in selectedDate()
112 KStarsDateTime TimeDialog::selectedDateTime(void) in selectedDateTime()
H A Dtimedialog.h37 class TimeDialog : public QDialog
45TimeDialog(const KStarsDateTime &now, GeoLocation *_geo, QWidget *parent, bool UTCFrame = false);
47 ~TimeDialog() override = default;
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/dialogs/
H A DTimeDialog.cpp35 TimeDialog::TimeDialog(QWidget *parent, QString title, in cio_error_get_str()
67 TimeDialog::TimeDialog(QWidget *parent, QString title, in cio_error_get_str()
98 TimeDialog::getTime() const in cio_error_get_str()
H A DTimeDialog.h37 class TimeDialog : public QDialog
42 TimeDialog(QWidget *parent, QString title, Composition *composition,
46 TimeDialog(QWidget *parent, QString title, Composition *composition,
H A DSimpleEventEditDialog.cpp1002 TimeDialog dialog(this, tr("Edit Event Time"), in slotEditAbsoluteTime()
1014 TimeDialog dialog(this, tr("Edit Event Notation Time"), in slotEditNotationAbsoluteTime()
1026 TimeDialog dialog(this, tr("Edit Duration"), in slotEditDuration()
1040 TimeDialog dialog(this, tr("Edit Notation Duration"), in slotEditNotationDuration()
/dports/security/fwbuilder/fwbuilder-5.3.7/src/libgui/
H A DTimeDialog.cpp60 TimeDialog::TimeDialog(QWidget *parent) : BaseObjectDialog(parent) in TimeDialog() function in TimeDialog
70 TimeDialog::~TimeDialog() in ~TimeDialog()
75 void TimeDialog::loadFWObject(FWObject *o) in loadFWObject()
180 void TimeDialog::enableAllWidgets() in enableAllWidgets()
195 void TimeDialog::useStartOrEndDate() in useStartOrEndDate()
201 void TimeDialog::validate(bool *res) in validate()
206 void TimeDialog::applyChanges() in applyChanges()
H A DTimeDialog.h39 class TimeDialog : public BaseObjectDialog
48 TimeDialog(QWidget *parent);
49 ~TimeDialog();
H A Dlibgui.pro96 TimeDialog.h \
317 TimeDialog.cpp \
H A DDialogFactory.cpp211 if (objType==Interval::TYPENAME) return new TimeDialog(parent); in createDialog()
/dports/misc/freeguide/freeguide-0.11.1/src/freeguide/plugins/ui/vertical/simple/filter/gui/
H A DTimeDialog.java23 public class TimeDialog extends JDialog implements AdjustmentListener, class
45 public TimeDialog( ) throws HeadlessException in TimeDialog() method in TimeDialog
323 TimeDialog dialog = new TimeDialog( ); in main()
/dports/audio/rosegarden/rosegarden-21.06.1/src/gui/general/
H A DEditViewBase.cpp282 TimeDialog dialog(this, tr("Segment Start Time"), in slotSetSegmentStartTime()
308 TimeDialog dialog(this, tr("Segment Duration"), in slotSetSegmentDuration()
/dports/misc/freeguide/freeguide-0.11.1/src/freeguide/plugins/ui/vertical/simple/
H A DTvList.java120 timeFilter, TimeDialog.class ); in mouseClicked()
/dports/audio/musescore/MuseScore-3.6.1/mscore/palette/
H A Dpaletteworkspace.cpp108 TimeDialog* timeEditor = new TimeDialog(mscore); in open()
110 … connect(timeEditor, &TimeDialog::timeSigAdded, this, &PaletteElementEditor::onElementAdded); in open()
/dports/astro/kstars/kstars-3.5.6/kstars/tools/
H A Dwutdialog.cpp601 QPointer<TimeDialog> td = new TimeDialog(T0, KStarsData::Instance()->geo(), this); in slotChangeDate()
/dports/astro/kstars/kstars-3.5.6/kstars/indi/
H A Dtelescopewizardprocess.cpp175TimeDialog timedialog(KStars::Instance()->data()->lt(), KStars::Instance()->data()->geo(), KStars:… in newTime()

12345678