00001 /*======================================================================= 00002 *** THE CONTENT OF THIS WORK IS PROPRIETARY TO FEI S.A.S, (FEI S.A.S.), *** 00003 *** AND IS DISTRIBUTED UNDER A LICENSE AGREEMENT. *** 00004 *** *** 00005 *** REPRODUCTION, DISCLOSURE, OR USE, IN WHOLE OR IN PART, OTHER THAN AS *** 00006 *** SPECIFIED IN THE LICENSE ARE NOT TO BE UNDERTAKEN EXCEPT WITH PRIOR *** 00007 *** WRITTEN AUTHORIZATION OF FEI S.A.S. *** 00008 *** *** 00009 *** RESTRICTED RIGHTS LEGEND *** 00010 *** USE, DUPLICATION, OR DISCLOSURE BY THE GOVERNMENT OF THE CONTENT OF THIS *** 00011 *** WORK OR RELATED DOCUMENTATION IS SUBJECT TO RESTRICTIONS AS SET FORTH IN *** 00012 *** SUBPARAGRAPH (C)(1) OF THE COMMERCIAL COMPUTER SOFTWARE RESTRICTED RIGHT *** 00013 *** CLAUSE AT FAR 52.227-19 OR SUBPARAGRAPH (C)(1)(II) OF THE RIGHTS IN *** 00014 *** TECHNICAL DATA AND COMPUTER SOFTWARE CLAUSE AT DFARS 52.227-7013. *** 00015 *** *** 00016 *** COPYRIGHT (C) 1996-2014 BY FEI S.A.S, *** 00017 *** BORDEAUX, FRANCE *** 00018 *** ALL RIGHTS RESERVED *** 00019 **=======================================================================*/ 00020 /*======================================================================= 00021 ** Author : Nicolas DAGUISE (Oct 2002) 00022 **=======================================================================*/ 00023 #ifndef _SO_AUDITORS_ 00024 #define _SO_AUDITORS_ 00025 00026 #include <DialogViz/auditors/SoDialogAuditor.h> 00027 #include <DialogViz/auditors/SoDialogCheckBoxAuditor.h> 00028 #include <DialogViz/auditors/SoDialogChoiceAuditor.h> 00029 #include <DialogViz/auditors/SoDialogEditTextAuditor.h> 00030 #include <DialogViz/auditors/SoDialogIntegerSliderAuditor.h> 00031 #include <DialogViz/auditors/SoDialogPushButtonAuditor.h> 00032 #include <DialogViz/auditors/SoDialogRealSliderAuditor.h> 00033 #include <DialogViz/auditors/SoTabDialogAuditor.h> 00034 00035 #include <DialogViz/auditors/SoMenuCheckBoxAuditor.h> 00036 #include <DialogViz/auditors/SoMenuFileSelectionAuditor.h> 00037 #include <DialogViz/auditors/SoMenuPushButtonAuditor.h> 00038 #include <DialogViz/auditors/SoMenuRadioButtonsAuditor.h> 00039 00040 #endif 00041 00042 00043