메소드 | 설명 | |
---|---|---|
AddMessageEventListener ( string eventName, Action |
||
CleanHtmlAndCopyToPageDom ( ) : void |
this started as an experiment, where our textareas were not being read when we saved because of the need to change the picture
|
|
ClearOutDisplay ( ) : void | ||
EditingView ( |
||
GetInstructionsForUnlockingBook ( ) : string | ||
GetPageBody ( ) : GeckoElement | ||
GetShowToolboxCheckbox ( ) : GeckoInputElement | ||
OnVisibleChanged ( bool visible ) : void |
this is called by our model, as a result of a "SelectedTabChangedEvent". So it's a lot more reliable than the normal winforms one.
|
|
RemoveMessageEventListener ( string eventName ) : void | ||
ShowAddPageDialog ( ) : void | ||
UpdateButtonLocalizations ( ) : void | ||
UpdateDisplay ( ) : void | ||
UpdateEditButtons ( ) : void | ||
UpdatePageList ( bool emptyThumbnailCache ) : void | ||
UpdateSingleDisplayedPage ( IPage page ) : void | ||
UpdateThumbnailAsync ( IPage page ) : void |
메소드 | 설명 | |
---|---|---|
OnLoad ( EventArgs e ) : void | ||
OnParentChanged ( EventArgs e ) : void |
메소드 | 설명 | |
---|---|---|
AddDropdownItemSafely ( ToolStripDropDownButton button, string text ) : ToolStripMenuItem |
Add a menu item to a dropdown button and return it. Avoid creating a ToolStripSeparator instead of a ToolStripMenuItem even for a hyphen. See https://silbloom.myjetbrains.com/youtrack/issue/BL-3796. |
|
BackgroundColorsForLinux ( ) : void | ||
CheckFontAvailablility ( ) : void | ||
CheckIfLockedAndWarn ( string imagePath ) : bool |
Returns true if it is either: a) OK to change images, or b) user overrides Returns false if user cancels message box
|
|
CopyImageToClipboard ( DomEventArgs ge, string bookFolderPath ) : bool | ||
CycleEditButtons ( ) : void | ||
CycleOneButton ( Button button, Command command ) : void | ||
ExecuteCommandSafely ( Command cmdObject ) : void | ||
GetImageFromClipboard ( ) : PalasoImage | ||
GetImageNode ( DomEventArgs ge ) : GeckoHtmlElement | ||
HandleControlKeyEvent ( object keyData ) : void | ||
OnBrowserFocusChanged ( object sender, GeckoDomEventArgs e ) : void | ||
OnChangeImage ( DomEventArgs ge ) : void | ||
OnContentLanguageDropdownItem_CheckedChanged ( object sender, EventArgs e ) : void | ||
OnCopyImage ( DomEventArgs ge ) : void | ||
OnCutImage ( DomEventArgs ge ) : void | ||
OnEditImageMetdata ( DomEventArgs ge ) : void | ||
OnGeckoReady ( object sender, EventArgs e ) : void | ||
OnPaperSizeAndOrientationMenuClick ( object sender, EventArgs e ) : void | ||
OnPasteImage ( DomEventArgs ge ) : void | ||
OnShowBookMetadataEditor ( ) : void | ||
ParentForm_Activated ( object sender, EventArgs e ) : void | ||
RememberSourceTabChoice ( GeckoHtmlElement target ) : void | ||
RepositionButtonsForMono ( ) : void | ||
RunJavaScript ( string script ) : string | ||
SaveChangedImage ( GeckoHtmlElement imageElement, PalasoImage imageInfo, string exceptionMsg ) : void | ||
SetModalState ( string isModal ) : void |
Prevent navigation while a dialog box is showing in the browser control
|
|
SetTranslationPanelVisibility ( ) : void | ||
SetupBrowserContextMenu ( ) : void | ||
SetupThumnailLists ( ) : void | ||
ShouldBailOutBecauseUserAgreedNotToUseJpeg ( PalasoImage imageInfo ) : bool | ||
ShowChangeLayoutDialog ( IPage page ) : void | ||
UpdateButtonEnabled ( Button button, Command command ) : void | ||
VisibleNowAddSlowContents ( object sender, EventArgs e ) : void | ||
WebBrowser_DocumentCompleted ( object sender, EventArgs e ) : void |
Flag the PageSelection object that the current (former?) page selection has completed, so it's safe to select another page now.
|
|
WebBrowser_ReadyStateChanged ( object sender, EventArgs e ) : void | ||
_browser1_OnBrowserClick ( object sender, EventArgs e ) : void | ||
_copyButton_Click ( object sender, EventArgs e ) : void | ||
_cutButton_Click ( object sender, EventArgs e ) : void | ||
_deletePageButton_Click_1 ( object sender, EventArgs e ) : void | ||
_duplicatePageButton_Click ( object sender, EventArgs e ) : void | ||
_editButtonsUpdateTimer_Tick ( object sender, EventArgs e ) : void | ||
_handleMessageTimer_Tick ( object sender, EventArgs e ) : void | ||
_pasteButton_Click ( object sender, EventArgs e ) : void | ||
_undoButton_Click ( object sender, EventArgs e ) : void |
public AddMessageEventListener ( string eventName, Action |
||
eventName | string | |
action | Action |
|
리턴 | void |
public EditingView ( |
||
model | ||
pageListView | ||
cutCommand | CutCommand | |
copyCommand | CopyCommand | |
pasteCommand | PasteCommand | |
undoCommand | UndoCommand | |
duplicatePageCommand | DuplicatePageCommand | |
deletePageCommand | DeletePageCommand | |
isolator | NavigationIsolator | |
controlKeyEvent | ControlKeyEvent | |
리턴 | System |
public static GetInstructionsForUnlockingBook ( ) : string | ||
리턴 | string |
public GetShowToolboxCheckbox ( ) : GeckoInputElement | ||
리턴 | GeckoInputElement |
public RemoveMessageEventListener ( string eventName ) : void | ||
eventName | string | |
리턴 | void |
public UpdatePageList ( bool emptyThumbnailCache ) : void | ||
emptyThumbnailCache | bool | |
리턴 | void |
public UpdateSingleDisplayedPage ( IPage page ) : void | ||
page | IPage | |
리턴 | void |