Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
MainDialogBase Class Reference

#include <Main_Dialog_Base.h>

Inheritance diagram for MainDialogBase:
Inheritance graph
[legend]

Public Member Functions

 MainDialogBase (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxT("Descriptor Surface Based Trainer"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(600, 320), long style=wxDEFAULT_DIALOG_STYLE)
 
 ~MainDialogBase ()
 

Protected Member Functions

virtual void onCancelPressed (wxCommandEvent &event)
 
virtual void onDialogClose (wxCloseEvent &event)
 
virtual void onKillFocusDiameter (wxFocusEvent &event)
 
virtual void onKillFocusName (wxFocusEvent &event)
 
virtual void onKillFocusOrientationX (wxFocusEvent &event)
 
virtual void onKillFocusOrientationY (wxFocusEvent &event)
 
virtual void onKillFocusOrientationZ (wxFocusEvent &event)
 
virtual void onKillFocusScore3D (wxFocusEvent &event)
 
virtual void onNextPressed (wxCommandEvent &event)
 
virtual void onObjectModelSelected (wxCommandEvent &event)
 
virtual void onTextEnterDiameter (wxCommandEvent &event)
 
virtual void onTextEnterName (wxCommandEvent &event)
 
virtual void onTextEnterOrientationX (wxCommandEvent &event)
 
virtual void onTextEnterOrientationY (wxCommandEvent &event)
 
virtual void onTextEnterOrientationZ (wxCommandEvent &event)
 
virtual void onTextEnterScore3D (wxCommandEvent &event)
 

Protected Attributes

wxButton * button_cancel
 
wxButton * button_next
 
wxChoice * choice_mesh
 
wxChoice * choice_object_model
 
wxChoice * choice_rotation_type
 
wxTextCtrl * edit_diameter
 
wxTextCtrl * edit_name
 
wxTextCtrl * edit_orientation_x
 
wxTextCtrl * edit_orientation_y
 
wxTextCtrl * edit_orientation_z
 
wxTextCtrl * edit_score_3D
 
wxStaticText * label_caption
 
wxStaticText * label_diameter
 
wxStaticText * label_mesh
 
wxStaticText * label_name
 
wxStaticText * label_object_model
 
wxStaticText * label_orientation
 
wxStaticText * label_orientation_x
 
wxStaticText * label_orientation_y
 
wxStaticText * label_orientation_z
 
wxStaticText * label_rotation_type
 
wxStaticText * label_score_3D
 

Detailed Description

Copyright (C) 2016, Allgeyer Tobias, Hutmacher Robin, Meißner Pascal

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition at line 38 of file Main_Dialog_Base.h.

Constructor & Destructor Documentation

MainDialogBase::MainDialogBase ( wxWindow *  parent,
wxWindowID  id = wxID_ANY,
const wxString &  title = wxT("Descriptor Surface Based Trainer"),
const wxPoint &  pos = wxDefaultPosition,
const wxSize &  size = wxSize( 600,320 ),
long  style = wxDEFAULT_DIALOG_STYLE 
)

Copyright (C) 2016, Allgeyer Tobias, Hutmacher Robin, Meißner Pascal

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition at line 24 of file Main_Dialog_Base.cpp.

MainDialogBase::~MainDialogBase ( )

Definition at line 246 of file Main_Dialog_Base.cpp.

Member Function Documentation

virtual void MainDialogBase::onCancelPressed ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in Main_Dialog.

Definition at line 84 of file Main_Dialog_Base.h.

virtual void MainDialogBase::onDialogClose ( wxCloseEvent &  event)
inlineprotectedvirtual

Reimplemented in Main_Dialog.

Definition at line 70 of file Main_Dialog_Base.h.

virtual void MainDialogBase::onKillFocusDiameter ( wxFocusEvent &  event)
inlineprotectedvirtual

Reimplemented in Main_Dialog.

Definition at line 80 of file Main_Dialog_Base.h.

virtual void MainDialogBase::onKillFocusName ( wxFocusEvent &  event)
inlineprotectedvirtual

Reimplemented in Main_Dialog.

Definition at line 71 of file Main_Dialog_Base.h.

virtual void MainDialogBase::onKillFocusOrientationX ( wxFocusEvent &  event)
inlineprotectedvirtual

Reimplemented in Main_Dialog.

Definition at line 74 of file Main_Dialog_Base.h.

virtual void MainDialogBase::onKillFocusOrientationY ( wxFocusEvent &  event)
inlineprotectedvirtual

Reimplemented in Main_Dialog.

Definition at line 76 of file Main_Dialog_Base.h.

virtual void MainDialogBase::onKillFocusOrientationZ ( wxFocusEvent &  event)
inlineprotectedvirtual

Reimplemented in Main_Dialog.

Definition at line 78 of file Main_Dialog_Base.h.

virtual void MainDialogBase::onKillFocusScore3D ( wxFocusEvent &  event)
inlineprotectedvirtual

Reimplemented in Main_Dialog.

Definition at line 82 of file Main_Dialog_Base.h.

virtual void MainDialogBase::onNextPressed ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in Main_Dialog.

Definition at line 85 of file Main_Dialog_Base.h.

virtual void MainDialogBase::onObjectModelSelected ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in Main_Dialog.

Definition at line 73 of file Main_Dialog_Base.h.

virtual void MainDialogBase::onTextEnterDiameter ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in Main_Dialog.

Definition at line 81 of file Main_Dialog_Base.h.

virtual void MainDialogBase::onTextEnterName ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in Main_Dialog.

Definition at line 72 of file Main_Dialog_Base.h.

virtual void MainDialogBase::onTextEnterOrientationX ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in Main_Dialog.

Definition at line 75 of file Main_Dialog_Base.h.

virtual void MainDialogBase::onTextEnterOrientationY ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in Main_Dialog.

Definition at line 77 of file Main_Dialog_Base.h.

virtual void MainDialogBase::onTextEnterOrientationZ ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in Main_Dialog.

Definition at line 79 of file Main_Dialog_Base.h.

virtual void MainDialogBase::onTextEnterScore3D ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in Main_Dialog.

Definition at line 83 of file Main_Dialog_Base.h.

Member Data Documentation

wxButton* MainDialogBase::button_cancel
protected

Definition at line 65 of file Main_Dialog_Base.h.

wxButton* MainDialogBase::button_next
protected

Definition at line 66 of file Main_Dialog_Base.h.

wxChoice* MainDialogBase::choice_mesh
protected

Definition at line 50 of file Main_Dialog_Base.h.

wxChoice* MainDialogBase::choice_object_model
protected

Definition at line 48 of file Main_Dialog_Base.h.

wxChoice* MainDialogBase::choice_rotation_type
protected

Definition at line 52 of file Main_Dialog_Base.h.

wxTextCtrl* MainDialogBase::edit_diameter
protected

Definition at line 61 of file Main_Dialog_Base.h.

wxTextCtrl* MainDialogBase::edit_name
protected

Definition at line 46 of file Main_Dialog_Base.h.

wxTextCtrl* MainDialogBase::edit_orientation_x
protected

Definition at line 55 of file Main_Dialog_Base.h.

wxTextCtrl* MainDialogBase::edit_orientation_y
protected

Definition at line 57 of file Main_Dialog_Base.h.

wxTextCtrl* MainDialogBase::edit_orientation_z
protected

Definition at line 59 of file Main_Dialog_Base.h.

wxTextCtrl* MainDialogBase::edit_score_3D
protected

Definition at line 63 of file Main_Dialog_Base.h.

wxStaticText* MainDialogBase::label_caption
protected

Definition at line 44 of file Main_Dialog_Base.h.

wxStaticText* MainDialogBase::label_diameter
protected

Definition at line 60 of file Main_Dialog_Base.h.

wxStaticText* MainDialogBase::label_mesh
protected

Definition at line 49 of file Main_Dialog_Base.h.

wxStaticText* MainDialogBase::label_name
protected

Definition at line 45 of file Main_Dialog_Base.h.

wxStaticText* MainDialogBase::label_object_model
protected

Definition at line 47 of file Main_Dialog_Base.h.

wxStaticText* MainDialogBase::label_orientation
protected

Definition at line 53 of file Main_Dialog_Base.h.

wxStaticText* MainDialogBase::label_orientation_x
protected

Definition at line 54 of file Main_Dialog_Base.h.

wxStaticText* MainDialogBase::label_orientation_y
protected

Definition at line 56 of file Main_Dialog_Base.h.

wxStaticText* MainDialogBase::label_orientation_z
protected

Definition at line 58 of file Main_Dialog_Base.h.

wxStaticText* MainDialogBase::label_rotation_type
protected

Definition at line 51 of file Main_Dialog_Base.h.

wxStaticText* MainDialogBase::label_score_3D
protected

Definition at line 62 of file Main_Dialog_Base.h.


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


asr_descriptor_surface_based_recognition
Author(s): Allgeyer Tobias, Hutmacher Robin, Meißner Pascal
autogenerated on Mon Dec 16 2019 03:31:16