10#ifndef INCLUDED_EDITENG_FIELDUPDATER_HXX 
   11#define INCLUDED_EDITENG_FIELDUPDATER_HXX 
   20class FieldUpdaterImpl;
 
   28    std::unique_ptr<FieldUpdaterImpl> 
mpImpl;
 
   40    void updateTableFields(
int nTab);
 
Wrapper for EditTextObject to handle updating of fields without exposing the internals of EditTextObj...
 
std::unique_ptr< FieldUpdaterImpl > mpImpl
 
#define EDITENG_DLLPUBLIC