MvcController::GetActiveController
MvcController*MvcController::GetActiveController(void)
Retrieve the currently active controller
Defined in: MvcController.cpp
Return Value
A pointer to the currently active controller
Comments
Reports the currently active controller. See SetActiveController for a discussion of the active controller.See Also