Vuo 2.4.4
Loading...
Searching...
No Matches
Static Public Member Functions | Protected Member Functions | List of all members
VuoConsoleToolbar Class Reference

Description

Toolbar for the console window.

Definition at line 19 of file VuoConsoleToolbar.hh.

Static Public Member Functions

static VuoConsoleToolbarcreate (QMainWindow *window, VuoConsole *console)
 Creates a toolbar, with toolbar actions handled by console, and adds it to window.
 

Protected Member Functions

 VuoConsoleToolbar (QMainWindow *window, VuoConsole *console)
 Initializes an empty toolbar.
 
virtual void addToolbarItems (void) override
 Populates the toolbar and adds it to the window.
 
virtual bool allowsTabbingWithOtherWindows (void) override
 Since the console window is a singleton, it doesn't tab with other windows.
 
virtual NSString * getTabbingIdentifier (void) override
 Unused.
 

Constructor & Destructor Documentation

◆ VuoConsoleToolbar()

VuoConsoleToolbar::VuoConsoleToolbar ( QMainWindow *  window,
VuoConsole console 
)
protected

Initializes an empty toolbar.

Definition at line 29 of file VuoConsoleToolbar.mm.

Member Function Documentation

◆ addToolbarItems()

void VuoConsoleToolbar::addToolbarItems ( void  )
overrideprotectedvirtual

Populates the toolbar and adds it to the window.

Implements VuoToolbar.

Definition at line 38 of file VuoConsoleToolbar.mm.

◆ allowsTabbingWithOtherWindows()

bool VuoConsoleToolbar::allowsTabbingWithOtherWindows ( void  )
overrideprotectedvirtual

Since the console window is a singleton, it doesn't tab with other windows.

Implements VuoToolbar.

Definition at line 112 of file VuoConsoleToolbar.mm.

◆ create()

VuoConsoleToolbar * VuoConsoleToolbar::create ( QMainWindow *  window,
VuoConsole console 
)
static

Creates a toolbar, with toolbar actions handled by console, and adds it to window.

Definition at line 19 of file VuoConsoleToolbar.mm.

◆ getTabbingIdentifier()

NSString * VuoConsoleToolbar::getTabbingIdentifier ( void  )
overrideprotectedvirtual

Unused.

Implements VuoToolbar.

Definition at line 120 of file VuoConsoleToolbar.mm.


The documentation for this class was generated from the following files: