Searched refs:Zoom (Results 1 - 25 of 34) sorted by relevance

12

/haiku/src/apps/cortex/DormantNodeView/
H A DDormantNodeWindow.h61 void Zoom(
H A DDormantNodeWindow.cpp124 void DormantNodeWindow::Zoom( function in class:DormantNodeWindow
128 D_HOOK(("DormantNodeWindow::Zoom()\n"));
/haiku/src/apps/cortex/InfoView/
H A DInfoWindow.h70 // extend basic Zoom() functionality to 'minimize' the
72 virtual void Zoom(
H A DInfoWindow.cpp97 InfoWindow::Zoom( function in class:InfoWindow
101 D_HOOK(("InfoWindow::Zoom()\n"));
/haiku/src/apps/cortex/ParameterView/
H A DParameterWindow.h120 // extend basic Zoom() functionality to 'minimize' the
122 virtual void Zoom(
H A DParameterWindow.cpp227 void ParameterWindow::Zoom( function in class:ParameterWindow
231 D_HOOK(("ParameterWindow::Zoom()\n"));
/haiku/src/apps/tv/
H A DMainWin.h45 void Zoom(BPoint rec_position, float rec_width, float rec_height);
/haiku/src/apps/debugger/user_interface/gui/teams_window/
H A DTeamsWindow.h36 virtual void Zoom(BPoint origin, float width, float height);
H A DTeamsWindow.cpp88 TeamsWindow::Zoom(BPoint, float, float) function in class:TeamsWindow
/haiku/src/apps/cortex/RouteApp/
H A DRouteWindow.h114 // [c.lenz 1mar2000] added for better Zoom() support
122 virtual void Zoom(
208 // true if a resize operation resulted from a call to Zoom()
/haiku/src/apps/poorman/
H A DPoorManWindow.h43 virtual void Zoom(BPoint origin, float width, float height);
H A DPoorManWindow.cpp343 PoorManWindow::Zoom(BPoint origin, float width, float height) function in class:PoorManWindow
/haiku/src/apps/showimage/
H A DShowImageWindow.h65 virtual void Zoom(BPoint origin, float width, float height);
H A DShowImageView.h93 float Zoom() const function in class:ShowImageView
H A DShowImageWindow.cpp201 B_TRANSLATE("Zoom in"));
203 B_TRANSLATE("Zoom out"));
351 _AddItemMenu(menu, B_TRANSLATE("Zoom in"), MSG_ZOOM_IN, '+', 0, this);
352 _AddItemMenu(menu, B_TRANSLATE("Zoom out"), MSG_ZOOM_OUT, '-', 0, this);
632 ShowImageWindow::Zoom(BPoint origin, float width, float height) function in class:ShowImageWindow
1038 fStatusView->SetZoom(fImageView->Zoom());
1168 fImageView->Zoom());
/haiku/headers/os/game/
H A DDirectWindow.h88 virtual void Zoom(BPoint recPosition, float recWidth,
/haiku/src/apps/mediaplayer/
H A DMainWin.h39 virtual void Zoom(BPoint rectPosition, float rectWidth,
/haiku/src/apps/mail/
H A DMailWindow.h83 virtual void Zoom(BPoint, float, float);
/haiku/src/kits/game/
H A DDirectWindow.cpp265 BDirectWindow::Zoom(BPoint recPosition, float recWidth, float recHeight) function in class:BDirectWindow
267 inherited::Zoom(recPosition, recWidth, recHeight);
/haiku/headers/os/interface/
H A DWindow.h128 virtual void Zoom(BPoint origin, float width, float height);
129 void Zoom();
/haiku/src/apps/magnify/
H A DMagnify.h216 virtual void Zoom(BPoint position, float width, float height);
/haiku/src/apps/softwareupdater/
H A DSoftwareUpdaterWindow.h149 void Zoom(BPoint origin, float width, float height);
/haiku/src/apps/terminal/
H A DTermWindow.h75 virtual void Zoom(BPoint leftTop, float width, float height);
/haiku/src/kits/tracker/
H A DContainerWindow.h122 virtual void Zoom(BPoint, float, float);
/haiku/src/apps/workspaces/
H A DWorkspaces.cpp170 virtual void Zoom(BPoint origin, float width, float height);
843 WorkspacesWindow::Zoom(BPoint origin, float width, float height) function in class:WorkspacesWindow

Completed in 223 milliseconds

12