Repetier-Host Plugin  2.0.0
RepetierHostExtender.interfaces.IHostPlugin Interface Reference

Public Member Functions

void PreInitalize (IHost host)
 Called first to allow filling some lists. Host is not fully set up at that moment. More...
 
void PostInitialize ()
 Called after everything is initalized to finish parts, that rely on other initializations. Here you must create and register new Controls and Windows. More...
 
void FinializeInitialize ()
 Last round of plugin calls. All controls exist, so now you may modify them to your wishes. More...
 

Member Function Documentation

◆ FinializeInitialize()

void RepetierHostExtender.interfaces.IHostPlugin.FinializeInitialize ( )

Last round of plugin calls. All controls exist, so now you may modify them to your wishes.

◆ PostInitialize()

void RepetierHostExtender.interfaces.IHostPlugin.PostInitialize ( )

Called after everything is initalized to finish parts, that rely on other initializations. Here you must create and register new Controls and Windows.

◆ PreInitalize()

void RepetierHostExtender.interfaces.IHostPlugin.PreInitalize ( IHost  host)

Called first to allow filling some lists. Host is not fully set up at that moment.

Parameters
host

The documentation for this interface was generated from the following file:
About Us | Privacy Policy