#include <View_Creator_Dialog_Base.h>
Public Member Functions | |
ViewCreatorDialogBase (wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=wxT("Descriptor Surfaced Based Trainer - Create View"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(1000, 880), long style=wxDEFAULT_DIALOG_STYLE) | |
~ViewCreatorDialogBase () | |
Protected Member Functions | |
virtual void | onButtonCancelClicked (wxCommandEvent &event) |
virtual void | onButtonEndTestClicked (wxCommandEvent &event) |
virtual void | onButtonSaveClicked (wxCommandEvent &event) |
virtual void | onButtonStartTestClicked (wxCommandEvent &event) |
virtual void | onCheckUpsideDown (wxCommandEvent &event) |
virtual void | onCheckUseColor (wxCommandEvent &event) |
virtual void | onCheckUseCurrentImage (wxCommandEvent &event) |
virtual void | onChoiceImage (wxCommandEvent &event) |
virtual void | onChoiceImageSource (wxCommandEvent &event) |
virtual void | onChoiceTestImage (wxCommandEvent &event) |
virtual void | onChoiceTestImageSource (wxCommandEvent &event) |
virtual void | OnDialogClose (wxCloseEvent &event) |
virtual void | onEditTextAxis1Angle (wxFocusEvent &event) |
virtual void | onEditTextAxis1AngleEnter (wxCommandEvent &event) |
virtual void | onEditTextAxis1X (wxFocusEvent &event) |
virtual void | onEditTextAxis1XEnter (wxCommandEvent &event) |
virtual void | onEditTextAxis1Y (wxFocusEvent &event) |
virtual void | onEditTextAxis1YEnter (wxCommandEvent &event) |
virtual void | onEditTextAxis1Z (wxFocusEvent &event) |
virtual void | onEditTextAxis1ZEnter (wxCommandEvent &event) |
virtual void | onEditTextAxis2Angle (wxFocusEvent &event) |
virtual void | onEditTextAxis2AngleEnter (wxCommandEvent &event) |
virtual void | onEditTextAxis2X (wxFocusEvent &event) |
virtual void | onEditTextAxis2XEnter (wxCommandEvent &event) |
virtual void | onEditTextAxis2Y (wxFocusEvent &event) |
virtual void | onEditTextAxis2YEnter (wxCommandEvent &event) |
virtual void | onEditTextAxis2Z (wxFocusEvent &event) |
virtual void | onEditTextAxis2ZEnter (wxCommandEvent &event) |
virtual void | onEditTextDepth (wxFocusEvent &event) |
virtual void | onEditTextDepthEnter (wxCommandEvent &event) |
virtual void | onEditTextFernNumber (wxFocusEvent &event) |
virtual void | onEditTextFernNumberEnter (wxCommandEvent &event) |
virtual void | onEditTextHorizontalOffset (wxFocusEvent &event) |
virtual void | onEditTextHorizontalOffsetEnter (wxCommandEvent &event) |
virtual void | onEditTextLowerRightColumn (wxFocusEvent &event) |
virtual void | onEditTextLowerRightColumnEnter (wxCommandEvent &event) |
virtual void | onEditTextLowerRightRow (wxFocusEvent &event) |
virtual void | onEditTextLowerRightRowEnter (wxCommandEvent &event) |
virtual void | onEditTextMaxScale (wxFocusEvent &event) |
virtual void | onEditTextMaxScaleEnter (wxCommandEvent &event) |
virtual void | onEditTextMinScale (wxFocusEvent &event) |
virtual void | onEditTextMinScaleEnter (wxCommandEvent &event) |
virtual void | onEditTextOrientationX (wxFocusEvent &event) |
virtual void | onEditTextOrientationXEnter (wxCommandEvent &event) |
virtual void | onEditTextOrientationY (wxFocusEvent &event) |
virtual void | onEditTextOrientationYEnter (wxCommandEvent &event) |
virtual void | onEditTextOrientationZ (wxFocusEvent &event) |
virtual void | onEditTextOrientationZEnter (wxCommandEvent &event) |
virtual void | onEditTextPatchSize (wxFocusEvent &event) |
virtual void | onEditTextPatchSizeEnter (wxCommandEvent &event) |
virtual void | onEditTextScore (wxFocusEvent &event) |
virtual void | onEditTextScoreEnter (wxCommandEvent &event) |
virtual void | onEditTextUpperLeftColumn (wxFocusEvent &event) |
virtual void | onEditTextUpperLeftColumnEnter (wxCommandEvent &event) |
virtual void | onEditTextUpperLeftRow (wxFocusEvent &event) |
virtual void | onEditTextUpperLeftRowEnter (wxCommandEvent &event) |
virtual void | onEditTextVerticalOffset (wxFocusEvent &event) |
virtual void | onEditTextVerticalOffsetEnter (wxCommandEvent &event) |
virtual void | onSlideLowerRightColumn (wxScrollEvent &event) |
virtual void | onSlideLowerRightRow (wxScrollEvent &event) |
virtual void | onSlideUpperLeftColumn (wxScrollEvent &event) |
virtual void | onSlideUpperLeftRow (wxScrollEvent &event) |
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 43 of file View_Creator_Dialog_Base.h.
ViewCreatorDialogBase::ViewCreatorDialogBase | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxString & | title = wxT("Descriptor Surfaced Based Trainer - Create View") , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( 1000,880 ) , |
||
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 View_Creator_Dialog_Base.cpp.
ViewCreatorDialogBase::~ViewCreatorDialogBase | ( | ) |
Definition at line 896 of file View_Creator_Dialog_Base.cpp.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 163 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 166 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 164 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 165 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 225 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 226 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 167 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 160 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 159 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 162 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 161 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 158 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 210 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 219 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 207 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 216 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 208 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 217 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 209 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 218 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 214 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 223 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 211 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 220 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 212 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 221 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 213 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 222 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 189 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 201 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 190 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 202 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 188 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 200 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 175 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 176 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 173 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 174 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 193 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 205 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 192 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 204 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 183 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 195 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 184 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 196 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 185 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 197 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 191 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 203 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 186 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 198 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 171 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 172 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 169 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 170 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 187 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 199 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 181 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 180 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 179 of file View_Creator_Dialog_Base.h.
|
inlineprotectedvirtual |
Reimplemented in ViewCreatorDialog.
Definition at line 178 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 154 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 90 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 155 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 89 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 71 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 117 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 121 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 61 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 59 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 65 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 68 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 132 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 126 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 128 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 130 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 141 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 135 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 137 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 139 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 144 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 146 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 123 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 85 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 82 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 152 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 150 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 51 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 53 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 55 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 148 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 115 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 78 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 75 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 119 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 56 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 57 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 106 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 107 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 96 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 97 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 110 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 111 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 124 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 131 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 125 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 127 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 129 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 133 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 140 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 134 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 136 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 138 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 143 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 94 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 95 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 122 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 60 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 58 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 116 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 84 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 80 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 81 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 104 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 105 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 151 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 149 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 98 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 99 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 100 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 101 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 145 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 49 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 50 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 52 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 54 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 147 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 92 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 113 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 93 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 102 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 103 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 70 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 64 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 67 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 108 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 109 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 73 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 77 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 74 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 120 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 118 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 66 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 112 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 63 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 87 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 62 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 69 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 86 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 83 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 79 of file View_Creator_Dialog_Base.h.
|
protected |
Definition at line 76 of file View_Creator_Dialog_Base.h.