Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

Deprecated List

Member VCF::GraphicsContext::isXORModeOn ()
use getCompositingMode and check to see if the GraphicsContext::cmXOR is the current composite mode.

Member VCF::GraphicsContext::setColor (Color *color)

Member VCF::GraphicsContext::setCurrentFont (Font *font)

Member VCF::GraphicsContext::setXORModeOn (const bool &XORModeOn)
use setCompositingMode and pass in GraphicsContext::cmXOR for the current composite mode.

Member VCF::Item::addItemAddedHandler (EventHandler *handler)
- these are here for backwards compatibility purposes only - they'll be going away in the next release.

Member VCF::Item::addItemChangedHandler (EventHandler *handler)
- these are here for backwards compatibility purposes only - they'll be going away in the next release.

Member VCF::Item::addItemDeletedHandler (EventHandler *handler)
- these are here for backwards compatibility purposes only - they'll be going away in the next release.

Member VCF::Item::addItemPaintHandler (EventHandler *handler)
- these are here for backwards compatibility purposes only - they'll be going away in the next release.

Member VCF::Item::addItemSelectedHandler (EventHandler *handler)
- these are here for backwards compatibility purposes only - they'll be going away in the next release.

Member VCF::Item::removeItemAddedHandler (EventHandler *handler)
- these are here for backwards compatibility purposes only - they'll be going away in the next release.

Member VCF::Item::removeItemChangedHandler (EventHandler *handler)
- these are here for backwards compatibility purposes only - they'll be going away in the next release.

Member VCF::Item::removeItemDeletedHandler (EventHandler *handler)
- these are here for backwards compatibility purposes only - they'll be going away in the next release.

Member VCF::Item::removeItemPaintHandler (EventHandler *handler)
- these are here for backwards compatibility purposes only - they'll be going away in the next release.

Member VCF::Item::removeItemSelectedHandler (EventHandler *handler)
- these are here for backwards compatibility purposes only - they'll be going away in the next release.

Member VCF::ListItem::addSubItemAddedHandler (EventHandler *handler)
- these are here for backwards compatibility purposes only - they'll be going away in the next release.

Member VCF::ListItem::addSubItemChangedHandler (EventHandler *handler)
- these are here for backwards compatibility purposes only - they'll be going away in the next release.

Member VCF::ListItem::addSubItemDeletedHandler (EventHandler *handler)
- these are here for backwards compatibility purposes only - they'll be going away in the next release.

Member VCF::ListItem::removeSubItemAddedHandler (EventHandler *handler)
- these are here for backwards compatibility purposes only - they'll be going away in the next release.

Member VCF::ListItem::removeSubItemChangedHandler (EventHandler *handler)
- these are here for backwards compatibility purposes only - they'll be going away in the next release.

Member VCF::ListItem::removeSubItemDeletedHandler (EventHandler *handler)
- these are here for backwards compatibility purposes only - they'll be going away in the next release.

Member VCF::Object::init ()

Member VCF::ProcessWithRedirectedIO::addOutputReadyHandler (EventHandler *eventHandler)
- use the OutputReady delegate directly.

Member VCF::ProcessWithRedirectedIO::removeOutputReadyHandler (EventHandler *eventHandler)
- use the OutputReady delegate directly.

Member VCF::StringUtils::format (const Format &formatter)
This is now a deprecated function and should not be used at all. Existing code should be changed to make use of the traceWithArgs( const Format& ) function instead. It will be removed entirely in an upcoming release.

Member VCF::StringUtils::traceWithArgs (const Format &formatter)
This is now a deprecated function and should not be used at all. Existing code should be changed to make use of the traceWithArgs( const Format& ) function instead. It will be removed entirely in an upcoming release.
   Comments or Suggestions?    License Information