[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'tiVisitor' (#tiopf)

TtiVisitorManager

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Groups visitors together so they can be passed over a graph of objects together

Declaration

Source position: tiVisitor.pas line 263

type TtiVisitorManager = class(TtiBaseObject) end;

protected

  property VisitorMappings: TList; [r]

  function FindVisitorMappingGroup(); virtual;

  procedure ProcessVisitors(); virtual;

  function GetTIOPFManager; virtual;

public

  constructor Create(); virtual;

  destructor Destroy; override;

  property TIOPFManager: TtiBaseObject; [r]

  procedure RegisterVisitor();

  procedure UnRegisterVisitors();

  procedure Execute(); virtual;

Inheritance

TtiVisitorManager

  

Groups visitors together so they can be passed over a graph of objects together

|

TtiBaseObject,IInterface

|

TObject

Description

Groups visitors together so they can be passed over a graph of objects together.


Documentation generated on: 2017-08-16