20#ifndef SAYONARA_PLAYER_CONTEXTMENUCONFIGURATOR_H
21#define SAYONARA_PLAYER_CONTEXTMENUCONFIGURATOR_H
23#include "Utils/typedefs.h"
30 uint64_t calcContextMenuEntries(ContextMenu* contextMenu, Model* model,
const Util::Set<int>& selectedItems);
31 uint16_t calcTabBarContextMenuEntries(
const bool isTemporary,
const bool hasChanges,
const bool isLocked,
32 const int trackCount,
const int tabCount);
A set structure. Inherited from std::set with some useful methods. For integer and String this set is...
Definition: Set.h:37