Searched refs:screenWhere (Results 1 - 18 of 18) sorted by relevance

/haiku/src/apps/debuganalyzer/gui/table/
H A DAbstractTable.cpp70 BPoint screenWhere; local
72 || message->FindPoint("screen_where", &screenWhere) != B_OK) {
76 fTable->ColumnMouseDown(this, row, field, screenWhere, buttons);
95 BPoint screenWhere; local
97 || message->FindPoint("screen_where", &screenWhere) != B_OK) {
101 fTable->ColumnMouseUp(this, row, field, screenWhere, buttons);
H A DTable.h102 int32 columnIndex, BPoint screenWhere,
105 int32 columnIndex, BPoint screenWhere,
150 BPoint screenWhere, uint32 buttons);
153 BPoint screenWhere, uint32 buttons);
H A DTreeTable.h151 int32 columnIndex, BPoint screenWhere,
155 int32 columnIndex, BPoint screenWhere,
210 BPoint screenWhere, uint32 buttons);
213 BPoint screenWhere, uint32 buttons);
H A DTable.cpp244 int32 columnIndex, BPoint screenWhere, uint32 buttons)
251 BPoint screenWhere, uint32 buttons)
562 BPoint screenWhere, uint32 buttons)
575 columnIndex, screenWhere, buttons);
583 BPoint screenWhere, uint32 buttons)
596 screenWhere, buttons);
243 TableCellMouseDown(Table* table, int32 rowIndex, int32 columnIndex, BPoint screenWhere, uint32 buttons) argument
250 TableCellMouseUp(Table* table, int32 rowIndex, int32 columnIndex, BPoint screenWhere, uint32 buttons) argument
561 ColumnMouseDown(AbstractColumn* column, BRow* row, BField* field, BPoint screenWhere, uint32 buttons) argument
582 ColumnMouseUp(AbstractColumn* column, BRow* row, BField* field, BPoint screenWhere, uint32 buttons) argument
H A DTreeTable.cpp284 const TreeTablePath& path, int32 columnIndex, BPoint screenWhere,
292 const TreeTablePath& path, int32 columnIndex, BPoint screenWhere,
912 BPoint screenWhere, uint32 buttons)
929 columnIndex, screenWhere, buttons);
937 BPoint screenWhere, uint32 buttons)
954 screenWhere, buttons);
283 TreeTableCellMouseDown(TreeTable* table, const TreeTablePath& path, int32 columnIndex, BPoint screenWhere, uint32 buttons) argument
291 TreeTableCellMouseUp(TreeTable* table, const TreeTablePath& path, int32 columnIndex, BPoint screenWhere, uint32 buttons) argument
911 ColumnMouseDown(AbstractColumn* column, BRow* _row, BField* field, BPoint screenWhere, uint32 buttons) argument
936 ColumnMouseUp(AbstractColumn* column, BRow* _row, BField* field, BPoint screenWhere, uint32 buttons) argument
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DRegistersView.h43 int32 columnIndex, BPoint screenWhere,
H A DRegistersView.cpp308 int32 columnIndex, BPoint screenWhere, uint32 buttons)
381 BRect mouseRect(screenWhere, screenWhere);
383 menu->Go(screenWhere, true, false, mouseRect, true);
307 TableCellMouseDown(Table* table, int32 rowIndex, int32 columnIndex, BPoint screenWhere, uint32 buttons) argument
H A DVariablesView.h70 int32 columnIndex, BPoint screenWhere,
H A DVariablesView.cpp881 void ShowMenu(BPoint screenWhere) argument
895 BRect mouseRect(screenWhere, screenWhere);
897 fContextMenu->Go(screenWhere, true, false, mouseRect, true);
2476 const TreeTablePath& path, int32 columnIndex, BPoint screenWhere,
2531 fTableCellContextMenuTracker->ShowMenu(screenWhere);
2475 TreeTableCellMouseDown(TreeTable* table, const TreeTablePath& path, int32 columnIndex, BPoint screenWhere, uint32 buttons) argument
H A DSourceView.cpp1407 BPoint screenWhere(where);
1408 ConvertToScreen(&screenWhere);
1410 BRect mouseRect(screenWhere, screenWhere);
1412 menu->Go(screenWhere, true, false, mouseRect, true);
/haiku/src/apps/webpositive/
H A DDownloadProgressView.h43 void ShowContextMenu(BPoint screenWhere);
H A DDownloadProgressView.cpp575 DownloadProgressView::ShowContextMenu(BPoint screenWhere) argument
577 screenWhere += BPoint(2, 2);
589 contextMenu->Go(screenWhere, true, true, true);
/haiku/src/apps/debugger/user_interface/gui/inspector_window/
H A DMemoryView.cpp1115 BPoint screenWhere(point);
1116 ConvertToScreen(&screenWhere);
1117 BRect mouseRect(screenWhere, screenWhere);
1119 menu->Go(screenWhere, true, false, mouseRect, true);
/haiku/src/apps/mediaplayer/
H A DMainWin.cpp2204 BPoint screenWhere; local
2205 if (msg->FindPoint("screen_where", &screenWhere) != B_OK) {
2208 if (!originalHandler || msg->FindPoint("where", &screenWhere) < B_OK)
2210 originalHandler->ConvertToScreen(&screenWhere);
2216 BRect rect(screenWhere.x - 1, screenWhere.y - 1, screenWhere.x + 1,
2217 screenWhere.y + 1);
2228 fMouseDownMousePos = screenWhere;
2241 _ShowContextMenu(screenWhere);
[all...]
/haiku/src/kits/interface/
H A DInterfaceDefs.cpp1146 get_mouse(BPoint* screenWhere, uint32* buttons) argument
1148 if (screenWhere == NULL && buttons == NULL)
1161 if (screenWhere != NULL)
1162 ret = link.Read<BPoint>(screenWhere);
/haiku/headers/os/interface/
H A DInterfaceDefs.h474 status_t get_mouse(BPoint* screenWhere, uint32* buttons);
/haiku/src/apps/debuganalyzer/gui/main_window/
H A DSchedulingPage.cpp502 BPoint screenWhere = ConvertToScreen(where); local
503 BRect mouseRect(screenWhere, screenWhere);
505 contextMenu->Go(screenWhere, true, false, mouseRect, true);
/haiku/src/apps/terminal/
H A DTermWindow.cpp1659 BPoint screenWhere = tabView->ConvertToScreen(point); local
1660 BRect mouseRect(screenWhere, screenWhere);
1662 popUpMenu->Go(screenWhere, true, true, mouseRect, true);

Completed in 384 milliseconds