Home
last modified time | relevance | path

Searched refs:drop_event (Results 1 – 25 of 353) sorted by last modified time

12345678910>>...15

/dports/x11-toolkits/color-widgets-qt5/Qt-Color-Widgets-f2eca13bbc836cec09daae02579f10d5e85e71e8/src/QtColorWidgets/
H A Dgradient_editor.cpp107 void drop_event(QDropEvent* event, GradientEditor* owner) in drop_event() function in color_widgets::GradientEditor::Private
501 p->drop_event(event, this); in dragEnterEvent()
512 p->drop_event(event, this); in dragMoveEvent()
522 p->drop_event(event, this); in dropEvent()
/dports/print/limereport/LimeReport-1.5.35/3rdparty/easyprofiler/profiler_gui/
H A Dmain_window.h266 void dropEvent(QDropEvent* drop_event) override;
H A Dmain_window.cpp764 void EasyMainWindow::dropEvent(QDropEvent* drop_event) in dropEvent() argument
766 const auto& urls = drop_event->mimeData()->urls(); in dropEvent()
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/gui/settings/
H A Dsettingsgui.cpp71 auto* drop_event = static_cast<QDropEvent*>(e); in eventFilter() local
73 if (drop_event->keyboardModifiers() != Qt::KeyboardModifier::NoModifier) { in eventFilter()
74 drop_event->setDropAction(Qt::DropAction::MoveAction); in eventFilter()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/actions/
H A Dconvert.py41 def drop_event(self, event, mime_data): member in ConvertAction
H A Dembed.py37 def drop_event(self, event, mime_data): member in EmbedAction
H A Dtweak_epub.py75 def drop_event(self, event, mime_data): member in TweakEpubAction
H A Dmark_books.py38 def drop_event(self, event, mime_data): member in MarkBooksAction
H A Dtoc_edit.py89 def drop_event(self, event, mime_data): member in ToCEditAction
H A Ddelete.py111 def drop_event(self, event, mime_data): member in DeleteAction
H A Dedit_metadata.py56 def drop_event(self, event, mime_data): member in EditMetadataAction
H A Dunpack_book.py308 def drop_event(self, event, mime_data): member in UnpackBookAction
H A D__init__.py133 def drop_event(self, event, mime_data): member in InterfaceAction
H A Dpolish.py424 def drop_event(self, event, mime_data): member in PolishAction
/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Devent_data_objects.cc1544 ret= Events::drop_event(thd, &dbname, &name, FALSE); in execute()
H A Devent_queue.cc293 Event_queue::drop_event(THD *thd, const LEX_CSTRING *dbname, in drop_event() function in Event_queue
H A Dsql_parse.cc5343 if (!(res= Events::drop_event(thd, in mysql_execute_command()
H A Devent_queue.h67 drop_event(THD *thd, const LEX_CSTRING *dbname, const LEX_CSTRING *name);
H A Devents.cc361 event_queue->drop_event(thd, &parse_data->dbname, &parse_data->name); in create_event()
378 if (!db_repository->drop_event(thd, &parse_data->dbname, in create_event()
592 Events::drop_event(THD *thd, const LEX_CSTRING *dbname, in drop_event() function in Events
617 if (!(ret= db_repository->drop_event(thd, dbname, name, if_exists))) in drop_event()
620 event_queue->drop_event(thd, dbname, name); in drop_event()
H A Devent_db_repository.cc891 Event_db_repository::drop_event(THD *thd, const LEX_CSTRING *db, in drop_event() function in Event_db_repository
H A Devent_db_repository.h84 drop_event(THD *thd, const LEX_CSTRING *db, const LEX_CSTRING *name,
H A Devents.h118 drop_event(THD *thd, const LEX_CSTRING *dbname, const LEX_CSTRING *name,
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Devent_data_objects.cc1544 ret= Events::drop_event(thd, &dbname, &name, FALSE); in execute()
H A Devent_db_repository.cc891 Event_db_repository::drop_event(THD *thd, const LEX_CSTRING *db, in drop_event() function in Event_db_repository
H A Devent_db_repository.h84 drop_event(THD *thd, const LEX_CSTRING *db, const LEX_CSTRING *name,

12345678910>>...15