public void Init(XaraApp app) { Tracing.StartMethodTrace(); this.m_xarahwnd = app; Tracing.EndMethodTrace(); }
public static int GetXaraAppHWND() { // SAVEEN: Why is this needed? int h = XaraApp.FindXaraAppHWND(); if (h == 0) { throw new Errors.WindowNotFoundError(err_window_not_found); } return(h); }
public ConverterEngine(XaraApp app) { Tracing.StartMethodTrace(); this.Init(app); Tracing.EndMethodTrace(); }
public WaitOnDocumentCount(int desired_count, XaraApp app) { this.m_desired_count = desired_count; this.m_app = app; this.docs = null; }
public WaitForDialogToCloseObj(XaraApp app, int ab) { this.m_app = app; this.m_ab = ab; }
public WaitForDialogToAppearObj(XaraApp app, string t) { this.m_app = app; this.m_dialog_window_text = t; this.m_found_dialog = 0; }
public XaraApp(Delegates.LogCallback logcb) { this.XaraAppHWND = XaraApp.GetXaraAppHWND(); this.m_log_cb = logcb; }
public WaitOnDocumentCount( int desired_count, XaraApp app ) { this.m_desired_count=desired_count; this.m_app = app; this.docs=null; }
public WaitForDialogToCloseObj( XaraApp app , int ab) { this.m_app = app; this.m_ab=ab; }
public WaitForDialogToAppearObj( XaraApp app , string t) { this.m_app = app; this.m_dialog_window_text =t; this.m_found_dialog=0; }