프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Baseform | Form1 |
메소드 | 설명 | |
---|---|---|
Clear ( ) : void | ||
FindAndHighlight ( FoundWord fw ) : void | ||
FindAndHighlight ( String word, FindMode fm ) : void | ||
GetLastTextbox ( ) : |
get the very last textbox for panel resize
|
|
GetPointFromTextBox ( |
get x,y of text box passed in.
|
|
InitGrid ( int widthI, int heightI, string rows = null ) : void |
initialise the grid
|
|
InitGrid ( string rows ) : void | ||
InitPanel ( ANDREICSLIB.ClassReplacements.PanelReplacement pu ) : void | ||
InitWords ( ) : void | ||
RandomiseLetters ( ) : void | ||
SaveGridToFile ( String filename ) : void | ||
SetGridPointValue ( |
||
Solve ( FindMode fm, bool onlyBest, int maxret = -1 ) : List |
find all words and their scores in a grid and output the words found to a listbox
|
메소드 | 설명 | |
---|---|---|
FindMatch ( string word, int posc, FindMode fm, List |
find words based on raw input text
|
|
GenNewLetter ( int max ) : char | ||
GetDirection ( GridPoint basetb, GridPoint comptb ) : Direction | ||
GetSquare ( char letter, FindMode fm, int startX = -1, int startY = -1, List |
from a starting point, find a letter
|
|
GetWordScore ( IEnumerable |
||
OutOfBounds ( int a, bool isX ) : bool | ||
SetSearchDimensions ( int startX, int startY, FindMode fm, int &miny, int &maxy, int &minx, int &maxx, Direction d = Direction.NotSet ) : void | ||
SetTbColour ( |
||
Solve ( String word, List |
from a starting letter/position, find all possible words from this
|
public static FindAndHighlight ( FoundWord fw ) : void | ||
fw | FoundWord | |
리턴 | void |
public static FindAndHighlight ( String word, FindMode fm ) : void | ||
word | String | |
fm | FindMode | |
리턴 | void |
public static GetLastTextbox ( ) : |
||
리턴 |
public static GetPointFromTextBox ( |
||
tb | ||
리턴 | GridPoint |
public static InitGrid ( int widthI, int heightI, string rows = null ) : void | ||
widthI | int | |
heightI | int | |
rows | string | |
리턴 | void |
public static InitPanel ( ANDREICSLIB.ClassReplacements.PanelReplacement pu ) : void | ||
pu | ANDREICSLIB.ClassReplacements.PanelReplacement | |
리턴 | void |
public static SaveGridToFile ( String filename ) : void | ||
filename | String | |
리턴 | void |
public static SetGridPointValue ( |
||
tb | ||
sFirstOnly | string | |
setTextboxValue | bool | |
리턴 | void |
public static Solve ( FindMode fm, bool onlyBest, int maxret = -1 ) : List |
||
fm | FindMode | |
onlyBest | bool | |
maxret | int | |
리턴 | List |