|
Panda3D
|
Classes | |
| class | AngleDial |
| class | Dial |
| class | DialWidget |
Variables | |
| list | __all__ = ['Dial', 'AngleDial', 'DialWidget'] |
| tuple | d = Dial(tl) |
| tuple | d2 |
| tuple | d3 |
| tuple | d4 |
| int | DIAL_FULL_SIZE = 45 |
| int | DIAL_MINI_SIZE = 30 |
| float | INNER_SF = 0.2 |
| float | ONEPOINTFIVE_PI = 1.5 |
| float | POINTFIVE_PI = 0.5 |
| tuple | tl = Toplevel() |
| float | TWO_PI = 2.0 |
Dial Class: Velocity style controller for floating point values with
a label, entry (validated), and scale
| list __all__ = ['Dial', 'AngleDial', 'DialWidget'] |
| tuple d2 |
00001 Dial(tl, dial_numSegments = 12, max = 360, 00002 dial_fRollover = 0, value = 180)
| tuple d3 |
00001 Dial(tl, dial_numSegments = 12, max = 90, min = -90, 00002 dial_fRollover = 0)
| int DIAL_FULL_SIZE = 45 |
| int DIAL_MINI_SIZE = 30 |
| float INNER_SF = 0.2 |
| float ONEPOINTFIVE_PI = 1.5 |
| float POINTFIVE_PI = 0.5 |
| tuple tl = Toplevel() |
| float TWO_PI = 2.0 |
1.7.3