Inheritance diagram for ServerListContextMenu:Public Types | |
| enum | Result { DataCopied, Join, OpenRemoteConsole, OpenURL, Refresh, ShowJoinCommandLine, SortAdditionallyAscending, SortAdditionallyDescending, ClearAdditionalSorting, RemoveAdditionalSortingForColumn, FindMissingWADs, NothingHappened } |
Signals | |
| void | aboutToHide () |
| void | triggered (QAction *action) |
Public Member Functions | |
| ServerListContextMenu (ServerPtr server, const ServerListFilterInfo &filter, const QModelIndex &modelIndex, ServerListHandler *parent) | |
| const QModelIndex & | modelIndex () const |
| void | popup (const QPoint &point) |
| ServerPtr | server () const |
| const ServerListFilterInfo & | serverFilter () const |
| Result | translateQMenuResult (QAction *resultAction) |
Definition at line 39 of file serverlistcontextmenu.h.
| Enumerator | |
|---|---|
| DataCopied |
This is returned when something was copied to clipboard. |
| NothingHappened |
This is returned upon cancel. |
Definition at line 44 of file serverlistcontextmenu.h.