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)
 
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
 
 AudioWidget (void)
 
void add (QWidget *w)
 
QSize sizeHint (void) const final
 

Private Attributes

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

Constructor & Destructor Documentation

◆ AudioWidget() [1/2]

nngn::AudioWidget::AudioWidget ( void  )

◆ AudioWidget() [2/2]

nngn::AudioWidget::AudioWidget ( void  )

Member Function Documentation

◆ add() [1/2]

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

◆ add() [2/2]

void nngn::AudioWidget::add ( QWidget *  w)

◆ add_edit [1/2]

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

◆ add_edit [2/2]

void nngn::AudioWidget::add_edit ( void  )
slot

◆ add_pcm [1/2]

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:

◆ add_pcm [2/2]

void nngn::AudioWidget::add_pcm ( std::vector< std::byte >  v)
slot

◆ new_pos [1/2]

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

◆ new_pos [2/2]

void nngn::AudioWidget::new_pos ( std::size_t  i,
std::size_t  p 
)
slot

◆ sizeHint() [1/2]

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

◆ sizeHint() [2/2]

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: