50   m_groupManager = 
new QtGroupPropertyManager(
this);
 
   51   m_intManager = 
new QtIntPropertyManager(
this);
 
   52   m_intSliderManager = 
new QtIntPropertyManager(
this);
 
   53   m_doubleManager = 
new QtDoublePropertyManager(
this);
 
   54   m_stringManager = 
new QtStringPropertyManager(
this);
 
   55   m_strDlgManager = 
new QtStringPropertyManager(
this);
 
   56   m_colorManager = 
new QtColorPropertyManager(
this);
 
   57   m_fontManager = 
new QtFontPropertyManager(
this);
 
   58   m_sizeManager = 
new QtSizePropertyManager(
this);
 
   59   m_enumManager = 
new QtEnumPropertyManager(
this);
 
   60   m_pointFManager = 
new QtPointFPropertyManager(
this);
 
   62   m_doubleSpinBoxFactory = 
new QtDoubleSpinBoxFactory(
this);
 
   63   m_checkBoxFactory = 
new QtCheckBoxFactory(
this);
 
   64   m_spinBoxFactory = 
new QtSpinBoxFactory(
this);
 
   65   m_lineEditFactory = 
new QtLineEditFactory(
this);
 
   66   m_comboBoxFactory = 
new QtEnumEditorFactory(
this);
 
   67   m_sliderFactory = 
new QtSliderFactory(
this);
 
   68   m_colorFactory = 
new QtColorEditorFactory(
this);
 
   69   m_fontFactory = 
new QtFontEditorFactory(
this);
 
   70   m_charFactory = 
new QtCharEditorFactory(
this);
 
   71   m_dlgFactory = 
new QtDlgEditorFactory(
this);
 
QtIntPropertyManager * m_intSliderManager
 
QtFontEditorFactory * m_fontFactory
 
~AbstractPropertyManager()
Destructor. 
 
QtColorPropertyManager * m_colorManager
 
QtStringPropertyManager * m_strDlgManager
 
QtEnumEditorFactory * m_comboBoxFactory
 
void setFactories(QtTreePropertyBrowser *pb)
 
QtCheckBoxFactory * m_checkBoxFactory
 
QtLineEditFactory * m_lineEditFactory
 
QtDoublePropertyManager * m_doubleManager
 
QtEnumPropertyManager * m_enumManager
 
AbstractPropertyManager()
It initializes the singleton. 
 
QtSpinBoxFactory * m_spinBoxFactory
 
QtIntPropertyManager * m_intManager
 
QtFontPropertyManager * m_fontManager
 
QtDoubleSpinBoxFactory * m_doubleSpinBoxFactory
 
QtSizePropertyManager * m_sizeManager
 
QtColorEditorFactory * m_colorFactory
 
QtSliderFactory * m_sliderFactory
 
QtPointFPropertyManager * m_pointFManager
 
QtStringPropertyManager * m_stringManager
 
QtDlgEditorFactory * m_dlgFactory