Audacity 3.2.0
Namespaces | Enumerations
RefreshCode.h File Reference

Go to the source code of this file.

Namespaces

namespace  RefreshCode
 Namespace containing an enum 'what to do on a refresh?'.
 

Enumerations

enum  {
  RefreshCode::RefreshNone = 0 , RefreshCode::Cancelled = 0x1 , RefreshCode::RefreshCell = 0x2 , RefreshCode::RefreshLatestCell = 0x4 ,
  RefreshCode::RefreshAll = 0x8 , RefreshCode::FixScrollbars = 0x10 , RefreshCode::Resize = 0x20 , RefreshCode::UpdateVRuler = 0x80 ,
  RefreshCode::EnsureVisible = 0x100 , RefreshCode::DrawOverlays = 0x200 , RefreshCode::DestroyedCell = 0x8000
}