Home
last modified time | relevance | path

Searched refs:setCaptureFilter (Results 1 – 17 of 17) sorted by relevance

/dports/net/wireshark/wireshark-3.6.1/ui/qt/
H A Dwelcome_page.h34 void setCaptureFilter(const QString capture_filter);
H A Dwelcome_page.cpp111 void WelcomePage::setCaptureFilter(const QString capture_filter) in setCaptureFilter() function in WelcomePage
H A Dmain_window_slots.cpp1463 welcome_page_->setCaptureFilter(capture_filter); in startInterfaceCapture()
/dports/net/wireshark-lite/wireshark-3.6.1/ui/qt/
H A Dwelcome_page.h34 void setCaptureFilter(const QString capture_filter);
H A Dwelcome_page.cpp111 void WelcomePage::setCaptureFilter(const QString capture_filter) in setCaptureFilter() function in WelcomePage
H A Dmain_window_slots.cpp1463 welcome_page_->setCaptureFilter(capture_filter); in startInterfaceCapture()
/dports/net/tshark/wireshark-3.6.1/ui/qt/
H A Dwelcome_page.h34 void setCaptureFilter(const QString capture_filter);
H A Dwelcome_page.cpp111 void WelcomePage::setCaptureFilter(const QString capture_filter) in setCaptureFilter() function in WelcomePage
H A Dmain_window_slots.cpp1463 welcome_page_->setCaptureFilter(capture_filter); in startInterfaceCapture()
/dports/net/tshark-lite/wireshark-3.6.1/ui/qt/
H A Dwelcome_page.h34 void setCaptureFilter(const QString capture_filter);
H A Dwelcome_page.cpp111 void WelcomePage::setCaptureFilter(const QString capture_filter) in setCaptureFilter() function in WelcomePage
H A Dmain_window_slots.cpp1463 welcome_page_->setCaptureFilter(capture_filter); in startInterfaceCapture()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/capture/
H A Dsequencejob.h164 void setCaptureFilter(FITSScale capFilter) in setCaptureFilter() function
H A Dsequencejob.cpp469 activeChip->setCaptureFilter(FITS_NONE); in capture()
/dports/astro/kstars/kstars-3.5.6/kstars/indi/
H A Dindiccd.h56 void setCaptureFilter(FITSScale fType) in setCaptureFilter() function
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguide.cpp866 targetChip->setCaptureFilter(FITS_NONE); in prepareCapture()
868 targetChip->setCaptureFilter(static_cast<FITSScale>(filterCombo->currentIndex())); in prepareCapture()
2665 targetChip->setCaptureFilter(static_cast<FITSScale>(filterCombo->currentIndex())); in executeOneOperation()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/focus/
H A Dfocus.cpp1343 targetChip->setCaptureFilter(FITS_NONE); in prepareCapture()
1345 targetChip->setCaptureFilter(defaultScale); in prepareCapture()