|
Krita Source Code Documentation
|
Functions | |
| flipHorizontal () | |
| flipVertical () | |
| setAngleNum (angle) | |
| setCoterminalAngle (angle) | |
| setFlipMode () | |
| setIncreaseDir () | |
| setPrefix () | |
| setRange () | |
Variables | |
| angleBox = QDoubleSpinBox() | |
| angleChangedLabel = QLabel("0") | |
| angleSelector = AngleSelector() | |
| coterminalAngleLabel = QLabel("0") | |
| dialog = QDialog() | |
| flipHButton = QPushButton() | |
| flipOptionsModeLineEdit = QLineEdit() | |
| flipVButton = QPushButton() | |
| increaseDirLineEdit = QLineEdit() | |
| layout = QFormLayout() | |
| maxBox = QDoubleSpinBox() | |
| minBox = QDoubleSpinBox() | |
| numDecimalsBox = QSpinBox() | |
| prefixLineEdit = QLineEdit() | |
| rangeMaxBox = QDoubleSpinBox() | |
| rangeMinBox = QDoubleSpinBox() | |
| resetAngleBox = QDoubleSpinBox() | |
| resetButton = QPushButton() | |
| snapAngleBox = QDoubleSpinBox() | |
| useFlatBoxCheckBox = QCheckBox() | |
| widgetsHeightBox = QSpinBox() | |
| wrappingCheckBox = QCheckBox() | |
| angle_selector_test_script.flipHorizontal | ( | ) |
Definition at line 128 of file angle_selector_test_script.py.
| angle_selector_test_script.flipVertical | ( | ) |
Definition at line 134 of file angle_selector_test_script.py.
| angle_selector_test_script.setAngleNum | ( | angle | ) |
Definition at line 25 of file angle_selector_test_script.py.
| angle_selector_test_script.setCoterminalAngle | ( | angle | ) |
Definition at line 31 of file angle_selector_test_script.py.
| angle_selector_test_script.setFlipMode | ( | ) |
Definition at line 105 of file angle_selector_test_script.py.
| angle_selector_test_script.setIncreaseDir | ( | ) |
Definition at line 118 of file angle_selector_test_script.py.
| angle_selector_test_script.setPrefix | ( | ) |
Definition at line 92 of file angle_selector_test_script.py.
| angle_selector_test_script.setRange | ( | ) |
Definition at line 83 of file angle_selector_test_script.py.
| angle_selector_test_script.angleBox = QDoubleSpinBox() |
Definition at line 37 of file angle_selector_test_script.py.
| angle_selector_test_script.angleChangedLabel = QLabel("0") |
Definition at line 23 of file angle_selector_test_script.py.
| angle_selector_test_script.angleSelector = AngleSelector() |
Definition at line 20 of file angle_selector_test_script.py.
| angle_selector_test_script.coterminalAngleLabel = QLabel("0") |
Definition at line 29 of file angle_selector_test_script.py.
| angle_selector_test_script.dialog = QDialog() |
Definition at line 17 of file angle_selector_test_script.py.
| angle_selector_test_script.flipHButton = QPushButton() |
Definition at line 127 of file angle_selector_test_script.py.
| angle_selector_test_script.flipOptionsModeLineEdit = QLineEdit() |
Definition at line 103 of file angle_selector_test_script.py.
| angle_selector_test_script.flipVButton = QPushButton() |
Definition at line 133 of file angle_selector_test_script.py.
| angle_selector_test_script.increaseDirLineEdit = QLineEdit() |
Definition at line 116 of file angle_selector_test_script.py.
| angle_selector_test_script.layout = QFormLayout() |
Definition at line 18 of file angle_selector_test_script.py.
| angle_selector_test_script.maxBox = QDoubleSpinBox() |
Definition at line 64 of file angle_selector_test_script.py.
| angle_selector_test_script.minBox = QDoubleSpinBox() |
Definition at line 70 of file angle_selector_test_script.py.
| angle_selector_test_script.numDecimalsBox = QSpinBox() |
Definition at line 59 of file angle_selector_test_script.py.
| angle_selector_test_script.prefixLineEdit = QLineEdit() |
Definition at line 90 of file angle_selector_test_script.py.
| angle_selector_test_script.rangeMaxBox = QDoubleSpinBox() |
Definition at line 80 of file angle_selector_test_script.py.
| angle_selector_test_script.rangeMinBox = QDoubleSpinBox() |
Definition at line 77 of file angle_selector_test_script.py.
| angle_selector_test_script.resetAngleBox = QDoubleSpinBox() |
Definition at line 53 of file angle_selector_test_script.py.
| angle_selector_test_script.resetButton = QPushButton() |
Definition at line 43 of file angle_selector_test_script.py.
| angle_selector_test_script.snapAngleBox = QDoubleSpinBox() |
Definition at line 47 of file angle_selector_test_script.py.
| angle_selector_test_script.useFlatBoxCheckBox = QCheckBox() |
Definition at line 123 of file angle_selector_test_script.py.
| angle_selector_test_script.widgetsHeightBox = QSpinBox() |
Definition at line 110 of file angle_selector_test_script.py.
| angle_selector_test_script.wrappingCheckBox = QCheckBox() |
Definition at line 97 of file angle_selector_test_script.py.