Deprecated List
- Class VCF::ComboBoxControl
- 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::ProcessWithRedirectedIO::addOutputReadyHandler (EventHandler *eventHandler)
- - use the OutputReady delegate directly.
- Member VCF::ProcessWithRedirectedIO::removeOutputReadyHandler (EventHandler *eventHandler)
- - use the OutputReady delegate directly.
