C# 클래스 Bloom.Publish.PublishView

상속: System.Windows.Forms.UserControl, IBloomTabArea
파일 보기 프로젝트 열기: BloomBooks/BloomDesktop 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Activate void
BackgroundColorsForLinux void
ClearRadioButtons void
ControlsChanged void
FormActivatedAfterPrintDialog void
GetPreviewBounds System.Drawing.Rectangle
InitializeComponent void
LocalizeSuperToolTip void
MakePublishPreview void
OnBookletRadioChanged void
OnLayoutChosen void
OnPrintProgress void
OnPrint_Click void
OnSave_Click void
OnSinglePageModeChanged void
SetAutoCheck void
SetModelFromButtons void
SetupEpubControl void
SetupEpubControlContent void
SetupLocalization void
SetupPublishControl void
UpdateDisplay void
UpdateDisplayMode void
UpdateLayoutChoiceLabels void
UpdateSaveButton void
_epubButton_Click void
_makePdfBackgroundWorker_DoWork void
_makePdfBackgroundWorker_RunWorkerCompleted void
_openPDF_Click void
_openinBrowserMenuItem_Click void
isBooklet bool
tableLayoutPanel1_Paint void

공개 메소드들

메소드 설명
MakeBooklet ( ) : void
PublishView ( PublishModel model, SelectedTabChangedEvent selectedTabChangedEvent, LocalizationChangedEvent localizationChangedEvent, BookTransfer bookTransferrer, LoginDialog login, NavigationIsolator isolator ) : System
SetDisplayMode ( PublishModel displayMode ) : void
SetStateOfNonUploadRadios ( bool enable ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnLoad ( EventArgs e ) : void

비공개 메소드들

메소드 설명
Activate ( ) : void
BackgroundColorsForLinux ( ) : void
ClearRadioButtons ( ) : void
ControlsChanged ( ) : void
FormActivatedAfterPrintDialog ( object sender, EventArgs eventArgs ) : void
GetPreviewBounds ( ) : Rectangle

Computes the preview bounds (since the image may be bigger than what we have room for).

InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

LocalizeSuperToolTip ( Control controlThatHasSuperTooltipAttached, string l10nIdOfControl ) : void
MakePublishPreview ( ) : void

Make the preview required for publishing the book.

OnBookletRadioChanged ( object sender, EventArgs e ) : void
OnLayoutChosen ( object sender, EventArgs e ) : void
OnPrintProgress ( object sender, PdfPrintProgressEventArgs e ) : void
OnPrint_Click ( object sender, EventArgs e ) : void
OnSave_Click ( object sender, EventArgs e ) : void
OnSinglePageModeChanged ( object sender, EventArgs e ) : void
SetAutoCheck ( bool autoCheck ) : void
SetModelFromButtons ( ) : void
SetupEpubControl ( ) : void
SetupEpubControlContent ( ) : void
SetupLocalization ( ) : void
SetupPublishControl ( ) : void
UpdateDisplay ( ) : void
UpdateDisplayMode ( ) : void
UpdateLayoutChoiceLabels ( ) : void
UpdateSaveButton ( ) : void
_epubButton_Click ( object sender, EventArgs e ) : void
_makePdfBackgroundWorker_DoWork ( object sender, System e ) : void
_makePdfBackgroundWorker_RunWorkerCompleted ( object sender, System e ) : void
_openPDF_Click ( object sender, EventArgs e ) : void
_openinBrowserMenuItem_Click ( object sender, EventArgs e ) : void
isBooklet ( ) : bool
tableLayoutPanel1_Paint ( object sender, PaintEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

MakeBooklet() 공개 메소드

public MakeBooklet ( ) : void
리턴 void

OnLoad() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

PublishView() 공개 메소드

public PublishView ( PublishModel model, SelectedTabChangedEvent selectedTabChangedEvent, LocalizationChangedEvent localizationChangedEvent, BookTransfer bookTransferrer, LoginDialog login, NavigationIsolator isolator ) : System
model PublishModel
selectedTabChangedEvent SelectedTabChangedEvent
localizationChangedEvent LocalizationChangedEvent
bookTransferrer Bloom.WebLibraryIntegration.BookTransfer
login Bloom.WebLibraryIntegration.LoginDialog
isolator NavigationIsolator
리턴 System

SetDisplayMode() 공개 메소드

public SetDisplayMode ( PublishModel displayMode ) : void
displayMode PublishModel
리턴 void

SetStateOfNonUploadRadios() 공개 메소드

public SetStateOfNonUploadRadios ( bool enable ) : void
enable bool
리턴 void