#include <fft_panel.hh>
Inherits ost::img::gui::DataViewerPanelBase.
Public Slots | |
| void | SetPosition (const Point &p) |
| void | ShowSizeDialog () |
Public Member Functions | |
| FFTPanel (const Data &parent_data, QWidget *parent) | |
| virtual | ~FFTPanel () |
| void | SetFFTSize (unsigned int size) |
| unsigned int | GetFFTSize () |
| virtual void | ObserverUpdate () |
Protected Member Functions | |
| void | update_fft () |
Protected Attributes | |
| unsigned int | size_ |
| Point | parent_position_ |
| const Data & | parent_data_ |
| ImageHandle | fft_data_ |
Definition at line 32 of file fft_panel.hh.
| virtual ~FFTPanel | ( | ) | [virtual] |
| unsigned int GetFFTSize | ( | ) |
| virtual void ObserverUpdate | ( | ) | [virtual] |
| void SetFFTSize | ( | unsigned int | size | ) |
| void SetPosition | ( | const Point & | p | ) | [slot] |
| void ShowSizeDialog | ( | ) | [slot] |
| void update_fft | ( | ) | [protected] |
ImageHandle fft_data_ [protected] |
Definition at line 52 of file fft_panel.hh.
const Data& parent_data_ [protected] |
Definition at line 51 of file fft_panel.hh.
Point parent_position_ [protected] |
Definition at line 50 of file fft_panel.hh.
unsigned int size_ [protected] |
Definition at line 49 of file fft_panel.hh.
1.5.8