mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
divetripmodel: add TRIP_HAS_CURRENT_ROLE
This role returns true if the given trip contains the current dive. This will be needed by the mobile list model to decide if a newly added trip should be expanded right away. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
a88ab64cf8
commit
dbddec59d3
2 changed files with 13 additions and 5 deletions
|
@ -50,7 +50,8 @@ public:
|
|||
TRIP_ROLE,
|
||||
DIVE_IDX,
|
||||
SELECTED_ROLE,
|
||||
CURRENT_ROLE
|
||||
CURRENT_ROLE,
|
||||
TRIP_HAS_CURRENT_ROLE // Returns true if this is a trip and it contains the current dive
|
||||
};
|
||||
enum Layout {
|
||||
TREE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue