dee7f14b49
apps/system/nxplayer: Fix some logical errors from recent comments. They broke the build of the nxplayer as a library vs. a task. apps/graphics/nxglyphs: Fix yet more namespace problems. graphics/nxwm/src/nxwm_main.cxx: Move from graphics/nxwidgets/UnitTests/nxwm/nxwm_main.cxx. apps/graphicx/nx*: Fixes numerous build issues mostly associated with include paths and namespaces. apps/nxglyphs: Decouple (mostly) from nxwidgets and nxwm so that they can be used elsewhere. Creates include/graphics/nxglyphs.h apps/graphics/nxglyphs: Put all NxWidgets and NxWM glyphs into a common directory where they can eventually be shared. Not very sharable at the moment due to header file entanglements. Need a separate nxglyps.hxx header file. Separate nxwidets and nxwm into separate directories. Remove old, common NxWidgets directory.
100 lines
1.9 KiB
Plaintext
100 lines
1.9 KiB
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
#
|
|
|
|
menu "Unit Tests"
|
|
|
|
config NXWIDGETS_UNITTEST_CBUTTON
|
|
tristate "CButton"
|
|
default n
|
|
depends on NXWIDGETS
|
|
|
|
config NXWIDGETS_UNITTEST_CBUTTONARRAY
|
|
tristate "CButtonArray"
|
|
default n
|
|
depends on NXWIDGETS
|
|
|
|
config NXWIDGETS_UNITTEST_CCHECKBOX
|
|
tristate "CCheckBox"
|
|
default n
|
|
depends on NXWIDGETS
|
|
|
|
config NXWIDGETS_UNITTEST_CGLYPHBUTTON
|
|
tristate "CGlyphButton"
|
|
default n
|
|
depends on NXWIDGETS
|
|
|
|
config NXWIDGETS_UNITTEST_CGLYPHSLIDERHORIZONTAL
|
|
tristate "CGlyphSliderHorizontal"
|
|
default n
|
|
depends on NXWIDGETS
|
|
|
|
config NXWIDGETS_UNITTEST_CIMAGE
|
|
tristate "CImage"
|
|
default n
|
|
depends on NXWIDGETS
|
|
|
|
config NXWIDGETS_UNITTEST_CKEYPAD
|
|
tristate "CKeypad"
|
|
default n
|
|
depends on NXWIDGETS
|
|
|
|
config NXWIDGETS_UNITTEST_CLABEL
|
|
tristate "CLabel"
|
|
default n
|
|
depends on NXWIDGETS
|
|
|
|
config NXWIDGETS_UNITTEST_CLATCHBUTTON
|
|
tristate "CLatchButton"
|
|
default n
|
|
depends on NXWIDGETS
|
|
|
|
config NXWIDGETS_UNITTEST_CLATCHBUTTONARRAY
|
|
tristate "CLatchButtonArray"
|
|
default n
|
|
depends on NXWIDGETS
|
|
|
|
config NXWIDGETS_UNITTEST_CLISTBOX
|
|
tristate "CListBox"
|
|
default n
|
|
depends on NXWIDGETS
|
|
|
|
config NXWIDGETS_UNITTEST_CPROGRESSBAR
|
|
tristate "CProgressBar"
|
|
default n
|
|
depends on NXWIDGETS
|
|
|
|
config NXWIDGETS_UNITTEST_CRADIOBUTTON
|
|
tristate "CRadioButton"
|
|
default n
|
|
depends on NXWIDGETS
|
|
|
|
config NXWIDGETS_UNITTEST_CSCROLLBARHORIZONTAL
|
|
tristate "CScrollbarHorizontal"
|
|
default n
|
|
depends on NXWIDGETS
|
|
|
|
config NXWIDGETS_UNITTEST_CSCROLLBARVERTICAL
|
|
tristate "CScrollbarVertical"
|
|
default n
|
|
depends on NXWIDGETS
|
|
|
|
config NXWIDGETS_UNITTEST_CSLIDERHORIZONAL
|
|
tristate "CSliderHorizontal"
|
|
default n
|
|
depends on NXWIDGETS
|
|
|
|
config NXWIDGETS_UNITTEST_CSLIDERVERTICAL
|
|
tristate "CSliderVertical"
|
|
default n
|
|
depends on NXWIDGETS
|
|
|
|
config NXWIDGETS_UNITTEST_CTEXTBOX
|
|
tristate "CTextBox"
|
|
default n
|
|
depends on NXWIDGETS
|
|
|
|
endmenu # Unit Tests
|
|
|