Subclass of OTTD_CocoaView to fix Quartz rendering.
More...
Subclass of OTTD_CocoaView to fix Quartz rendering.
Definition at line 476 of file cocoa_v.mm.
◆ acceptsFirstResponder
| - (BOOL) acceptsFirstResponder |
|
|
|
|
implementation |
Specifies whether the view accepts first responder.
- Returns
- Always no.
Definition at line 477 of file cocoa_v.mm.
◆ initWithFrame:andDriver:
Construct new instance.
- Parameters
-
| frameRect | Size of frame. |
| drv | Driver to fix rendering for. |
- Returns
- The newly created instance.
Definition at line 477 of file cocoa_v.mm.
◆ isOpaque
Specifies whether the view is opaque.
- Returns
- Always yes.
Definition at line 477 of file cocoa_v.mm.
◆ updateLayer
Updates the layer based on driver data.
Definition at line 477 of file cocoa_v.mm.
◆ viewDidChangeBackingProperties
| - (void) viewDidChangeBackingProperties |
|
|
|
|
implementation |
Updates members with new values after changes in driver.
Definition at line 477 of file cocoa_v.mm.
◆ wantsUpdateLayer
| - (BOOL) wantsUpdateLayer |
|
|
|
|
implementation |
Specifies whether the view wants updates for layer.
- Returns
- Always yes.
Definition at line 477 of file cocoa_v.mm.
◆ driver
The driver to fix rendering for.
Definition at line 477 of file cocoa_v.mm.
The documentation for this class was generated from the following file: