GcApDocManagerReactor

class pygcad.pygrx.GcApDocManagerReactor

Bases: GcRxObject

Methods Summary

assign(self, para)

C++: GcApDocManagerReactor::operator=(const class GcApDocManagerReactor &) --> class GcApDocManagerReactor &

cast(inPtr)

C++: GcApDocManagerReactor::cast(const class GcRxObject *) --> class GcApDocManagerReactor *

className()

C++: GcApDocManagerReactor::className() --> const wchar_t *

desc()

C++: GcApDocManagerReactor::desc() --> class GcRxClass *

documentActivated(self, pGctivatedDoc)

C++: GcApDocManagerReactor::documentActivated(class GcApDocument *) --> void

documentActivationModified(self, bActivation)

C++: GcApDocManagerReactor::documentActivationModified(bool) --> void

documentBecameCurrent(self, para)

C++: GcApDocManagerReactor::documentBecameCurrent(class GcApDocument *) --> void

documentCreateCanceled(self, pDocCreateCancelled)

C++: GcApDocManagerReactor::documentCreateCanceled(class GcApDocument *) --> void

documentCreateStarted(self, pDocCreating)

C++: GcApDocManagerReactor::documentCreateStarted(class GcApDocument *) --> void

documentCreated(self, pDocCreating)

C++: GcApDocManagerReactor::documentCreated(class GcApDocument *) --> void

documentDestroyed(self, fileName)

C++: GcApDocManagerReactor::documentDestroyed(const wchar_t *) --> void

documentLockModeChangeVetoed(self, para, ...)

C++: GcApDocManagerReactor::documentLockModeChangeVetoed(class GcApDocument *, const wchar_t *) --> void

documentLockModeChanged(self, para, ...)

C++: GcApDocManagerReactor::documentLockModeChanged(class GcApDocument *, enum GcAp::DocLockMode, enum GcAp::DocLockMode, enum GcAp::DocLockMode, const wchar_t *) --> void

documentLockModeWillChange(self, para, ...)

C++: GcApDocManagerReactor::documentLockModeWillChange(class GcApDocument *, enum GcAp::DocLockMode, enum GcAp::DocLockMode, enum GcAp::DocLockMode, const wchar_t *) --> void

documentTitleUpdated(self, para)

C++: GcApDocManagerReactor::documentTitleUpdated(class GcApDocument *) --> void

documentToBeActivated(self, pGctivatingDoc)

C++: GcApDocManagerReactor::documentToBeActivated(class GcApDocument *) --> void

documentToBeDeactivated(self, pDeActivatedDoc)

C++: GcApDocManagerReactor::documentToBeDeactivated(class GcApDocument *) --> void

documentToBeDestroyed(self, pDocToDestroy)

C++: GcApDocManagerReactor::documentToBeDestroyed(class GcApDocument *) --> void

isA(self)

C++: GcApDocManagerReactor::isA() const --> class GcRxClass *

rxInit()

C++: GcApDocManagerReactor::rxInit() --> void

Methods Documentation

assign(self: pygcad.pygrx.GcApDocManagerReactor, para: pygcad.pygrx.GcApDocManagerReactor) pygcad.pygrx.GcApDocManagerReactor

C++: GcApDocManagerReactor::operator=(const class GcApDocManagerReactor &) –> class GcApDocManagerReactor &

static cast(inPtr: pygcad.pygrx.GcRxObject) pygcad.pygrx.GcApDocManagerReactor

C++: GcApDocManagerReactor::cast(const class GcRxObject *) –> class GcApDocManagerReactor *

static className() str

C++: GcApDocManagerReactor::className() –> const wchar_t *

static desc() pygcad.pygrx.GcRxClass

C++: GcApDocManagerReactor::desc() –> class GcRxClass *

documentActivated(self: pygcad.pygrx.GcApDocManagerReactor, pGctivatedDoc: pygcad.pygrx.GcApDocument) None

C++: GcApDocManagerReactor::documentActivated(class GcApDocument *) –> void

documentActivationModified(self: pygcad.pygrx.GcApDocManagerReactor, bActivation: bool) None

C++: GcApDocManagerReactor::documentActivationModified(bool) –> void

documentBecameCurrent(self: pygcad.pygrx.GcApDocManagerReactor, para: pygcad.pygrx.GcApDocument) None

C++: GcApDocManagerReactor::documentBecameCurrent(class GcApDocument *) –> void

documentCreateCanceled(self: pygcad.pygrx.GcApDocManagerReactor, pDocCreateCancelled: pygcad.pygrx.GcApDocument) None

C++: GcApDocManagerReactor::documentCreateCanceled(class GcApDocument *) –> void

documentCreateStarted(self: pygcad.pygrx.GcApDocManagerReactor, pDocCreating: pygcad.pygrx.GcApDocument) None

C++: GcApDocManagerReactor::documentCreateStarted(class GcApDocument *) –> void

documentCreated(self: pygcad.pygrx.GcApDocManagerReactor, pDocCreating: pygcad.pygrx.GcApDocument) None

C++: GcApDocManagerReactor::documentCreated(class GcApDocument *) –> void

documentDestroyed(self: pygcad.pygrx.GcApDocManagerReactor, fileName: str) None

C++: GcApDocManagerReactor::documentDestroyed(const wchar_t *) –> void

documentLockModeChangeVetoed(self: pygcad.pygrx.GcApDocManagerReactor, para: pygcad.pygrx.GcApDocument, pGlobalCmdName: str) None

C++: GcApDocManagerReactor::documentLockModeChangeVetoed(class GcApDocument *, const wchar_t *) –> void

documentLockModeChanged(self: pygcad.pygrx.GcApDocManagerReactor, para: pygcad.pygrx.GcApDocument, myPreviousMode: GcAp::DocLockMode, myCurrentMode: GcAp::DocLockMode, currentMode: GcAp::DocLockMode, pGlobalCmdName: str) None

C++: GcApDocManagerReactor::documentLockModeChanged(class GcApDocument *, enum GcAp::DocLockMode, enum GcAp::DocLockMode, enum GcAp::DocLockMode, const wchar_t *) –> void

documentLockModeWillChange(self: pygcad.pygrx.GcApDocManagerReactor, para: pygcad.pygrx.GcApDocument, myCurrentMode: GcAp::DocLockMode, myNewMode: GcAp::DocLockMode, currentMode: GcAp::DocLockMode, pGlobalCmdName: str) None

C++: GcApDocManagerReactor::documentLockModeWillChange(class GcApDocument *, enum GcAp::DocLockMode, enum GcAp::DocLockMode, enum GcAp::DocLockMode, const wchar_t *) –> void

documentTitleUpdated(self: pygcad.pygrx.GcApDocManagerReactor, para: pygcad.pygrx.GcApDocument) None

C++: GcApDocManagerReactor::documentTitleUpdated(class GcApDocument *) –> void

documentToBeActivated(self: pygcad.pygrx.GcApDocManagerReactor, pGctivatingDoc: pygcad.pygrx.GcApDocument) None

C++: GcApDocManagerReactor::documentToBeActivated(class GcApDocument *) –> void

documentToBeDeactivated(self: pygcad.pygrx.GcApDocManagerReactor, pDeActivatedDoc: pygcad.pygrx.GcApDocument) None

C++: GcApDocManagerReactor::documentToBeDeactivated(class GcApDocument *) –> void

documentToBeDestroyed(self: pygcad.pygrx.GcApDocManagerReactor, pDocToDestroy: pygcad.pygrx.GcApDocument) None

C++: GcApDocManagerReactor::documentToBeDestroyed(class GcApDocument *) –> void

isA(self: pygcad.pygrx.GcApDocManagerReactor) pygcad.pygrx.GcRxClass

C++: GcApDocManagerReactor::isA() const –> class GcRxClass *

static rxInit() None

C++: GcApDocManagerReactor::rxInit() –> void