Audacity 3.2.0
Classes | Enumerations
ToolDock.h File Reference
#include <map>
#include <vector>
#include <wx/defs.h>
#include "IteratorX.h"
#include "ToolBar.h"
Include dependency graph for ToolDock.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ToolBarConfiguration
 
struct  ToolBarConfiguration::Position
 
struct  ToolBarConfiguration::Place
 
class  ToolBarConfiguration::Iterator
 
struct  ToolBarConfiguration::Iterator::Triple
 
struct  ToolBarConfiguration::Legacy
 
struct  ToolBarConfiguration::Tree
 
class  ToolDock
 A dynamic panel where a ToolBar can be docked. More...
 

Enumerations

enum  { NoDockID = 0 , TopDockID = ToolBar::TopDockID , BotDockID = ToolBar::BotDockID , DockCount = 2 }
 class ToolDock More...
 

Enumeration Type Documentation

◆ anonymous enum

anonymous enum

class ToolDock

Enumerator
NoDockID 
TopDockID 
BotDockID 
DockCount 

Definition at line 40 of file ToolDock.h.

41{
42 NoDockID = 0,
45 DockCount = 2
46};
@ BotDockID
Definition: ToolDock.h:44
@ DockCount
Definition: ToolDock.h:45
@ TopDockID
Definition: ToolDock.h:43
@ NoDockID
Definition: ToolDock.h:42
@ TopDockID
Definition: ToolBar.h:93
@ BotDockID
Definition: ToolBar.h:94