KiCad PCB EDA Suite
Loading...
Searching...
No Matches
dialog_constraint_value_base.h
Go to the documentation of this file.
1
2
// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6a)
3
// http://www.wxformbuilder.org/
4
//
5
// PLEASE DO *NOT* EDIT THIS FILE!
7
8
#pragma once
9
10
#include <wx/artprov.h>
11
#include <wx/xrc/xmlres.h>
12
#include <wx/intl.h>
13
#include "
dialog_shim.h
"
14
#include <wx/string.h>
15
#include <wx/stattext.h>
16
#include <wx/gdicmn.h>
17
#include <wx/font.h>
18
#include <wx/colour.h>
19
#include <wx/settings.h>
20
#include <wx/textctrl.h>
21
#include <wx/sizer.h>
22
#include <wx/checkbox.h>
23
#include <wx/button.h>
24
#include <wx/dialog.h>
25
27
31
class
DIALOG_CONSTRAINT_VALUE_BASE
:
public
DIALOG_SHIM
32
{
33
private
:
34
35
protected
:
36
wxStaticText*
m_valueLabel
;
37
wxTextCtrl*
m_valueCtrl
;
38
wxStaticText*
m_valueUnits
;
39
wxCheckBox*
m_drivingCtrl
;
40
wxStdDialogButtonSizer*
m_sdbSizer
;
41
wxButton*
m_sdbSizerOK
;
42
wxButton*
m_sdbSizerCancel
;
43
44
public
:
45
46
DIALOG_CONSTRAINT_VALUE_BASE
( wxWindow* parent, wxWindowID
id
= wxID_ANY,
const
wxString& title =
_
(
"Constraint Value"
),
const
wxPoint& pos = wxDefaultPosition,
const
wxSize& size = wxSize( -1,-1 ),
long
style = wxDEFAULT_DIALOG_STYLE );
47
48
~DIALOG_CONSTRAINT_VALUE_BASE
();
49
50
};
51
DIALOG_CONSTRAINT_VALUE_BASE::m_sdbSizer
wxStdDialogButtonSizer * m_sdbSizer
Definition
dialog_constraint_value_base.h:40
DIALOG_CONSTRAINT_VALUE_BASE::m_valueCtrl
wxTextCtrl * m_valueCtrl
Definition
dialog_constraint_value_base.h:37
DIALOG_CONSTRAINT_VALUE_BASE::~DIALOG_CONSTRAINT_VALUE_BASE
~DIALOG_CONSTRAINT_VALUE_BASE()
Definition
dialog_constraint_value_base.cpp:56
DIALOG_CONSTRAINT_VALUE_BASE::m_sdbSizerOK
wxButton * m_sdbSizerOK
Definition
dialog_constraint_value_base.h:41
DIALOG_CONSTRAINT_VALUE_BASE::m_valueLabel
wxStaticText * m_valueLabel
Definition
dialog_constraint_value_base.h:36
DIALOG_CONSTRAINT_VALUE_BASE::DIALOG_CONSTRAINT_VALUE_BASE
DIALOG_CONSTRAINT_VALUE_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxString &title=_("Constraint Value"), const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxDEFAULT_DIALOG_STYLE)
Definition
dialog_constraint_value_base.cpp:12
DIALOG_CONSTRAINT_VALUE_BASE::m_drivingCtrl
wxCheckBox * m_drivingCtrl
Definition
dialog_constraint_value_base.h:39
DIALOG_CONSTRAINT_VALUE_BASE::m_valueUnits
wxStaticText * m_valueUnits
Definition
dialog_constraint_value_base.h:38
DIALOG_CONSTRAINT_VALUE_BASE::m_sdbSizerCancel
wxButton * m_sdbSizerCancel
Definition
dialog_constraint_value_base.h:42
DIALOG_SHIM::DIALOG_SHIM
DIALOG_SHIM(wxWindow *aParent, wxWindowID id, const wxString &title, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxDefaultSize, long style=wxDEFAULT_FRAME_STYLE|wxRESIZE_BORDER, const wxString &name=wxDialogNameStr)
Definition
dialog_shim.cpp:123
dialog_shim.h
_
#define _(s)
Definition
eda_3d_actions.cpp:36
src
pcbnew
dialogs
dialog_constraint_value_base.h
Generated on Sat Jul 25 2026 00:05:58 for KiCad PCB EDA Suite by
1.13.2