nngn
Loading...
Searching...
No Matches
nngn::AudioWidget Class Reference

#include <audio.h>

Inheritance diagram for nngn::AudioWidget:
Collaboration diagram for nngn::AudioWidget:

Public Slots

void add_edit (void)
 
void add_pcm (std::vector< std::byte > v)
 
void new_pos (std::size_t i, std::size_t p)
 

Public Member Functions

 AudioWidget (void)
 
void add (QWidget *w)
 
QSize sizeHint (void) const final
 

Private Attributes

std::vector< std::vector< std::byte > > wavs = {}
 

Constructor & Destructor Documentation

◆ AudioWidget()

nngn::AudioWidget::AudioWidget ( void )

Member Function Documentation

◆ add()

void nngn::AudioWidget::add ( QWidget * w)
Here is the caller graph for this function:

◆ add_edit

void nngn::AudioWidget::add_edit ( void )
slot
Here is the call graph for this function:
Here is the caller graph for this function:

◆ add_pcm

void nngn::AudioWidget::add_pcm ( std::vector< std::byte > v)
slot
Here is the call graph for this function:
Here is the caller graph for this function:

◆ new_pos

void nngn::AudioWidget::new_pos ( std::size_t i,
std::size_t p )
slot
Here is the caller graph for this function:

◆ sizeHint()

QSize nngn::AudioWidget::sizeHint ( void ) const
inlinefinal

Member Data Documentation

◆ wavs

std::vector<std::vector<std::byte> > nngn::AudioWidget::wavs = {}
private

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