A subclass of Listener which includes default implementations of some methods we dont care about and an isFinished() method to tell the caller that it doesn't need to keep walking the document anymore. More...
#include <pl_ListenerCoupleCloser.h>
Public Member Functions | |
virtual bool | isFinished ()=0 |
virtual bool | change (fl_ContainerLayout *, const PX_ChangeRecord *) |
virtual bool | insertStrux (fl_ContainerLayout *, const PX_ChangeRecord *, pf_Frag_Strux *, PL_ListenerId, void(*)(pf_Frag_Strux *sdhNew, PL_ListenerId lid, fl_ContainerLayout *sfhNew)) |
virtual bool | signal (UT_uint32) |
A subclass of Listener which includes default implementations of some methods we dont care about and an isFinished() method to tell the caller that it doesn't need to keep walking the document anymore.
virtual bool PL_FinishingListener::change | ( | fl_ContainerLayout * | , | |
const PX_ChangeRecord * | ||||
) | [inline, virtual] |
Implements PL_Listener.
virtual bool PL_FinishingListener::insertStrux | ( | fl_ContainerLayout * | , | |
const PX_ChangeRecord * | , | |||
pf_Frag_Strux * | , | |||
PL_ListenerId | , | |||
void(*)(pf_Frag_Strux *sdhNew,PL_ListenerId lid,fl_ContainerLayout *sfhNew) | ||||
) | [inline, virtual] |
Implements PL_Listener.
virtual bool PL_FinishingListener::isFinished | ( | ) | [pure virtual] |
virtual bool PL_FinishingListener::signal | ( | UT_uint32 | ) | [inline, virtual] |
Implements PL_Listener.