Home
last modified time | relevance | path

Searched defs:HomeView (Results 1 – 10 of 10) sorted by relevance

/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/podcasts-gtk/src/widgets/
H A Dhome_view.rs49 pub(crate) struct HomeView { struct
64 impl Default for HomeView { argument
105 impl HomeView { impl
106 pub(crate) fn new(sender: Sender<Action>, vadj: Option<Adjustment>) -> Result<Rc<HomeView>> { in new()
/dports/converters/wkhtmltopdf/qt-5db36ec/demos/embedded/anomaly/src/
H A DHomeView.cpp50 HomeView::HomeView(QWidget *parent) in HomeView() function in HomeView
H A DBrowserWindow.h50 class HomeView; variable
/dports/net-mgmt/netbox/netbox-3.0.12/netbox/netbox/views/
H A D__init__.py32 class HomeView(View): class
/dports/multimedia/minitube/minitube-3.9.2/src/
H A Dhomeview.cpp35 HomeView::HomeView(QWidget *parent) in HomeView() function in HomeView
H A Dmainwindow.h29 class HomeView; variable
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/
H A Dhome_view.cpp40 HomeView::HomeView() in HomeView() function in app::HomeView
H A Dmain_window.h31 class HomeView; variable
/dports/x11/eaglemode/eaglemode-0.95.0/include/emCore/
H A DemView.h789 emView * HomeView; variable
/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/viewcontroller/
H A DHomeView.java37 public interface HomeView extends View { interface