Mercurial > hg > octave-lyh
view examples/@polynomial/module.mk @ 16618:13728d41fb6a
use functions to handle colors in Windows GUI terminal
* QWinTerminalImpl.cpp (QConsolePrivate::backgroundColor,
QConsolePrivate::foregroundColor, QConsolePrivate::selectionColor,
QConsolePrivate::cursorColor, QConsolePrivate::setBackgroundColor,
QConsolePrivate::setForegroundColor,
QConsolePrivate::setSelectionColor, QConsolePrivate::setCursorColor):
New functions.
(QConsolePrivate::m_backgroundColor,
QConsolePrivate::m_foregroundColor): Delete member variables.
(QConsolePrivate::QConsolePrivate): Call setBackgroundColor and
setForegroundColor to set default colors.
(QWinTerminalImpl::viewPaintEvent): Use functions to access colors.
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Mon, 06 May 2013 02:20:01 -0400 |
parents | 0d4613a736e9 |
children |
line wrap: on
line source
FCN_FILE_DIRS += @polynomial EXTRA_DIST += @polynomial/module.mk at_polynomial_FCN_FILES = \ @polynomial/display.m \ @polynomial/double.m \ @polynomial/end.m \ @polynomial/get.m \ @polynomial/mtimes.m \ @polynomial/numel.m \ @polynomial/plot.m \ @polynomial/polynomial.m \ @polynomial/polynomial_superiorto.m \ @polynomial/polyval.m \ @polynomial/roots.m \ @polynomial/set.m \ @polynomial/subsasgn.m \ @polynomial/subsref.m FCN_FILES += $(at_polynomial_FCN_FILES)