pyqtgraph/pyqtgraph/parametertree/parameterTypes
ntjess 4bf1866c2a
Organize paramtypes (#1919)
* Registered parameter types go in their own files

* Moves [int, float] item definitions outside `WidgetParameterItem`

* Moves [int, float] parameter definitions outside `WidgetParameterItem`

* Allow registering ParameterItems for easy parameter defs

* Finalizes moving simple parameters to their own files

* removes accidentally committed file

* Provides class qualnames in rst

* Address docstring build issues

* Address recent review comments
- `registerParameterItemType`:
  * added to docs and parametertree.__init__
  * Remove unsed PARAM_TYPES global
  * Hyperlink to `registerParameterType`
- parameter tree rst:
  * Alphabetize entries
  * Rebuild RST without fully qualified class name
  * Add note at file header that it is auto generated

* Remove spurious space during rst doc creation

* Ensure created/modified files end with newline

* Address CodeQL warnings

* toPlainText also returns str

* `QTreeWidgetItem.text` returns str
2021-08-02 10:47:55 -07:00
..
__init__.py Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
action.py Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
basetypes.py Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
bool.py Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
calendar.py Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
color.py Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
colormap.py Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
file.py Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
font.py Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
list.py Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
numeric.py Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
pen.py Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
progress.py Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
qtenum.py Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
slider.py Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
str.py Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00
text.py Organize paramtypes (#1919) 2021-08-02 10:47:55 -07:00