Smart Gallery v1.1
 
Loading...
Searching...
No Matches
InteractionLocker Class Reference

The locker for interaction with the module. More...

Public Member Functions

bool IsLockedFor (Module module)
 Whether the locker is locked for the module.
 
void Lock (Module module)
 Locks the locker for the module.
 
void Unlock (Module module)
 Unlocks the locker for the module.
 

Detailed Description

The locker for interaction with the module.

Member Function Documentation

◆ IsLockedFor()

bool IsLockedFor ( Module module)

Whether the locker is locked for the module.

Parameters
moduleThe module.
Returns
True if the locker is locked for the module.

◆ Lock()

void Lock ( Module module)

Locks the locker for the module.

Parameters
moduleThe module.

◆ Unlock()

void Unlock ( Module module)

Unlocks the locker for the module.

Parameters
moduleThe module.