Up
Authors
- Scott Christley (
scottc@net-community.com
)
-
- Gregory John Casamento (
borgheron@yahoo.com
)
-
Copyright: (C) 1996, 2000 Free Software Foundation, Inc.
- Declared in:
- AppKit/NSScreen.h
Availability: OpenStep
Description forthcoming.
Method summary
+ (
NSScreen*)
deepestScreen;
Availability: OpenStep
Gets information about the screen with the highest
depth (i.e. bits per pixel).
+ (
NSScreen*)
mainScreen;
Availability: OpenStep
Gets information about the main screen.
+ (void)
resetScreens;
Availability: OpenStep
Description forthcoming.
+ (
NSArray*)
screens;
Availability: OpenStep
Returns an NSArray containing NSScreen instances
representing all of the screen devices
attached to the computer.
- (
NSWindowDepth)
depth;
Availability: OpenStep
Returns the depth of the screen in bits.
- (
NSDictionary*)
deviceDescription;
Availability: OpenStep
This method generates a dictionary containing
information about the screen device. The
resulting dictionary will have the following
entires: NSScreenNumber, NSDeviceSize,
NSDeviceResolution,
NSDeviceBitsPerSample,
NSDeviceColorSpaceName.
- (
NSRect)
frame;
Availability: OpenStep
The full frame of the screen.
- (int)
screenNumber;
Availability: Not in OpenStep/MacOS-X
Returns the screen number
- (const
NSWindowDepth*)
supportedWindowDepths;
Availability: MacOS-X 10.0.0
Returns the window depths this screen will support.
- (float)
userSpaceScaleFactor;
Availability: MacOS-X 10.4.0
Description forthcoming.
- (
NSRect)
visibleFrame;
Availability: MacOS-X 10.0.0
Returns the NSRect representing the visible area of
the screen.
Up