#include <Main_Dialog_Base.h>
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 |
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.
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.
|
inlineprotectedvirtual |
Reimplemented in Main_Dialog.
Definition at line 84 of file Main_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in Main_Dialog.
Definition at line 70 of file Main_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in Main_Dialog.
Definition at line 80 of file Main_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in Main_Dialog.
Definition at line 71 of file Main_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in Main_Dialog.
Definition at line 74 of file Main_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in Main_Dialog.
Definition at line 76 of file Main_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in Main_Dialog.
Definition at line 78 of file Main_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in Main_Dialog.
Definition at line 82 of file Main_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in Main_Dialog.
Definition at line 85 of file Main_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in Main_Dialog.
Definition at line 73 of file Main_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in Main_Dialog.
Definition at line 81 of file Main_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in Main_Dialog.
Definition at line 72 of file Main_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in Main_Dialog.
Definition at line 75 of file Main_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in Main_Dialog.
Definition at line 77 of file Main_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in Main_Dialog.
Definition at line 79 of file Main_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in Main_Dialog.
Definition at line 83 of file Main_Dialog_Base.h.
|
protected |
Definition at line 65 of file Main_Dialog_Base.h.
|
protected |
Definition at line 66 of file Main_Dialog_Base.h.
|
protected |
Definition at line 50 of file Main_Dialog_Base.h.
|
protected |
Definition at line 48 of file Main_Dialog_Base.h.
|
protected |
Definition at line 52 of file Main_Dialog_Base.h.
|
protected |
Definition at line 61 of file Main_Dialog_Base.h.
|
protected |
Definition at line 46 of file Main_Dialog_Base.h.
|
protected |
Definition at line 55 of file Main_Dialog_Base.h.
|
protected |
Definition at line 57 of file Main_Dialog_Base.h.
|
protected |
Definition at line 59 of file Main_Dialog_Base.h.
|
protected |
Definition at line 63 of file Main_Dialog_Base.h.
|
protected |
Definition at line 44 of file Main_Dialog_Base.h.
|
protected |
Definition at line 60 of file Main_Dialog_Base.h.
|
protected |
Definition at line 49 of file Main_Dialog_Base.h.
|
protected |
Definition at line 45 of file Main_Dialog_Base.h.
|
protected |
Definition at line 47 of file Main_Dialog_Base.h.
|
protected |
Definition at line 53 of file Main_Dialog_Base.h.
|
protected |
Definition at line 54 of file Main_Dialog_Base.h.
|
protected |
Definition at line 56 of file Main_Dialog_Base.h.
|
protected |
Definition at line 58 of file Main_Dialog_Base.h.
|
protected |
Definition at line 51 of file Main_Dialog_Base.h.
|
protected |
Definition at line 62 of file Main_Dialog_Base.h.