pychess.perspectives package
Subpackages
- pychess.perspectives.database package
- pychess.perspectives.fics package
- Submodules
- pychess.perspectives.fics.ArchiveListPanel module
- pychess.perspectives.fics.ChatPanel module
- pychess.perspectives.fics.ConsolePanel module
- pychess.perspectives.fics.FicsHome module
- pychess.perspectives.fics.GameListPanel module
- pychess.perspectives.fics.NewsPanel module
- pychess.perspectives.fics.ParrentListSection module
- pychess.perspectives.fics.PlayerListPanel module
- pychess.perspectives.fics.SeekChallenge module
- pychess.perspectives.fics.SeekGraphPanel module
- pychess.perspectives.fics.SeekListPanel module
- Module contents
- pychess.perspectives.games package
- Submodules
- pychess.perspectives.games.annotationPanel module
- pychess.perspectives.games.bookPanel module
- pychess.perspectives.games.chatPanel module
- pychess.perspectives.games.commentPanel module
- pychess.perspectives.games.engineOutputPanel module
- pychess.perspectives.games.historyPanel module
- pychess.perspectives.games.scorePanel module
- Module contents
- pychess.perspectives.learn package
- pychess.perspectives.welcome package
Module contents
- class pychess.perspectives.Perspective(name, label)
Bases:
object
- activate_panel(name)
- close()
- create_toolbuttons()
- load_from_xml()
- on_clicked(button, panel)
Toggle show/hide side panel menu item in View menu
- on_toggled(menu_item, panel)
Show/Hide side panel
- property sensitive
- class pychess.perspectives.PerspectiveManager
Bases:
object
- activate_perspective(name)
- add_perspective(perspective)
- disable_perspective(name)
- get_perspective(name)
- on_persp_toggled(button)
- set_perspective_toolbuttons(name, buttons)
- set_perspective_widget(name, widget)
- set_widgets(widgets)
- pychess.perspectives.panel_name(module_name)