Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
dnf_composer::user_interface::ControlBarWindow Class Referencefinal

#include <control_bar_window.h>

Inheritance diagram for dnf_composer::user_interface::ControlBarWindow:
Collaboration diagram for dnf_composer::user_interface::ControlBarWindow:

Public Member Functions

 ControlBarWindow (const ControlBarWindow &)=delete
 
 ControlBarWindow (const std::shared_ptr< Simulation > &simulation)
 
 ControlBarWindow (ControlBarWindow &&)=delete
 
void drawContents () const
 
ControlBarWindowoperator= (const ControlBarWindow &)=delete
 
ControlBarWindowoperator= (ControlBarWindow &&)=delete
 
void render () override
 
 ~ControlBarWindow () override=default
 

Constructor & Destructor Documentation

◆ ControlBarWindow() [1/3]

dnf_composer::user_interface::ControlBarWindow::ControlBarWindow ( const std::shared_ptr< Simulation > &  simulation)
explicit

◆ ControlBarWindow() [2/3]

dnf_composer::user_interface::ControlBarWindow::ControlBarWindow ( const ControlBarWindow )
delete

◆ ControlBarWindow() [3/3]

dnf_composer::user_interface::ControlBarWindow::ControlBarWindow ( ControlBarWindow &&  )
delete

◆ ~ControlBarWindow()

dnf_composer::user_interface::ControlBarWindow::~ControlBarWindow ( )
overridedefault

Member Function Documentation

◆ drawContents()

void dnf_composer::user_interface::ControlBarWindow::drawContents ( ) const
Here is the caller graph for this function:

◆ operator=() [1/2]

ControlBarWindow & dnf_composer::user_interface::ControlBarWindow::operator= ( const ControlBarWindow )
delete

◆ operator=() [2/2]

ControlBarWindow & dnf_composer::user_interface::ControlBarWindow::operator= ( ControlBarWindow &&  )
delete

◆ render()

void dnf_composer::user_interface::ControlBarWindow::render ( )
override
Here is the call graph for this function:

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