gfx
The gfx (for graphics) sub-module holds all the classes related to the graphics system.
- core
- Animation
- Font
- SpriteCollection
SpriteCollectionSpriteCollection.__init__()SpriteCollection.add()SpriteCollection.clear()SpriteCollection.copy()SpriteCollection.fromkeys()SpriteCollection.get()SpriteCollection.items()SpriteCollection.keys()SpriteCollection.load()SpriteCollection.load_json_file()SpriteCollection.pop()SpriteCollection.popitem()SpriteCollection.rename()SpriteCollection.serialize()SpriteCollection.setdefault()SpriteCollection.to_json_file()SpriteCollection.update()SpriteCollection.values()
- Sprite
SpriteSprite.__init__()Sprite.attach()Sprite.calculate_size()Sprite.copy()Sprite.detach()Sprite.empty()Sprite.flip_horizontally()Sprite.flip_vertically()Sprite.from_text()Sprite.handle_notification()Sprite.heightSprite.load()Sprite.load_from_ansi_file()Sprite.modulate()Sprite.notify()Sprite.render_to_buffer()Sprite.scale()Sprite.screen_columnSprite.screen_rowSprite.serialize()Sprite.set_sprixel()Sprite.set_transparency()Sprite.sprixel()Sprite.store_screen_position()Sprite.tint()Sprite.width
- Sprixel
SprixelSprixel.__init__()Sprixel.attach()Sprixel.bg_colorSprixel.black_rect()Sprixel.black_square()Sprixel.blue_rect()Sprixel.blue_square()Sprixel.copy()Sprixel.cyan_rect()Sprixel.cyan_square()Sprixel.detach()Sprixel.fg_colorSprixel.from_ansi()Sprixel.green_rect()Sprixel.green_square()Sprixel.handle_notification()Sprixel.lengthSprixel.load()Sprixel.magenta_rect()Sprixel.magenta_square()Sprixel.modelSprixel.notify()Sprixel.red_rect()Sprixel.red_square()Sprixel.render_to_buffer()Sprixel.screen_columnSprixel.screen_rowSprixel.serialize()Sprixel.store_screen_position()Sprixel.white_rect()Sprixel.white_square()Sprixel.yellow_rect()Sprixel.yellow_square()
- Color
- ui
- Box
- BoxLayout
BoxLayoutBoxLayout.__init__()BoxLayout.add_widget()BoxLayout.attach()BoxLayout.count()BoxLayout.detach()BoxLayout.handle_notification()BoxLayout.heightBoxLayout.notify()BoxLayout.orientationBoxLayout.parentBoxLayout.render_to_buffer()BoxLayout.screen_columnBoxLayout.screen_rowBoxLayout.size_constraintBoxLayout.spacingBoxLayout.store_screen_position()BoxLayout.widgets()BoxLayout.width
- ColorPickerDialog
- ColorPicker
- Cursor
CursorCursor.__init__()Cursor.attach()Cursor.detach()Cursor.handle_notification()Cursor.lock_position()Cursor.notify()Cursor.parentCursor.relative_columnCursor.relative_rowCursor.render_to_buffer()Cursor.screen_columnCursor.screen_rowCursor.sprixelCursor.store_screen_position()Cursor.unlock_position()
- Dialog
- FileDialog
- FormLayout
FormLayoutFormLayout.__init__()FormLayout.add_row()FormLayout.add_widget()FormLayout.attach()FormLayout.count()FormLayout.count_rows()FormLayout.detach()FormLayout.get_row()FormLayout.handle_notification()FormLayout.heightFormLayout.insert_row()FormLayout.notify()FormLayout.parentFormLayout.remove_row()FormLayout.render_to_buffer()FormLayout.screen_columnFormLayout.screen_rowFormLayout.set_label()FormLayout.set_widget()FormLayout.spacingFormLayout.store_screen_position()FormLayout.take_row()FormLayout.widgets()FormLayout.widthFormLayout.wrap_rows
- GridLayout
GridLayoutGridLayout.__init__()GridLayout.add_widget()GridLayout.attach()GridLayout.column_minimum_widthGridLayout.count()GridLayout.count_columns()GridLayout.count_rows()GridLayout.detach()GridLayout.handle_notification()GridLayout.heightGridLayout.horizontal_spacingGridLayout.notify()GridLayout.parentGridLayout.render_to_buffer()GridLayout.row_minimum_heightGridLayout.screen_columnGridLayout.screen_rowGridLayout.spacingGridLayout.store_screen_position()GridLayout.vertical_spacingGridLayout.widgets()GridLayout.width
- GridSelectorDialog
- GridSelector
GridSelectorGridSelector.__init__()GridSelector.attach()GridSelector.bg_colorGridSelector.childrenGridSelector.choicesGridSelector.current_choiceGridSelector.current_pageGridSelector.current_sprixel()GridSelector.cursor_down()GridSelector.cursor_left()GridSelector.cursor_right()GridSelector.cursor_up()GridSelector.detach()GridSelector.focusGridSelector.handle_notification()GridSelector.heightGridSelector.items_per_page()GridSelector.layoutGridSelector.maximum_heightGridSelector.maximum_widthGridSelector.minimum_heightGridSelector.minimum_widthGridSelector.nb_pages()GridSelector.notify()GridSelector.page_down()GridSelector.page_up()GridSelector.parentGridSelector.post_processing()GridSelector.render_to_buffer()GridSelector.screen_columnGridSelector.screen_rowGridSelector.size_constraintGridSelector.store_screen_position()GridSelector.widthGridSelector.xGridSelector.y
- Layout
- LineInput
LineInputLineInput.__init__()LineInput.attach()LineInput.backspace()LineInput.bg_colorLineInput.childrenLineInput.clear()LineInput.cursorLineInput.delete()LineInput.detach()LineInput.end()LineInput.filterLineInput.focusLineInput.handle_notification()LineInput.heightLineInput.home()LineInput.insert_characters()LineInput.layoutLineInput.length()LineInput.maximum_heightLineInput.maximum_widthLineInput.minimum_heightLineInput.minimum_widthLineInput.move_cursor()LineInput.notify()LineInput.parentLineInput.post_processing()LineInput.redo()LineInput.render_to_buffer()LineInput.screen_columnLineInput.screen_rowLineInput.size_constraintLineInput.store_screen_position()LineInput.textLineInput.undo()LineInput.widthLineInput.xLineInput.y
- LineInputDialog
- Menu
- MenuAction
- MenuBar
- MessageDialog
- MultiLineInputDialog
- ProgressBar
- ProgressDialog
- UiConfig
- Widget
WidgetWidget.__init__()Widget.attach()Widget.bg_colorWidget.childrenWidget.detach()Widget.focusWidget.handle_notification()Widget.heightWidget.layoutWidget.maximum_heightWidget.maximum_widthWidget.minimum_heightWidget.minimum_widthWidget.notify()Widget.parentWidget.post_processing()Widget.render_to_buffer()Widget.screen_columnWidget.screen_rowWidget.size_constraintWidget.store_screen_position()Widget.widthWidget.xWidget.y
- particles
- CircleEmitter
CircleEmitterCircleEmitter.__init__()CircleEmitter.activeCircleEmitter.apply_force()CircleEmitter.attach()CircleEmitter.columnCircleEmitter.detach()CircleEmitter.emit()CircleEmitter.finished()CircleEmitter.handle_notification()CircleEmitter.load()CircleEmitter.notify()CircleEmitter.particle_poolCircleEmitter.render_to_buffer()CircleEmitter.resize_pool()CircleEmitter.rowCircleEmitter.screen_columnCircleEmitter.screen_rowCircleEmitter.serialize()CircleEmitter.store_screen_position()CircleEmitter.toggle_active()CircleEmitter.update()CircleEmitter.xCircleEmitter.y
- ColorParticle
ColorParticleColorParticle.__init__()ColorParticle.apply_force()ColorParticle.attach()ColorParticle.columnColorParticle.copy()ColorParticle.detach()ColorParticle.finished()ColorParticle.handle_notification()ColorParticle.load()ColorParticle.notify()ColorParticle.render()ColorParticle.reset()ColorParticle.reset_lifespan()ColorParticle.rowColorParticle.screen_columnColorParticle.screen_rowColorParticle.serialize()ColorParticle.store_screen_position()ColorParticle.terminate()ColorParticle.update()ColorParticle.xColorParticle.y
- ColorPartitionParticle
ColorPartitionParticleColorPartitionParticle.__init__()ColorPartitionParticle.apply_force()ColorPartitionParticle.attach()ColorPartitionParticle.columnColorPartitionParticle.copy()ColorPartitionParticle.detach()ColorPartitionParticle.finished()ColorPartitionParticle.handle_notification()ColorPartitionParticle.load()ColorPartitionParticle.notify()ColorPartitionParticle.render()ColorPartitionParticle.reset()ColorPartitionParticle.reset_lifespan()ColorPartitionParticle.rowColorPartitionParticle.screen_columnColorPartitionParticle.screen_rowColorPartitionParticle.serialize()ColorPartitionParticle.store_screen_position()ColorPartitionParticle.terminate()ColorPartitionParticle.update()ColorPartitionParticle.xColorPartitionParticle.y
- EmitterProperties
- ParticleEmitter
ParticleEmitterParticleEmitter.__init__()ParticleEmitter.activeParticleEmitter.apply_force()ParticleEmitter.attach()ParticleEmitter.columnParticleEmitter.detach()ParticleEmitter.emit()ParticleEmitter.finished()ParticleEmitter.handle_notification()ParticleEmitter.load()ParticleEmitter.notify()ParticleEmitter.particle_poolParticleEmitter.render_to_buffer()ParticleEmitter.resize_pool()ParticleEmitter.rowParticleEmitter.screen_columnParticleEmitter.screen_rowParticleEmitter.serialize()ParticleEmitter.store_screen_position()ParticleEmitter.toggle_active()ParticleEmitter.update()ParticleEmitter.xParticleEmitter.y
- ParticlePool
- Particle
ParticleParticle.__init__()Particle.apply_force()Particle.attach()Particle.columnParticle.copy()Particle.detach()Particle.finished()Particle.handle_notification()Particle.load()Particle.notify()Particle.render()Particle.reset()Particle.reset_lifespan()Particle.rowParticle.screen_columnParticle.screen_rowParticle.serialize()Particle.store_screen_position()Particle.terminate()Particle.update()Particle.xParticle.y
- ParticleSprixel
ParticleSprixelParticleSprixel.__init__()ParticleSprixel.attach()ParticleSprixel.bg_colorParticleSprixel.black_rect()ParticleSprixel.black_square()ParticleSprixel.blue_rect()ParticleSprixel.blue_square()ParticleSprixel.copy()ParticleSprixel.cyan_rect()ParticleSprixel.cyan_square()ParticleSprixel.detach()ParticleSprixel.fg_colorParticleSprixel.from_ansi()ParticleSprixel.green_rect()ParticleSprixel.green_square()ParticleSprixel.handle_notification()ParticleSprixel.lengthParticleSprixel.load()ParticleSprixel.magenta_rect()ParticleSprixel.magenta_square()ParticleSprixel.modelParticleSprixel.notify()ParticleSprixel.red_rect()ParticleSprixel.red_square()ParticleSprixel.render_to_buffer()ParticleSprixel.screen_columnParticleSprixel.screen_rowParticleSprixel.serialize()ParticleSprixel.store_screen_position()ParticleSprixel.white_rect()ParticleSprixel.white_square()ParticleSprixel.yellow_rect()ParticleSprixel.yellow_square()
- PartitionParticle
PartitionParticlePartitionParticle.__init__()PartitionParticle.apply_force()PartitionParticle.attach()PartitionParticle.columnPartitionParticle.copy()PartitionParticle.detach()PartitionParticle.finished()PartitionParticle.handle_notification()PartitionParticle.load()PartitionParticle.notify()PartitionParticle.render()PartitionParticle.reset()PartitionParticle.reset_lifespan()PartitionParticle.rowPartitionParticle.screen_columnPartitionParticle.screen_rowPartitionParticle.serialize()PartitionParticle.store_screen_position()PartitionParticle.terminate()PartitionParticle.update()PartitionParticle.xPartitionParticle.y
- RandomColorParticle
RandomColorParticleRandomColorParticle.__init__()RandomColorParticle.apply_force()RandomColorParticle.attach()RandomColorParticle.columnRandomColorParticle.copy()RandomColorParticle.detach()RandomColorParticle.finished()RandomColorParticle.handle_notification()RandomColorParticle.load()RandomColorParticle.notify()RandomColorParticle.render()RandomColorParticle.reset()RandomColorParticle.reset_lifespan()RandomColorParticle.rowRandomColorParticle.screen_columnRandomColorParticle.screen_rowRandomColorParticle.serialize()RandomColorParticle.store_screen_position()RandomColorParticle.terminate()RandomColorParticle.update()RandomColorParticle.xRandomColorParticle.y
- RandomColorPartitionParticle
RandomColorPartitionParticleRandomColorPartitionParticle.__init__()RandomColorPartitionParticle.apply_force()RandomColorPartitionParticle.attach()RandomColorPartitionParticle.columnRandomColorPartitionParticle.copy()RandomColorPartitionParticle.detach()RandomColorPartitionParticle.finished()RandomColorPartitionParticle.handle_notification()RandomColorPartitionParticle.load()RandomColorPartitionParticle.notify()RandomColorPartitionParticle.render()RandomColorPartitionParticle.reset()RandomColorPartitionParticle.reset_lifespan()RandomColorPartitionParticle.rowRandomColorPartitionParticle.screen_columnRandomColorPartitionParticle.screen_rowRandomColorPartitionParticle.serialize()RandomColorPartitionParticle.store_screen_position()RandomColorPartitionParticle.terminate()RandomColorPartitionParticle.update()RandomColorPartitionParticle.xRandomColorPartitionParticle.y
- CircleEmitter