Struct sap_scripting::types::GuiUtils
source · pub struct GuiUtils { /* private fields */ }
Trait Implementations§
source§impl GuiUtils_Impl<GuiUtils> for GuiUtils
impl GuiUtils_Impl<GuiUtils> for GuiUtils
fn message_option_ok(&self) -> Result<i32>
fn message_option_okcancel(&self) -> Result<i32>
fn message_option_yesno(&self) -> Result<i32>
fn message_result_cancel(&self) -> Result<i32>
fn message_result_no(&self) -> Result<i32>
fn message_result_ok(&self) -> Result<i32>
fn message_result_yes(&self) -> Result<i32>
fn message_type_error(&self) -> Result<i32>
fn message_type_information(&self) -> Result<i32>
fn message_type_plain(&self) -> Result<i32>
fn message_type_question(&self) -> Result<i32>
fn message_type_warning(&self) -> Result<i32>
fn close_file(&self, p0: i32) -> Result<()>
fn open_file(&self, p0: String) -> Result<i32>
fn show_message_box( &self, p0: String, p1: String, p2: i32, p3: i32 ) -> Result<i32>
fn write(&self, p0: i32, p1: String) -> Result<()>
fn write_line(&self, p0: i32, p1: String) -> Result<()>
source§impl HasIDispatch<GuiUtils> for GuiUtils
impl HasIDispatch<GuiUtils> for GuiUtils
source§fn get_idispatch(&self) -> &IDispatch
fn get_idispatch(&self) -> &IDispatch
Get the IDispatch object for low-level access to this component.
Auto Trait Implementations§
impl RefUnwindSafe for GuiUtils
impl !Send for GuiUtils
impl !Sync for GuiUtils
impl Unpin for GuiUtils
impl UnwindSafe for GuiUtils
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more