KiCad PCB EDA Suite
|
#include <wx/artprov.h>
#include <wx/xrc/xmlres.h>
#include <wx/intl.h>
#include "dialog_shim.h"
#include <wx/infobar.h>
#include <wx/gdicmn.h>
#include <wx/font.h>
#include <wx/colour.h>
#include <wx/settings.h>
#include <wx/string.h>
#include <wx/radiobut.h>
#include <wx/checkbox.h>
#include <wx/sizer.h>
#include <wx/statbox.h>
#include <wx/bitmap.h>
#include <wx/image.h>
#include <wx/icon.h>
#include <wx/statbmp.h>
#include <wx/radiobox.h>
#include <wx/textctrl.h>
#include <wx/gbsizer.h>
#include <wx/panel.h>
#include <wx/button.h>
#include <wx/dialog.h>
Go to the source code of this file.
Classes | |
class | DIALOG_ANNOTATE_BASE |
Class DIALOG_ANNOTATE_BASE. More... | |
Macros | |
#define | ID_SORT_BY_X_POSITION 1000 |
#define | ID_SORT_BY_Y_POSITION 1001 |
#define | wxID_FIRST_FREE 1002 |
#define | wxID_SHEET_X_100 1003 |
#define | wxID_SHEET_X_1000 1004 |
#define | ID_CLEAR_ANNOTATION_CMP 1005 |
#define ID_CLEAR_ANNOTATION_CMP 1005 |
Definition at line 45 of file dialog_annotate_base.h.
Referenced by DIALOG_ANNOTATE_BASE::DIALOG_ANNOTATE_BASE().
#define ID_SORT_BY_X_POSITION 1000 |
Definition at line 40 of file dialog_annotate_base.h.
Referenced by DIALOG_ANNOTATE_BASE::DIALOG_ANNOTATE_BASE().
#define ID_SORT_BY_Y_POSITION 1001 |
Definition at line 41 of file dialog_annotate_base.h.
Referenced by DIALOG_ANNOTATE_BASE::DIALOG_ANNOTATE_BASE().
#define wxID_FIRST_FREE 1002 |
Definition at line 42 of file dialog_annotate_base.h.
Referenced by DIALOG_ANNOTATE_BASE::DIALOG_ANNOTATE_BASE().
#define wxID_SHEET_X_100 1003 |
Definition at line 43 of file dialog_annotate_base.h.
Referenced by DIALOG_ANNOTATE_BASE::DIALOG_ANNOTATE_BASE().
#define wxID_SHEET_X_1000 1004 |
Definition at line 44 of file dialog_annotate_base.h.
Referenced by DIALOG_ANNOTATE_BASE::DIALOG_ANNOTATE_BASE().