Trait NSTextViewportLayoutControllerDelegate

Source
pub unsafe trait NSTextViewportLayoutControllerDelegate: NSObjectProtocol {
    // Provided methods
    unsafe fn viewportBoundsForTextViewportLayoutController(
        &self,
        text_viewport_layout_controller: &NSTextViewportLayoutController,
    ) -> CGRect
       where Self: Sized + Message { ... }
    unsafe fn textViewportLayoutController_configureRenderingSurfaceForTextLayoutFragment(
        &self,
        text_viewport_layout_controller: &NSTextViewportLayoutController,
        text_layout_fragment: &NSTextLayoutFragment,
    )
       where Self: Sized + Message { ... }
    unsafe fn textViewportLayoutControllerWillLayout(
        &self,
        text_viewport_layout_controller: &NSTextViewportLayoutController,
    )
       where Self: Sized + Message { ... }
    unsafe fn textViewportLayoutControllerDidLayout(
        &self,
        text_viewport_layout_controller: &NSTextViewportLayoutController,
    )
       where Self: Sized + Message { ... }
}
Available on crate feature NSTextViewportLayoutController only.
Expand description

Provided Methods§

Source

unsafe fn viewportBoundsForTextViewportLayoutController( &self, text_viewport_layout_controller: &NSTextViewportLayoutController, ) -> CGRect
where Self: Sized + Message,

Available on crate feature objc2-core-foundation only.
Source

unsafe fn textViewportLayoutController_configureRenderingSurfaceForTextLayoutFragment( &self, text_viewport_layout_controller: &NSTextViewportLayoutController, text_layout_fragment: &NSTextLayoutFragment, )
where Self: Sized + Message,

Available on crate feature NSTextLayoutFragment only.
Source

unsafe fn textViewportLayoutControllerWillLayout( &self, text_viewport_layout_controller: &NSTextViewportLayoutController, )
where Self: Sized + Message,

Source

unsafe fn textViewportLayoutControllerDidLayout( &self, text_viewport_layout_controller: &NSTextViewportLayoutController, )
where Self: Sized + Message,

Trait Implementations§

Source§

impl ProtocolType for dyn NSTextViewportLayoutControllerDelegate

Source§

const NAME: &'static str = "NSTextViewportLayoutControllerDelegate"

The name of the Objective-C protocol that this type represents. Read more
Source§

fn protocol() -> Option<&'static AnyProtocol>

Get a reference to the Objective-C protocol object that this type represents. Read more
Source§

impl<T> ImplementedBy<T> for dyn NSTextViewportLayoutControllerDelegate

Implementations on Foreign Types§

Source§

impl<T> NSTextViewportLayoutControllerDelegate for ProtocolObject<T>

Implementors§