|
Crossfire Server, Trunk
1.75.0
|
Collaboration diagram for CFBoard.CFBoard:Public Member Functions | |
| def | __init__ (self) |
| def | countmsg (self, boardname) |
| def | delete (self, boardname, id) |
| def | getauthor (self, boardname, id) |
| def | list (self, boardname) |
| def | write (self, boardname, author, message) |
Data Fields | |
| boarddb | |
Static Public Attributes | |
| dictionary | boarddb = {} |
| boarddb_file = os.path.join(Crossfire.LocalDirectory(),'crossfireboard') | |
| int | total = 0 |
Definition at line 28 of file CFBoard.py.
| def CFBoard.CFBoard.__init__ | ( | self | ) |
Definition at line 34 of file CFBoard.py.
| def CFBoard.CFBoard.countmsg | ( | self, | |
| boardname | |||
| ) |
Definition at line 60 of file CFBoard.py.
References CFBoard.CFBoard.boarddb.
| def CFBoard.CFBoard.delete | ( | self, | |
| boardname, | |||
| id | |||
| ) |
Definition at line 51 of file CFBoard.py.
References CFBoard.CFBoard.boarddb.
| def CFBoard.CFBoard.getauthor | ( | self, | |
| boardname, | |||
| id | |||
| ) |
Definition at line 66 of file CFBoard.py.
References CFBoard.CFBoard.boarddb.
| def CFBoard.CFBoard.list | ( | self, | |
| boardname | |||
| ) |
Definition at line 45 of file CFBoard.py.
References CFBoard.CFBoard.boarddb.
| def CFBoard.CFBoard.write | ( | self, | |
| boardname, | |||
| author, | |||
| message | |||
| ) |
Definition at line 37 of file CFBoard.py.
References CFBoard.CFBoard.boarddb.
|
static |
Definition at line 31 of file CFBoard.py.
Referenced by CFBoard.CFBoard.countmsg(), CFBoard.CFBoard.delete(), CFBoard.CFBoard.getauthor(), CFBoard.CFBoard.list(), and CFBoard.CFBoard.write().
| CFBoard.CFBoard.boarddb |
Definition at line 35 of file CFBoard.py.
|
static |
Definition at line 30 of file CFBoard.py.
|
static |
Definition at line 32 of file CFBoard.py.