|
Public Member Functions |
| void | SettingsDefaults (CSettingsStore *Store) |
| virtual void | ChangeAlphabet (const std::string &NewAlphabetID) |
| | Change the alphabet in use to NewAlphabetID.
|
| virtual void | ChangeMaxBitRate (double NewMaxBitRate) |
| | Change the maximum bitrate (effectively the speed) of Dasher.
|
| virtual void | ChangeLanguageModel (unsigned int NewLanguageModelID) |
| | Generate a new langage model. Not usually needed.
|
| virtual void | ChangeView (unsigned int NewViewID) |
| | Generate a new view of the model. Call it with 0 when starting up.
|
| virtual void | ChangeOrientation (Opts::ScreenOrientations Orientation) |
| | Change the orientation (l->r, r->l, so on) of the model.
|
| virtual void | SetFileEncoding (Opts::FileEncodingFormats Encoding) |
| | Set the file encoding of output files to Encoding.
|
| virtual void | SetScreenSize (long Width, long Height) |
| | Inform the core that the screen has this size.
|
| virtual void | SetDasherFontSize (Dasher::Opts::FontSize fontsize) |
| | Set the size of the font used in the Dasher canvas.
|
| virtual void | SetDasherDimensions (int dimensions) |
| | Set the number of dimensions of input (either 1 or 2).
|
| virtual void | ShowToolbar (bool Value) |
| | True if toolbar should be shown, false otherwise.
|
| virtual void | ShowToolbarText (bool Value) |
| | True if toolbar should show text, false otherwse.
|
| virtual void | ShowToolbarLargeIcons (bool Value) |
| | True if toolbar should have large icons, false otherwise.
|
| virtual void | ShowSpeedSlider (bool Value) |
| | True if the speed slider should be shown, false otherwise.
|
| virtual void | FixLayout (bool Value) |
| | True if the window layout should be fixed, false otherwise.
|
| virtual void | TimeStampNewFiles (bool Value) |
| | True if new files should be timestamped, false otherwise.
|
| virtual void | CopyAllOnStop (bool Value) |
| | True if all text should be copied to clipboard when Dasher is stopped, false otherwise.
|
| virtual void | SetEditFont (std::string Name, long Size) |
| | Set the editbox font.
|
| virtual void | SetDasherFont (std::string Name) |
| | Set the canvas font.
|
| virtual void | SetEditHeight (long Value) |
| | Set the height of the edit box.
|