Scid  4.7.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Namespaces | Functions
board Namespace Reference

Namespaces

 mark
 

Functions

 sq sqname
 
 san sqno
 
 new w ?psize?
 
 addNamesBar w varname
 
 addInfoBar w varname
 
 addInfo w msg
 
 setInfo w msg
 
 setInfoAlert w header msg msgcolor cmd
 
 setButtonCmd w button cmd
 
 updateToolBar_ menu varname ?mb?
 
 newToolBar_ w varname
 
 flipNames_ w white_on_top
 
 sideToMove_ w side
 
 defaultColor sq
 
 size w
 
 resizeAuto w bbox
 
 resize w psize
 
 border w ?border?
 
 getSquare w x y
 
 showMarks w value
 
 colorSquare w i ?color?
 
 midSquare w sq
 
 setmarks w cmds
 
 piece w sq
 
 setDragSquare w sq
 
 getDragSquare w
 
 dragPiece w x y
 
 bind w sq event action
 
 drawPiece w sq piece
 
 clearText w
 
 drawText w sq text color args ?shadow?
 
 lastMoveHighlight w
 
 update w ?board? ?animate?
 
 isFlipped w
 
 flipAuto w ?newstate?
 
 flip w ?newstate?
 
 material w
 
 addMaterial count piece parent rank sum
 
 toggleMaterial w
 
 coords w
 
 animate w oldboard newboard
 
 _animate w
 

Function Documentation

◆ _animate()

board::_animate   w  

Definition at line 1782 of file board.tcl.

◆ addInfo()

board::addInfo   w msg  

Definition at line 435 of file board.tcl.

◆ addInfoBar()

board::addInfoBar   w varname  

Definition at line 415 of file board.tcl.

◆ addMaterial()

board::addMaterial   count piece parent rank sum  

Definition at line 1550 of file board.tcl.

◆ addNamesBar()

board::addNamesBar   w varname  

Definition at line 384 of file board.tcl.

◆ animate()

board::animate   w oldboard newboard  

Definition at line 1627 of file board.tcl.

◆ bind()

board::bind   w sq event action  

Definition at line 1291 of file board.tcl.

◆ border()

board::border   w ?border?  

Definition at line 656 of file board.tcl.

◆ clearText()

board::clearText   w  

Definition at line 1319 of file board.tcl.

◆ colorSquare()

board::colorSquare   w i ?color?  

Definition at line 702 of file board.tcl.

◆ coords()

board::coords   w  

Definition at line 1586 of file board.tcl.

◆ defaultColor()

board::defaultColor   sq  

Definition at line 567 of file board.tcl.

◆ dragPiece()

board::dragPiece   w x y  

Definition at line 1278 of file board.tcl.

◆ drawPiece()

board::drawPiece   w sq piece  

Definition at line 1304 of file board.tcl.

◆ drawText()

board::drawText   w sq text color args ?shadow?  

Definition at line 1327 of file board.tcl.

◆ flip()

board::flip   w ?newstate?  

Definition at line 1465 of file board.tcl.

◆ flipAuto()

board::flipAuto   w ?newstate?  

Definition at line 1451 of file board.tcl.

◆ flipNames_()

board::flipNames_   w white_on_top  

Definition at line 539 of file board.tcl.

◆ getDragSquare()

board::getDragSquare   w  

Definition at line 1269 of file board.tcl.

◆ getSquare()

board::getSquare   w x y  

Definition at line 670 of file board.tcl.

◆ isFlipped()

board::isFlipped   w  

Definition at line 1438 of file board.tcl.

◆ lastMoveHighlight()

board::lastMoveHighlight   w  

Definition at line 1337 of file board.tcl.

◆ material()

board::material   w  

Definition at line 1506 of file board.tcl.

◆ midSquare()

board::midSquare   w sq  

Definition at line 730 of file board.tcl.

◆ new()

board::new   w ?psize?  

Definition at line 318 of file board.tcl.

◆ newToolBar_()

board::newToolBar_   w varname  

Definition at line 510 of file board.tcl.

◆ piece()

board::piece   w sq  

Definition at line 1248 of file board.tcl.

◆ resize()

board::resize   w psize  

Definition at line 602 of file board.tcl.

◆ resizeAuto()

board::resizeAuto   w bbox  

Definition at line 578 of file board.tcl.

◆ san()

board::san   sqno  

Definition at line 307 of file board.tcl.

◆ setButtonCmd()

board::setButtonCmd   w button cmd  

Definition at line 466 of file board.tcl.

◆ setDragSquare()

board::setDragSquare   w sq  

Definition at line 1259 of file board.tcl.

◆ setInfo()

board::setInfo   w msg  

Definition at line 442 of file board.tcl.

◆ setInfoAlert()

board::setInfoAlert   w header msg msgcolor cmd  

Definition at line 449 of file board.tcl.

◆ setmarks()

board::setmarks   w cmds  

Definition at line 756 of file board.tcl.

◆ showMarks()

board::showMarks   w value  

Definition at line 693 of file board.tcl.

◆ sideToMove_()

board::sideToMove_   w side  

Definition at line 550 of file board.tcl.

◆ size()

board::size   w  

Definition at line 574 of file board.tcl.

◆ sq()

board::sq   sqname  

Definition at line 292 of file board.tcl.

◆ toggleMaterial()

board::toggleMaterial   w  

Definition at line 1568 of file board.tcl.

◆ update()

board::update   w ?board? ?animate?  

Definition at line 1360 of file board.tcl.

◆ updateToolBar_()

board::updateToolBar_   menu varname ?mb?  

Definition at line 487 of file board.tcl.