Germain Garand > PerlQt-3.008 > kalyptusDataDict

Download:
PerlQt-3.008.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  5
Open  0
View Bugs
Report a bug
Source  

  Look up a type, following the class hierarchy.
  e.g. "Mode", if ContextClassName is A, will be looked as A::Mode,
  then as B::Mode (if B is a parent class of A), then as Qt::Mode,
  then as just Mode.