Home
last modified time | relevance | path

Searched refs:typeSelected (Results 1 – 25 of 95) sorted by relevance

1234

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlprofiler/
H A Dqmlprofilerviewmanager.cpp63 connect(m_traceView, &QmlProfilerTraceView::typeSelected, in createViews()
64 this, &QmlProfilerViewManager::typeSelected); in createViews()
65 connect(this, &QmlProfilerViewManager::typeSelected, in createViews()
71 connect(view, &QmlProfilerEventsView::typeSelected, in createViews()
72 this, &QmlProfilerViewManager::typeSelected); in createViews()
73 connect(this, &QmlProfilerViewManager::typeSelected, in createViews()
H A Dflamegraphview.cpp71 connect(m_content->rootObject(), SIGNAL(typeSelected(int)), this, SIGNAL(typeSelected(int))); in FlameGraphView()
/dports/science/jmol/jmol-14.32.7/src/org/jmol/shapespecial/
H A DEllipsoids.java138 private String typeSelected = "1"; field in Ellipsoids
156 Lst<Object> tensors = vwr.ms.getAllAtomTensors(typeSelected); in setSize()
224 typeSelected = null; in initEllipsoids()
284 if (e.tensor.type.equals(typeSelected) && e.tensor.isSelected(bs, -1)) { in setProperty()
300 if ((t.type.equals(typeSelected) || typeSelected.equals(t.altType)) in setProperty()
318 if (e.tensor.type.equals(typeSelected) && e.tensor.isSelected(bs, -1)) in setProperty()
326 typeSelected = "0"; in setProperty()
344 typeSelected = ((String) value).toLowerCase(); in setProperty()
351 if (e.tensor.type.equals(typeSelected) && e.tensor.isSelected(bs, -1)) in setProperty()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/akregator/
H A Dimportakregatorjobinterfacetestimpl.cpp10 … Utils::StoredTypes typeSelected, in ImportAkregatorJobInterfaceTestImpl() argument
13 : ImportAkregatorJobInterface(parent, typeSelected, archiveStorage, numberOfStep) in ImportAkregatorJobInterfaceTestImpl()
H A Dexportakregatorjobinterfacetestimpl.cpp10 … Utils::StoredTypes typeSelected, in ExportAkregatorJobInterfaceTestImpl() argument
13 : ExportAkregatorJobInterface(parent, typeSelected, archiveStorage, numberOfStep) in ExportAkregatorJobInterfaceTestImpl()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/addressbook/
H A Dimportaddressbookjobinterfaceimpl.cpp19 … Utils::StoredTypes typeSelected, in ImportAddressbookJobInterfaceImpl() argument
22 : ImportAddressbookJobInterface(parent, typeSelected, archiveStorage, numberOfStep) in ImportAddressbookJobInterfaceImpl()
H A Dexportaddressbookjobinterfaceimpl.cpp19 … Utils::StoredTypes typeSelected, in ExportAddressbookJobInterfaceImpl() argument
22 : ExportAddressbookJobInterface(parent, typeSelected, archiveStorage, numberOfStep) in ExportAddressbookJobInterfaceImpl()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/alarm/
H A Dimportalarmjobinterfaceimpl.cpp19 …Impl::ImportAlarmJobInterfaceImpl(QObject *parent, Utils::StoredTypes typeSelected, ArchiveStorage… in ImportAlarmJobInterfaceImpl() argument
20 : ImportAlarmJobInterface(parent, typeSelected, archiveStorage, numberOfStep) in ImportAlarmJobInterfaceImpl()
H A Dexportalarmjobinterfaceimpl.cpp17 …Impl::ExportAlarmJobInterfaceImpl(QObject *parent, Utils::StoredTypes typeSelected, ArchiveStorage… in ExportAlarmJobInterfaceImpl() argument
18 : ExportAlarmJobInterface(parent, typeSelected, archiveStorage, numberOfStep) in ExportAlarmJobInterfaceImpl()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/calendar/
H A Dimportcalendarjobinterfaceimpl.cpp23 Utils::StoredTypes typeSelected, in ImportCalendarJobInterfaceImpl() argument
26 : ImportCalendarJobInterface(parent, typeSelected, archiveStorage, numberOfStep) in ImportCalendarJobInterfaceImpl()
H A Dexportcalendarjobinterfaceimpl.cpp18 Utils::StoredTypes typeSelected, in ExportCalendarJobInterfaceImpl() argument
21 : ExportCalendarJobInterface(parent, typeSelected, archiveStorage, numberOfStep) in ExportCalendarJobInterfaceImpl()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/notes/
H A Dimportnotesjobinterfaceimpl.cpp17 …Impl::ImportNotesJobInterfaceImpl(QObject *parent, Utils::StoredTypes typeSelected, ArchiveStorage… in ImportNotesJobInterfaceImpl() argument
18 : ImportNotesJobInterface(parent, typeSelected, archiveStorage, numberOfStep) in ImportNotesJobInterfaceImpl()
H A Dexportnotesjobinterfaceimpl.cpp17 …Impl::ExportNotesJobInterfaceImpl(QObject *parent, Utils::StoredTypes typeSelected, ArchiveStorage… in ExportNotesJobInterfaceImpl() argument
18 : ExportNotesJobInterface(parent, typeSelected, archiveStorage, numberOfStep) in ExportNotesJobInterfaceImpl()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/perfprofiler/
H A Dperfprofilerflamegraphview.cpp64 connect(rootObject(), SIGNAL(typeSelected(int)), this, SIGNAL(typeSelected(int))); in PerfProfilerFlameGraphView()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmlprofiler/tests/
H A Dflamegraphview_test.cpp62 auto con2 = connect(&view, &QmlProfilerEventsView::typeSelected, [&](int selected) { in testSelection()
66 QSignalSpy spy(&view, SIGNAL(typeSelected(int))); in testSelection()
94 con2 = connect(&view, &QmlProfilerEventsView::typeSelected, [](int selected) { in testSelection()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/notes/
H A Dimportnotesjobinterfacetestimpl.cpp13 Utils::StoredTypes typeSelected, in ImportNotesJobInterfaceTestImpl() argument
16 : ImportNotesJobInterface(parent, typeSelected, archiveStorage, numberOfStep) in ImportNotesJobInterfaceTestImpl()
H A Dexportnotesjobinterfacetestimpl.cpp13 Utils::StoredTypes typeSelected, in ExportNotesJobInterfaceTestImpl() argument
16 : ExportNotesJobInterface(parent, typeSelected, archiveStorage, numberOfStep) in ExportNotesJobInterfaceTestImpl()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/addressbook/
H A Dimportaddressbookjobinterfacetestimpl.cpp15 … Utils::StoredTypes typeSelected, in ImportAddressbookJobInterfaceTestImpl() argument
18 : ImportAddressbookJobInterface(parent, typeSelected, archiveStorage, numberOfStep) in ImportAddressbookJobInterfaceTestImpl()
H A Dexportaddressbookjobinterfacetestimpl.cpp13 … Utils::StoredTypes typeSelected, in ExportAddressbookJobInterfaceTestImpl() argument
16 : ExportAddressbookJobInterface(parent, typeSelected, archiveStorage, numberOfStep) in ExportAddressbookJobInterfaceTestImpl()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/calendar/
H A Dimportcalendarjobinterfacetestimpl.cpp13 … Utils::StoredTypes typeSelected, in ImportCalendarJobInterfaceTestImpl() argument
16 : ImportCalendarJobInterface(parent, typeSelected, archiveStorage, numberOfStep) in ImportCalendarJobInterfaceTestImpl()
H A Dexportcalendarsjobinterfacetestimpl.cpp15 … Utils::StoredTypes typeSelected, in ExportCalendarsJobInterfaceTestImpl() argument
18 : ExportCalendarJobInterface(parent, typeSelected, archiveStorage, numberOfStep) in ExportCalendarsJobInterfaceTestImpl()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/autotests/alarm/
H A Dimportalarmjobinterfacetestimpl.cpp15 Utils::StoredTypes typeSelected, in ImportAlarmJobInterfaceTestImpl() argument
18 : ImportAlarmJobInterface(parent, typeSelected, archiveStorage, numberOfStep) in ImportAlarmJobInterfaceTestImpl()
H A Dexportalarmjobinterfacetestimpl.cpp14 Utils::StoredTypes typeSelected, in ExportAlarmJobInterfaceTestImpl() argument
17 : ExportAlarmJobInterface(parent, typeSelected, archiveStorage, numberOfStep) in ExportAlarmJobInterfaceTestImpl()
/dports/deskutils/pim-data-exporter/pim-data-exporter-21.12.3/core/akregator/
H A Dexportakregatorjobinterface.cpp15 …face::ExportAkregatorJobInterface(QObject *parent, Utils::StoredTypes typeSelected, ArchiveStorage… in ExportAkregatorJobInterface() argument
16 : AbstractImportExportJob(parent, archiveStorage, typeSelected, numberOfStep) in ExportAkregatorJobInterface()
H A Dimportakregatorjobinterface.cpp19 …face::ImportAkregatorJobInterface(QObject *parent, Utils::StoredTypes typeSelected, ArchiveStorage… in ImportAkregatorJobInterface() argument
20 : AbstractImportExportJob(parent, archiveStorage, typeSelected, numberOfStep) in ImportAkregatorJobInterface()

1234