Home
last modified time | relevance | path

Searched defs:SourceDetails (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/audio/carla/Carla-2.4.1/source/modules/juce_gui_basics/mouse/
H A Djuce_DragAndDropContainer.cpp545 …gAndDropContainer::shouldDropFilesWhenDraggedExternally (const DragAndDropTarget::SourceDetails&, … in shouldDropFilesWhenDraggedExternally()
550 …agAndDropContainer::shouldDropTextWhenDraggedExternally (const DragAndDropTarget::SourceDetails&, … in shouldDropTextWhenDraggedExternally()
555 void DragAndDropContainer::dragOperationStarted (const DragAndDropTarget::SourceDetails&) {} in dragOperationStarted()
556 void DragAndDropContainer::dragOperationEnded (const DragAndDropTarget::SourceDetails&) {} in dragOperationEnded()
602 DragAndDropTarget::SourceDetails::SourceDetails (const var& desc, Component* comp, Point<int> pos) … in SourceDetails() function in juce::DragAndDropTarget::SourceDetails
609 void DragAndDropTarget::itemDragEnter (const SourceDetails&) {} in itemDragEnter()
610 void DragAndDropTarget::itemDragMove (const SourceDetails&) {} in itemDragMove()
611 void DragAndDropTarget::itemDragExit (const SourceDetails&) {} in itemDragExit()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_gui_basics/mouse/
H A Djuce_DragAndDropContainer.cpp545 …gAndDropContainer::shouldDropFilesWhenDraggedExternally (const DragAndDropTarget::SourceDetails&, … in shouldDropFilesWhenDraggedExternally()
550 …agAndDropContainer::shouldDropTextWhenDraggedExternally (const DragAndDropTarget::SourceDetails&, … in shouldDropTextWhenDraggedExternally()
555 void DragAndDropContainer::dragOperationStarted (const DragAndDropTarget::SourceDetails&) {} in dragOperationStarted()
556 void DragAndDropContainer::dragOperationEnded (const DragAndDropTarget::SourceDetails&) {} in dragOperationEnded()
602 DragAndDropTarget::SourceDetails::SourceDetails (const var& desc, Component* comp, Point<int> pos) … in SourceDetails() function in juce::DragAndDropTarget::SourceDetails
609 void DragAndDropTarget::itemDragEnter (const SourceDetails&) {} in itemDragEnter()
610 void DragAndDropTarget::itemDragMove (const SourceDetails&) {} in itemDragMove()
611 void DragAndDropTarget::itemDragExit (const SourceDetails&) {} in itemDragExit()
/dports/security/lego/lego-4.5.3/vendor/github.com/aliyun/alibaba-cloud-sdk-go/services/config/
H A Dstruct_source.go23 SourceDetails []SourceDetailsItem `json:"SourceDetails" xml:"SourceDetails"` member
H A Dstruct_managed_rule.go27 SourceDetails []SourceDetailsItem `json:"SourceDetails" xml:"SourceDetails"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/applicationmigration/
H A Dsource_details.go18 type SourceDetails interface { interface
H A Dupdate_source_details.go27 SourceDetails SourceDetails `mandatory:"false" json:"sourceDetails"` member
H A Dcreate_source_details.go24 SourceDetails SourceDetails `mandatory:"true" json:"sourceDetails"` member
H A Dsource.go42 SourceDetails SourceDetails `mandatory:"false" json:"sourceDetails"` member
/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/sch/
H A Dsource_details.go23 type SourceDetails interface { interface
/dports/security/lego/lego-4.5.3/vendor/github.com/oracle/oci-go-sdk/core/
H A Dcreate_volume_group_details.go32 SourceDetails VolumeGroupSourceDetails `mandatory:"true" json:"sourceDetails"` member
H A Dinstance_configuration_create_volume_details.go68 SourceDetails InstanceConfigurationVolumeSourceDetails `mandatory:"false" json:"sourceDetails"` member
H A Dcreate_boot_volume_details.go33 SourceDetails BootVolumeSourceDetails `mandatory:"true" json:"sourceDetails"` member
H A Dcreate_volume_details.go72 SourceDetails VolumeSourceDetails `mandatory:"false" json:"sourceDetails"` member
H A Dvolume_group.go66 SourceDetails VolumeGroupSourceDetails `mandatory:"false" json:"sourceDetails"` member
/dports/security/vault/vault-1.8.2/vendor/github.com/oracle/oci-go-sdk/core/
H A Dcreate_volume_group_details.go31 SourceDetails VolumeGroupSourceDetails `mandatory:"true" json:"sourceDetails"` member
H A Dinstance_configuration_create_volume_details.go54 SourceDetails InstanceConfigurationVolumeSourceDetails `mandatory:"false" json:"sourceDetails"` member
H A Dcreate_boot_volume_details.go32 SourceDetails BootVolumeSourceDetails `mandatory:"true" json:"sourceDetails"` member
H A Dcreate_volume_details.go64 SourceDetails VolumeSourceDetails `mandatory:"false" json:"sourceDetails"` member
H A Dinstance_configuration_launch_instance_details.go126 SourceDetails InstanceConfigurationInstanceSourceDetails `mandatory:"false" json:"sourceDetails"` member
H A Dvolume_group.go65 SourceDetails VolumeGroupSourceDetails `mandatory:"false" json:"sourceDetails"` member
/dports/devel/py-oci/oci-2.53.1/src/oci/data_labeling_service_dataplane/models/
H A Dsource_details.py11 class SourceDetails(object): class
/dports/devel/py-oci/oci-2.53.1/src/oci/sch/models/
H A Dsource_details.py11 class SourceDetails(object): class
/dports/devel/py-oci/oci-2.53.1/src/oci/file_storage/models/
H A Dsource_details.py11 class SourceDetails(object): class
/dports/devel/juce/JUCE-f37e9a1/examples/GUI/
H A DVideoDemo.h88 bool isInterestedInDragSource (const SourceDetails&) override { return true; } in isInterestedInDragSource()
90 void itemDragEnter (const SourceDetails&) override in itemDragEnter()
96 void itemDragExit (const SourceDetails&) override in itemDragExit()
/dports/devel/py-oci/oci-2.53.1/src/oci/application_migration/models/
H A Dsource_details.py11 class SourceDetails(object): class

123456789