Home
last modified time | relevance | path

Searched refs:EventEditor (Results 1 – 25 of 54) sorted by relevance

123

/dports/deskutils/charmtimetracker/Charm-1.12.0/Charm/Widgets/
H A DEventEditor.cpp39 EventEditor::EventEditor(const Event &event, QWidget *parent) in EventEditor() function in EventEditor
41 , m_ui(new Ui::EventEditor) in EventEditor()
100 EventEditor::~EventEditor() in ~EventEditor()
104 void EventEditor::accept() in accept()
111 Event EventEditor::eventResult() const in eventResult()
116 void EventEditor::durationHoursEdited(int) in durationHoursEdited()
128 void EventEditor::updateEndTime() in updateEndTime()
172 void EventEditor::selectTaskClicked() in selectTaskClicked()
182 void EventEditor::commentChanged() in commentChanged()
205 void EventEditor::updateValues(bool all) in updateValues()
[all …]
H A DEventEditor.h34 class EventEditor; variable
37 class EventEditor : public QDialog
42 explicit EventEditor(const Event &event, QWidget *parent = nullptr);
43 ~EventEditor() override;
67 QScopedPointer<Ui::EventEditor> m_ui;
H A DEventView.cpp541 EventEditor editor(event, this); in slotEditEvent()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/eventeditor/
H A DEventEditorWindow.cpp90 EventEditor::EventEditor(QWidget * par) in EventEditor() function in EventEditor
141 EventEditor::~EventEditor() in ~EventEditor()
146 void EventEditor::oneTimeSetup() in oneTimeSetup()
304 void EventEditor::addHandlerForCurrentEvent() in addHandlerForCurrentEvent()
326 void EventEditor::removeCurrentHandler() in removeCurrentHandler()
360 void EventEditor::commit() in commit()
395 void EventEditor::saveLastEditedItem() in saveLastEditedItem()
458 void EventEditor::showEvent(QShowEvent * e) in showEvent()
491 void EventEditor::exportCurrentHandler() in exportCurrentHandler()
521 void EventEditor::exportAllEvents() in exportAllEvents()
[all …]
H A DEventEditorWindow.h92 class EventEditor : public QWidget
96 EventEditor(QWidget * par);
97 ~EventEditor();
138 EventEditor * m_pEditor;
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/ui/avtk/avtk/
H A Deventeditor.hxx46 class EventEditor : public Widget class
49 EventEditor( Avtk::UI* ui, int x, int y, int w, int h, std::string label);
50 virtual ~EventEditor();
H A Deventeditor.cxx42 EventEditor::EventEditor( Avtk::UI* ui, int x_, int y_, int w_, int h_, std::string label_) : in EventEditor() function in EventEditor
85 EventEditor::~EventEditor() in ~EventEditor()
90 void EventEditor::draw( cairo_t* cr ) in draw()
199 void EventEditor::drawKeyboard( cairo_t* cr ) in drawKeyboard()
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/avtk/avtk/
H A Deventeditor.hxx16 class EventEditor : public Widget class
19 EventEditor( Avtk::UI* ui, int x, int y, int w, int h, std::string label);
20 virtual ~EventEditor();
H A Deventeditor.cxx12 EventEditor::EventEditor( Avtk::UI* ui, int x_, int y_, int w_, int h_, std::string label_) : in EventEditor() function in EventEditor
55 EventEditor::~EventEditor() in ~EventEditor()
60 void EventEditor::draw( cairo_t* cr ) in draw()
169 void EventEditor::drawKeyboard( cairo_t* cr ) in drawKeyboard()
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/ui/avtk/tests/
H A Devent_editor_test.hxx22 Avtk::EventEditor* editor;
H A Devent_editor_test.cxx25 editor = new Avtk::EventEditor( this, 0, 0, 240*scale, 240*scale, "EventEditor" ); in EventEditorUI()
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/avtk/tests/
H A Devent_editor_test.hxx22 Avtk::EventEditor* editor;
H A Devent_editor_test.cxx25 editor = new Avtk::EventEditor( this, 0, 0, 240*scale, 240*scale, "EventEditor" ); in EventEditorUI()
/dports/audio/fabla2-lv2/openAV-Fabla2-33f4062/src/ui/avtk/
H A Dtest_ui.hxx66 Avtk::EventEditor* editor;
H A Dtest_ui.cxx110 editor = new Avtk::EventEditor( this, 0, 0, 240*scale, 250*scale, "EventEditor" ); in TestUI()
/dports/audio/artyfx-lv2/openAV-ArtyFX-release-1.3-24-g6010d1a/src/avtk/
H A Dtest_ui.hxx36 Avtk::EventEditor* editor;
H A Dtest_ui.cxx87 editor = new Avtk::EventEditor( this, 0, 0, 240*scale, 250*scale, "EventEditor" ); in TestUI()
/dports/deskutils/itinerary/itinerary-21.12.3/src/app/
H A DEventPage.qml19 App.EventEditor {
/dports/deskutils/charmtimetracker/Charm-1.12.0/
H A DCharm.pro58 Charm/Widgets/EventEditor.cpp \
113 Charm/Widgets/EventEditor.h \
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kernel/
H A DKviIconManager.h492 EventEditor = 321, enumerator
H A DKviCoreActions.cpp262 KviIconManager::EventEditor, in register_core_actions()
H A DKviIconManager.cpp1561 return KviIconManager::EventEditor; in iconName()
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/projects/MSVC_6/
H A DFred2.dsp182 SOURCE=..\..\code\fred2\EventEditor.cpp
446 SOURCE=..\..\code\fred2\EventEditor.h
/dports/deskutils/py-khal/khal-0.10.4/khal/ui/
H A D__init__.py36 from .editor import EventEditor, ExportDialog
761 editor = EventEditor(self.pane, event, update_colors, always_save=always_save)
H A Deditor.py318 class EventEditor(urwid.WidgetWrap): class

123