Samond Classes Library 1.1.6-RELEASE build 132

NSAlert(SCAlert) Category Reference

Additional functionality for class NSAlert. More...

#import <SCAlert.h>

List of all members.

Public Member Functions

Initializing Alert
(id) - initWithStyle:message:text:selected:alternate:other:
(id) - initWithError:text:selected:alternate:other:
(id) - initWithError:text:selected:alternate:
(id) - initWithError:text:selected:
(id) - initWithError:text:
(id) - initWithWarning:text:selected:alternate:other:
(id) - initWithWarning:text:selected:alternate:
(id) - initWithWarning:text:selected:
(id) - initWithWarning:text:
(id) - initWithMessage:text:selected:alternate:other:
(id) - initWithMessage:text:selected:alternate:
(id) - initWithMessage:text:selected:
(id) - initWithMessage:text:
(id) - initWithMessage:selected:alternate:other:
(id) - initWithMessage:selected:alternate:
(id) - initWithMessage:selected:
(id) - initWithMessage:
Other Methods
(NSString *) - className

Static Public Member Functions

Creating Alert
(NSAlert *) + alertWithStyle:message:text:selected:alternate:other:
(NSAlert *) + alertWithError:text:selected:alternate:other:
(NSAlert *) + alertWithError:text:selected:alternate:
(NSAlert *) + alertWithError:text:selected:
(NSAlert *) + alertWithError:text:
(NSAlert *) + alertWithWarning:text:selected:alternate:other:
(NSAlert *) + alertWithWarning:text:selected:alternate:
(NSAlert *) + alertWithWarning:text:selected:
(NSAlert *) + alertWithWarning:text:
(NSAlert *) + alertWithMessage:text:selected:alternate:other:
(NSAlert *) + alertWithMessage:text:selected:alternate:
(NSAlert *) + alertWithMessage:text:selected:
(NSAlert *) + alertWithMessage:text:
(NSAlert *) + alertWithMessage:selected:alternate:other:
(NSAlert *) + alertWithMessage:selected:alternate:
(NSAlert *) + alertWithMessage:selected:
(NSAlert *) + alertWithMessage:
Showing Alert
(void) + showWithStyle:message:text:selected:alternate:other:
(void) + showWithError:text:selected:alternate:other:
(void) + showWithError:text:selected:alternate:
(void) + showWithError:text:selected:
(void) + showWithError:text:
(void) + showWithWarning:text:selected:alternate:other:
(void) + showWithWarning:text:selected:alternate:
(void) + showWithWarning:text:selected:
(void) + showWithWarning:text:
(void) + showWithMessage:text:selected:alternate:other:
(void) + showWithMessage:text:selected:alternate:
(void) + showWithMessage:text:selected:
(void) + showWithMessage:text:
(void) + showWithMessage:selected:alternate:other:
(void) + showWithMessage:selected:alternate:
(void) + showWithMessage:selected:
(void) + showWithMessage:
Showing Alert and Returning Pressed Button Index
(SCUInteger+ runWithStyle:message:text:selected:alternate:other:
(SCUInteger+ runWithError:text:selected:alternate:other:
(SCUInteger+ runWithError:text:selected:alternate:
(SCUInteger+ runWithError:text:
(SCUInteger+ runWithWarning:text:selected:alternate:other:
(SCUInteger+ runWithWarning:text:selected:alternate:
(SCUInteger+ runWithWarning:text:
(SCUInteger+ runWithMessage:text:selected:alternate:other:
(SCUInteger+ runWithMessage:text:selected:alternate:
(SCUInteger+ runWithMessage:text:
(SCUInteger+ runWithMessage:selected:alternate:other:
(SCUInteger+ runWithMessage:selected:alternate:
(SCUInteger+ runWithMessage:
Showing User Confirmation Alert
(BOOL) + confirmWithStyle:message:text:confirm:selected:alternate:other:
(BOOL) + confirmWithStyle:message:text:selected:alternate:other:
(BOOL) + confirmWithError:text:confirm:selected:alternate:other:
(BOOL) + confirmWithError:text:confirm:selected:alternate:
(BOOL) + confirmWithError:text:confirm:
(BOOL) + confirmWithError:text:selected:alternate:other:
(BOOL) + confirmWithError:text:selected:alternate:
(BOOL) + confirmWithError:text:
(BOOL) + confirmWithWarning:text:confirm:selected:alternate:other:
(BOOL) + confirmWithWarning:text:confirm:selected:alternate:
(BOOL) + confirmWithWarning:text:confirm:
(BOOL) + confirmWithWarning:text:selected:alternate:other:
(BOOL) + confirmWithWarning:text:selected:alternate:
(BOOL) + confirmWithWarning:text:
(BOOL) + confirmWithMessage:text:confirm:selected:alternate:other:
(BOOL) + confirmWithMessage:text:confirm:selected:alternate:
(BOOL) + confirmWithMessage:text:confirm:
(BOOL) + confirmWithMessage:confirm:selected:alternate:other:
(BOOL) + confirmWithMessage:confirm:selected:alternate:
(BOOL) + confirmWithMessage:confirm:
(BOOL) + confirmWithMessage:text:selected:alternate:other:
(BOOL) + confirmWithMessage:text:selected:alternate:
(BOOL) + confirmWithMessage:text:
(BOOL) + confirmWithMessage:selected:alternate:other:
(BOOL) + confirmWithMessage:selected:alternate:
(BOOL) + confirmWithMessage:
(BOOL) + confirmYesNoWithMessage:text:
(BOOL) + confirmNoYesWithMessage:text:
(BOOL) + confirmYesNoWithMessage:
(BOOL) + confirmNoYesWithMessage:
(BOOL) + confirmOKCancelWithMessage:text:
(BOOL) + confirmCancelOKWithMessage:text:
(BOOL) + confirmOKCancelWithMessage:
(BOOL) + confirmCancelOKWithMessage:
Showing Unformatted Debug Alert
(void) + debug:
(void) + debugWithID:
(void) + debugWithString:
(void) + debugWithBoolean:
(void) + debugWithDouble:
(void) + debugWithPointer:
(void) + debugWithSignedInteger:
(void) + debugWithSignedLong:
(void) + debugWithInteger:
(void) + debugWithLong:
(void) + debugWithBin:
(void) + debugWithOct:
(void) + debugWithDec:
(void) + debugWithHex:
(void) + debugWithUnichar:
(void) + debugWithChar:
Showing Conditional Unformatted Debug Alert
(void) + debug:condition:
(void) + debugWithID:condition:
(void) + debugWithString:condition:
(void) + debugWithBoolean:condition:
(void) + debugWithDouble:condition:
(void) + debugWithPointer:condition:
(void) + debugWithSignedInteger:condition:
(void) + debugWithSignedLong:condition:
(void) + debugWithInteger:condition:
(void) + debugWithLong:condition:
(void) + debugWithBin:condition:
(void) + debugWithOct:condition:
(void) + debugWithDec:condition:
(void) + debugWithHex:condition:
(void) + debugWithUnichar:condition:
(void) + debugWithChar:condition:
(void) + debug:uncondition:
(void) + debugWithID:uncondition:
(void) + debugWithString:uncondition:
(void) + debugWithBoolean:uncondition:
(void) + debugWithDouble:uncondition:
(void) + debugWithPointer:uncondition:
(void) + debugWithSignedInteger:uncondition:
(void) + debugWithSignedLong:uncondition:
(void) + debugWithInteger:uncondition:
(void) + debugWithLong:uncondition:
(void) + debugWithBin:uncondition:
(void) + debugWithOct:uncondition:
(void) + debugWithDec:uncondition:
(void) + debugWithHex:uncondition:
(void) + debugWithUnichar:uncondition:
(void) + debugWithChar:uncondition:
(void) + debugWithCondition:yes:no:
(void) + debugIDWithCondition:yes:no:
(void) + debugStringWithCondition:yes:no:
(void) + debugBooleanWithCondition:yes:no:
(void) + debugDoubleWithCondition:yes:no:
(void) + debugPointerWithCondition:yes:no:
(void) + debugSignedIntegerWithCondition:yes:no:
(void) + debugSignedLongWithCondition:yes:no:
(void) + debugIntegerWithCondition:yes:no:
(void) + debugLongWithCondition:yes:no:
(void) + debugBinWithCondition:yes:no:
(void) + debugOctWithCondition:yes:no:
(void) + debugDecWithCondition:yes:no:
(void) + debugHexWithCondition:yes:no:
(void) + debugUnicharWithCondition:yes:no:
(void) + debugCharWithCondition:yes:no:
Showing Formatted Debug Alert
(void) + debug:format:
(void) + debugWithID:format:
(void) + debugWithString:format:
(void) + debugWithBoolean:format:
(void) + debugWithDouble:format:
(void) + debugWithPointer:format:
(void) + debugWithSignedInteger:format:
(void) + debugWithSignedLong:format:
(void) + debugWithInteger:format:
(void) + debugWithLong:format:
(void) + debugWithBin:format:
(void) + debugWithOct:format:
(void) + debugWithDec:format:
(void) + debugWithHex:format:
(void) + debugWithUnichar:format:
(void) + debugWithChar:format:
Showing Conditional Formatted Debug Alert
(void) + debug:format:condition:
(void) + debugWithID:format:condition:
(void) + debugWithString:format:condition:
(void) + debugWithBoolean:format:condition:
(void) + debugWithDouble:format:condition:
(void) + debugWithPointer:format:condition:
(void) + debugWithSignedInteger:format:condition:
(void) + debugWithSignedLong:format:condition:
(void) + debugWithInteger:format:condition:
(void) + debugWithLong:format:condition:
(void) + debugWithBin:format:condition:
(void) + debugWithOct:format:condition:
(void) + debugWithDec:format:condition:
(void) + debugWithHex:format:condition:
(void) + debugWithUnichar:format:condition:
(void) + debugWithChar:format:condition:
(void) + debug:format:uncondition:
(void) + debugWithID:format:uncondition:
(void) + debugWithString:format:uncondition:
(void) + debugWithBoolean:format:uncondition:
(void) + debugWithDouble:format:uncondition:
(void) + debugWithPointer:format:uncondition:
(void) + debugWithSignedInteger:format:uncondition:
(void) + debugWithSignedLong:format:uncondition:
(void) + debugWithInteger:format:uncondition:
(void) + debugWithLong:format:uncondition:
(void) + debugWithBin:format:uncondition:
(void) + debugWithOct:format:uncondition:
(void) + debugWithDec:format:uncondition:
(void) + debugWithHex:format:uncondition:
(void) + debugWithUnichar:format:uncondition:
(void) + debugWithChar:format:uncondition:
(void) + debugWithCondition:yes:no:format:
(void) + debugIDWithCondition:yes:no:format:
(void) + debugStringWithCondition:yes:no:format:
(void) + debugBooleanWithCondition:yes:no:format:
(void) + debugDoubleWithCondition:yes:no:format:
(void) + debugPointerWithCondition:yes:no:format:
(void) + debugSignedIntegerWithCondition:yes:no:format:
(void) + debugSignedLongWithCondition:yes:no:format:
(void) + debugIntegerWithCondition:yes:no:format:
(void) + debugLongWithCondition:yes:no:format:
(void) + debugBinWithCondition:yes:no:format:
(void) + debugOctWithCondition:yes:no:format:
(void) + debugDecWithCondition:yes:no:format:
(void) + debugHexWithCondition:yes:no:format:
(void) + debugUnicharWithCondition:yes:no:format:
(void) + debugCharWithCondition:yes:no:format:

Detailed Description

Additional functionality for class NSAlert.

Category SCAlert extends functionality of standard Cocoa class NSAlert. Category adds class methods for simple call information panels.
You can use this category onli in MacOS Applications. For iPhoneOS/iOS applications see categories UIActionSheet(SCActionSheet) and UIAlertView(SCAlertView) .
This category was introduced in version 1.0.0.

Category declares the following properties:


Member Function Documentation

+ (NSAlert *) alertWithError: (NSString *)  error
text: (NSString *)  text 

Returns an error panel created by using the specified main and informative text.

Parameters:
error- main error text
text- optional informative text
Returns:
Created error panel
+ (NSAlert *) alertWithError: (NSString *)  error
text: (NSString *)  text
selected: (NSString *)  selected 

Returns an error panel created by using the specified main and informative text and selected button title.

Parameters:
error- main error text
text- optional informative text
selected- default button title
Returns:
Created error panel
+ (NSAlert *) alertWithError: (NSString *)  error
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Returns an error panel created by using the specified main and informative text and selected and alternate buttons titles.

Parameters:
error- main error text
text- optional informative text
selected- default button title
alternate- optional alternate button title
Returns:
Created error panel
+ (NSAlert *) alertWithError: (NSString *)  error
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Returns an error panel created by using the specified main and informative text and selected, alternate and other buttons titles.

Parameters:
error- main error text
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
Created error panel
+ (NSAlert *) alertWithMessage: (NSString *)  message

Returns an information panel created by using the specified main text.

Parameters:
message- main information text
Returns:
Created information panel
+ (NSAlert *) alertWithMessage: (NSString *)  message
selected: (NSString *)  selected 

Returns an information panel created by using the specified main text and selected button title.

Parameters:
message- main information text
selected- default button title
Returns:
Created information panel
+ (NSAlert *) alertWithMessage: (NSString *)  message
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Returns an information panel created by using the specified main text and selected and alternate buttons titles.

Parameters:
message- main information text
selected- default button title
alternate- optional alternate button title
Returns:
Created information panel
+ (NSAlert *) alertWithMessage: (NSString *)  message
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Returns an information panel created by using the specified main text and selected, alternate and other buttons titles.

Parameters:
message- main information text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
Created information panel
+ (NSAlert *) alertWithMessage: (NSString *)  message
text: (NSString *)  text 

Returns an information panel created by using the specified main and informative text.

Parameters:
message- main information text
text- optional informative text
Returns:
Created information panel
+ (NSAlert *) alertWithMessage: (NSString *)  message
text: (NSString *)  text
selected: (NSString *)  selected 

Returns an information panel created by using the specified main and informative text and selected button title.

Parameters:
message- main information text
text- optional informative text
selected- default button title
Returns:
Created information panel
+ (NSAlert *) alertWithMessage: (NSString *)  message
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Returns an information panel created by using the specified main and informative text and selected and alternate buttons titles.

Parameters:
message- main information text
text- optional informative text
selected- default button title
alternate- optional alternate button title
Returns:
Created information panel
+ (NSAlert *) alertWithMessage: (NSString *)  message
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Returns an information panel created by using the specified main and informative text and selected, alternate and other buttons titles.

Parameters:
message- main information text
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
Created information panel
+ (NSAlert *) alertWithStyle: (NSAlertStyle)  style
message: (NSString *)  message
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Returns an alert panel created by using the specified style, main and informative text and selected, alternate and other buttons titles.

Parameters:
style- alert style for the alert
message- main text
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
Created alert panel
+ (NSAlert *) alertWithWarning: (NSString *)  warning
text: (NSString *)  text 

Returns a warning panel created by using the specified main and informative text.

Parameters:
warning- main warning text
text- optional informative text
Returns:
Created warning panel
+ (NSAlert *) alertWithWarning: (NSString *)  warning
text: (NSString *)  text
selected: (NSString *)  selected 

Returns a warning panel created by using the specified main and informative text and selected button title.

Parameters:
warning- main warning text
text- optional informative text
selected- default button title
Returns:
Created warning panel
+ (NSAlert *) alertWithWarning: (NSString *)  warning
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Returns a warning panel created by using the specified main and informative text and selected and alternate buttons titles.

Parameters:
warning- main warning text
text- optional informative text
selected- default button title
alternate- optional alternate button title
Returns:
Created warning panel
+ (NSAlert *) alertWithWarning: (NSString *)  warning
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Returns a warning panel created by using the specified main and informative text and selected, alternate and other buttons titles.

Parameters:
warning- main warning text
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
Created warning panel
- (NSString *) className

Returns the receiver's class name.

Returns:
Class name
+ (BOOL) confirmCancelOKWithMessage: (NSString *)  message

Requests confirmation for user action by showing the information panel created by using the specified main text and "Cancel" and "OK" buttons.

Parameters:
message- main information text
Returns:
YES if user presses "OK" button and NO if user presses "Cancel" button
+ (BOOL) confirmCancelOKWithMessage: (NSString *)  message
text: (NSString *)  text 

Requests confirmation for user action by showing the information panel created by using the specified main and informative text and "Cancel" and "OK" buttons.

Parameters:
message- main information text
text- optional informative text
Returns:
YES if user presses "OK" button and NO if user presses "Cancel" button
+ (BOOL) confirmNoYesWithMessage: (NSString *)  message

Requests confirmation for user action by showing the information panel created by using the specified main text and buttons "No" and "Yes".

Parameters:
message- main information text
Returns:
YES if user presses "Yes" button and NO if user presses "No" button
+ (BOOL) confirmNoYesWithMessage: (NSString *)  message
text: (NSString *)  text 

Requests confirmation for user action by showing the information panel created by using the specified main and informative text and buttons "No" and "Yes".

Parameters:
message- main information text
text- optional informative text
Returns:
YES if user presses "Yes" button and NO if user presses "No" button
+ (BOOL) confirmOKCancelWithMessage: (NSString *)  message

Requests confirmation for user action by showing the information panel created by using the specified main text and "OK" and "Cancel" buttons.

Parameters:
message- main information text
Returns:
YES if user presses "OK" button and NO if user presses "Cancel" button
+ (BOOL) confirmOKCancelWithMessage: (NSString *)  message
text: (NSString *)  text 

Requests confirmation for user action by showing the information panel created by using the specified main and informative text and buttons "OK" and "Cancel".

Parameters:
message- main information text
text- optional informative text
Returns:
YES if user pressex "OK" button and NO if user pressex "Cancel" button
+ (BOOL) confirmWithError: (NSString *)  error
text: (NSString *)  text 

Requests confirmation for user action by showing the error panel created by using the specified main and informative text and default buttons titles.

Parameters:
error- main error text
text- optional informative text
Returns:
YES if user presses alternate button and NO if user presses any other button
+ (BOOL) confirmWithError: (NSString *)  error
text: (NSString *)  text
confirm: (SCUInteger confirm 

Requests confirmation for user action by showing the error panel created by using the specified main and informative text, confirmation button index and default buttons titles.

Parameters:
error- main error text
text- optional informative text
confirm- confirmation button index
Returns:
YES if user presses confirmation button and NO if user presses any other button
+ (BOOL) confirmWithError: (NSString *)  error
text: (NSString *)  text
confirm: (SCUInteger confirm
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Requests confirmation for user action by showing the error panel created by using the specified main and informative text, confirmation button index and selected and alternate buttons titles.

Parameters:
error- main error text
text- optional informative text
confirm- confirmation button index
selected- default button title
alternate- optional alternate button title
Returns:
YES if user presses confirmation button and NO if user presses any other button
+ (BOOL) confirmWithError: (NSString *)  error
text: (NSString *)  text
confirm: (SCUInteger confirm
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Requests confirmation for user action by showing the error panel created by using the specified main and informative text, confirmation button index and selected, alternate and other buttons titles.

Parameters:
error- main error text
text- optional informative text
confirm- confirmation button index
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
YES if user presses confirmation button and NO if user presses any other button
+ (BOOL) confirmWithError: (NSString *)  error
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Requests confirmation for user action by showing the error panel created by using the specified main and informative text and selected and alternate buttons titles.

Parameters:
error- main error text
text- optional informative text
selected- default button title
alternate- optional alternate button title
Returns:
YES if user presses alternate button and NO if user presses any other button
+ (BOOL) confirmWithError: (NSString *)  error
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Requests confirmation for user action by showing the error panel created by using the specified main and informative text and selected, alternate and other buttons titles.

Parameters:
error- main error text
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
YES if user presses alternate button and NO if user presses any other button
+ (BOOL) confirmWithMessage: (NSString *)  message

Requests confirmation for user action by showing the information panel created by using the specified main text and default buttons titles.

Parameters:
message- main information text
Returns:
YES if user presses alternate button and NO if user presses any other button
+ (BOOL) confirmWithMessage: (NSString *)  message
confirm: (SCUInteger confirm 

Requests confirmation for user action by showing the information panel created by using the specified main text, confirmation button index and default buttons titles.

Parameters:
message- main information text
confirm- confirmation button index
Returns:
YES if user presses confirmation button and NO if user presses any other button
+ (BOOL) confirmWithMessage: (NSString *)  message
confirm: (SCUInteger confirm
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Requests confirmation for user action by showing the information panel created by using the specified main text, confirmation button index and selected and alternate buttons titles.

Parameters:
message- main information text
confirm- confirmation button index
selected- default button title
alternate- optional alternate button title
Returns:
YES if user presses confirmation button and NO if user presses any other button
+ (BOOL) confirmWithMessage: (NSString *)  message
confirm: (SCUInteger confirm
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Requests confirmation for user action by showing the information panel created by using the specified main text, confirmation button index and selected, alternate and other buttons titles.

Parameters:
message- main information text
confirm- confirmation button index
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
YES if user presses confirmation button and NO if user presses any other button
+ (BOOL) confirmWithMessage: (NSString *)  message
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Requests confirmation for user action by showing the information panel created by using the specified main text and selected and alternate buttons titles.

Parameters:
message- main information text
selected- default button title
alternate- optional alternate button title
Returns:
YES if user presses alternate button and NO if user presses any other button
+ (BOOL) confirmWithMessage: (NSString *)  message
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Requests confirmation for user action by showing the information panel created by using the specified main text and selected, alternate and other buttons titles.

Parameters:
message- main information text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
YES if user presses alternate button and NO if user presses any other button
+ (BOOL) confirmWithMessage: (NSString *)  message
text: (NSString *)  text 

Requests confirmation for user action by showing the information panel created by using the specified main and informative text and default buttons titles.

Parameters:
message- main information text
text- optional informative text
Returns:
YES if user presses alternate button and NO if user presses any other button
+ (BOOL) confirmWithMessage: (NSString *)  message
text: (NSString *)  text
confirm: (SCUInteger confirm 

Requests confirmation for user action by showing the information panel created by using the specified main and informative text, confirmation button index and default buttons titles.

Parameters:
message- main information text
text- optional informative text
confirm- confirmation button index
Returns:
YES if user presses confirmation button and NO if user presses any other button
+ (BOOL) confirmWithMessage: (NSString *)  message
text: (NSString *)  text
confirm: (SCUInteger confirm
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Requests confirmation for user action by showing the information panel created by using the specified main and informative text, confirmation button index and selected and alternate buttons titles.

Parameters:
message- main information text
text- optional informative text
confirm- confirmation button index
selected- default button title
alternate- optional alternate button title
Returns:
YES if user presses confirmation button and NO if user presses any other button
+ (BOOL) confirmWithMessage: (NSString *)  message
text: (NSString *)  text
confirm: (SCUInteger confirm
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Requests confirmation for user action by showing the information panel created by using the specified main and informative text, confirmation button index and selected, alternate and other buttons titles.

Parameters:
message- main information text
text- optional informative text
confirm- confirmation button index
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
YES if user presses confirmation button and NO if user presses any other button
+ (BOOL) confirmWithMessage: (NSString *)  message
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Requests confirmation for user action by showing the information panel created by using the specified main and informative text and selected and alternate buttons titles.

Parameters:
message- main information text
text- optional informative text
selected- default button title
alternate- optional alternate button title
Returns:
YES if user presses alternate button and NO if user presses any other button
+ (BOOL) confirmWithMessage: (NSString *)  message
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Requests confirmation for user action by showing the information panel created by using the specified main and informative text and selected, alternate and other buttons titles.

Parameters:
message- main information text
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
YES if user presses alternate button and NO if user presses any other button
+ (BOOL) confirmWithStyle: (NSAlertStyle)  style
message: (NSString *)  message
text: (NSString *)  text
confirm: (SCUInteger confirm
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Requests confirmation for user action by showing the alert panel created by using the specified style, main and informative text, confirmation button index and selected, alternate and other buttons titles.

Parameters:
style- alert style for the alert
message- main text
text- optional informative text
confirm- confirmation button index
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
YES if user presses confirmation button and NO if user presses any other button
+ (BOOL) confirmWithStyle: (NSAlertStyle)  style
message: (NSString *)  message
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Requests confirmation for user action by showing the alert panel created by using the specified style, main and informative text and selected, alternate and other buttons index.

Parameters:
style- alert style for the alert
message- main text
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
YES if user presses alternate button and NO if user presses any other button
+ (BOOL) confirmWithWarning: (NSString *)  warning
text: (NSString *)  text 

Requests confirmation for user action by showing the warning panel created by using the specified main and informative text and default buttons titles.

Parameters:
warning- main warning text
text- optional informative text
Returns:
YES if user presses alternate button and NO if user presses any other button
+ (BOOL) confirmWithWarning: (NSString *)  warning
text: (NSString *)  text
confirm: (SCUInteger confirm 

Requests confirmation for user action by showing the warning panel created by using the specified main and informative text, confirmation button index and default buttons titles.

Parameters:
warning- main warning text
text- optional informative text
confirm- confirmation button index
Returns:
YES if user presses confirmation button and NO if user presses any other button
+ (BOOL) confirmWithWarning: (NSString *)  warning
text: (NSString *)  text
confirm: (SCUInteger confirm
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Requests confirmation for user action by showing the warning panel created by using the specified main and informative text, confirmation button index and selected and alternate buttons titles.

Parameters:
warning- main warning text
text- optional informative text
confirm- confirmation button index
selected- default button title
alternate- optional alternate button title
Returns:
YES if user presses confirmation button and NO if user presses any other button
+ (BOOL) confirmWithWarning: (NSString *)  warning
text: (NSString *)  text
confirm: (SCUInteger confirm
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Requests confirmation for user action by showing the warning panel created by using the specified main and informative text, confirmation button index and selected, alternate and other buttons titles.

Parameters:
warning- main warning text
text- optional informative text
confirm- confirmation button index
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
YES if user presses confirmation button and NO if user presses any other button
+ (BOOL) confirmWithWarning: (NSString *)  warning
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Requests confirmation for user action by showing the warning panel created by using the specified main and informative text and selected and alternate buttons titles.

Parameters:
warning- main warning text
text- optional informative text
selected- default button title
alternate- optional alternate button title
Returns:
YES if user presses alternate button and NO if user presses any other button
+ (BOOL) confirmWithWarning: (NSString *)  warning
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Requests confirmation for user action by showing the warning panel created by using the specified main and informative text and selected, alternate and other buttons titles.

Parameters:
warning- main warning text
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
YES if user presses alternate button and NO if user presses any other button
+ (BOOL) confirmYesNoWithMessage: (NSString *)  message

Requests confirmation for user action by showing the information panel created by using the specified main text and buttons "Yes" and "No".

Parameters:
message- main information text
Returns:
YES if user presses "Yes" button and NO if user presses "No" button
+ (BOOL) confirmYesNoWithMessage: (NSString *)  message
text: (NSString *)  text 

Requests confirmation for user action by showing the information panel created by using the specified main and informative text and buttons "Yes" and "No".

Parameters:
message- main information text
text- optional informative text
Returns:
YES if user presses "Yes" button and NO if user presses "No" button
+ (void) debug: (id)  object

Displays the unformatted debug panel with the specified class instance variable.

Parameters:
object- debugged variable
+ (void) debug: (id)  object
condition: (BOOL)  flag 

Displays the unformatted debug panel with the specified instance variable if the specified condition flag is set to YES.

Parameters:
object- debugged variable
flag- condition flag
+ (void) debug: (id)  object
format: (NSString *)  format 

Displays the formatted debug panel with the specified class instance variable.

Parameters:
object- debugged variable
format- format string
+ (void) debug: (id)  object
format: (NSString *)  format
condition: (BOOL)  flag 

Displays the formatted debug panel with the specified class instance variable only if the specified condition flag is set to YES.

Parameters:
object- debugged variable
format- format string
flag- condition flag
+ (void) debug: (id)  object
format: (NSString *)  format
uncondition: (BOOL)  flag 

Displays the formatted debug panel with the specified instance variable only if the specified condition flag is set to NO.

Parameters:
object- debugged variable
format- format string
flag- condition flag
+ (void) debug: (id)  object
uncondition: (BOOL)  flag 

Displays the unformatted debug panel with the specified class instance variable if the specified condition flag is set to NO.

Parameters:
object- debugged variable
flag- condition flag
+ (void) debugBinWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no 

Displays the unformatted debug panel with one of two debug information about the binary integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) debugBinWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no
format: (NSString *)  format 

Displays the formatted debug panel with the one of two debug information about the binary integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) debugBooleanWithCondition: (BOOL)  flag
yes: (BOOL)  yes
no: (BOOL)  no 

Displays the unformatted debug panel with one of two debug information about the boolean variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) debugBooleanWithCondition: (BOOL)  flag
yes: (BOOL)  yes
no: (BOOL)  no
format: (NSString *)  format 

Displays the formatted debug panel with the one of two debug information about the boolean variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) debugCharWithCondition: (BOOL)  flag
yes: (char *)  yes
no: (char *)  no 

Displays the unformatted debug panel with one of two unformatted debug information about the char string variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) debugCharWithCondition: (BOOL)  flag
yes: (char *)  yes
no: (char *)  no
format: (NSString *)  format 

Displays the formatted debug panel with the one of two debug information about the char string variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) debugDecWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no 

Displays the unformatted debug panel with one of two debug information about the decimal integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) debugDecWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no
format: (NSString *)  format 

Displays the formatted debug panel with the one of two debug information about the decimal integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) debugDoubleWithCondition: (BOOL)  flag
yes: (SCDouble yes
no: (SCDouble no 

Displays the unformatted debug panel with one of two debug information about the double variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) debugDoubleWithCondition: (BOOL)  flag
yes: (SCDouble yes
no: (SCDouble no
format: (NSString *)  format 

Displays the formatted debug panel with the one of two debug information about the double variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) debugHexWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no 

Displays the unformatted debug panel with one of two debug information about the hexadecimal integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) debugHexWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no
format: (NSString *)  format 

Displays the formatted debug panel with the one of two debug information about the hexadecimal integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) debugIDWithCondition: (BOOL)  flag
yes: (id)  yes
no: (id)  no 

Displays the unformatted debug panel with one of two debug information about the instance variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) debugIDWithCondition: (BOOL)  flag
yes: (id)  yes
no: (id)  no
format: (NSString *)  format 

Displays the formatted debug panel with the one of two debug information about the instance variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) debugIntegerWithCondition: (BOOL)  flag
yes: (SCUInteger yes
no: (SCUInteger no 

Displays the unformatted debug panel with one of two debug information about the unsigned 32-bit integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) debugIntegerWithCondition: (BOOL)  flag
yes: (SCUInteger yes
no: (SCUInteger no
format: (NSString *)  format 

Displays the formatted debug panel with the one of two debug information about the unsigned 32-bit integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) debugLongWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no 

Diaplays the unformatted debug panel with one of two debug information about the unsigned 64-bit integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) debugLongWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no
format: (NSString *)  format 

Displays the formatted debug panel with the one of two debug information about the unsigned 64-bit integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) debugOctWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no 

Displays the unformatted debug panel with one of two debug information about the octal integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) debugOctWithCondition: (BOOL)  flag
yes: (SCULong yes
no: (SCULong no
format: (NSString *)  format 

Displays the formatted debug panel with the one of two debug information about the octal integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) debugPointerWithCondition: (BOOL)  flag
yes: (void *)  yes
no: (void *)  no 

Displays the unformatted debug panel with one of two debug information about the pointer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) debugPointerWithCondition: (BOOL)  flag
yes: (void *)  yes
no: (void *)  no
format: (NSString *)  format 

Displays the formatted debug panel with the one of two debug information about the pointer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) debugSignedIntegerWithCondition: (BOOL)  flag
yes: (SCInteger yes
no: (SCInteger no 

Displays the unformatted debug panel with one of two debug information about the signed 32-bit integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) debugSignedIntegerWithCondition: (BOOL)  flag
yes: (SCInteger yes
no: (SCInteger no
format: (NSString *)  format 

Displays the formatted debug panel with the one of two debug information about the signed 32-bit integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) debugSignedLongWithCondition: (BOOL)  flag
yes: (SCLong yes
no: (SCLong no 

Displays the unformatted debug panel with one of two debug information about the signed 64-bit integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) debugSignedLongWithCondition: (BOOL)  flag
yes: (SCLong yes
no: (SCLong no
format: (NSString *)  format 

Displays the formatted debug panel with the one of two debug information about the signed 64-bit integer variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) debugStringWithCondition: (BOOL)  flag
yes: (NSString *)  yes
no: (NSString *)  no 

Displays the unformatted debug panel with one of two debug information about the string variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) debugStringWithCondition: (BOOL)  flag
yes: (NSString *)  yes
no: (NSString *)  no
format: (NSString *)  format 

Displays the formatted debug panel with the one of two debug information about the string variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) debugUnicharWithCondition: (BOOL)  flag
yes: (unichar)  yes
no: (unichar)  no 

Displays the unformatted debug panel with one of two debug information about the unichar variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) debugUnicharWithCondition: (BOOL)  flag
yes: (unichar)  yes
no: (unichar)  no
format: (NSString *)  format 

Displays the formatted debug panel with the one of two debug information about the unichar variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) debugWithBin: (SCULong longint

Displays the unformatted debug panel with the specified binary integer variable.

Parameters:
longint- debugged variable
+ (void) debugWithBin: (SCULong longint
condition: (BOOL)  flag 

Displays the unformatted debug panel with the specified binary integer variable if the specified condition flag is set to YES.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) debugWithBin: (SCULong longint
format: (NSString *)  format 

Displays the formatted debug panel with the specified binary integer variable.

Parameters:
longint- debugged variable
format- format string
+ (void) debugWithBin: (SCULong longint
format: (NSString *)  format
condition: (BOOL)  flag 

Displays the formatted debug panel with the specified binary integer variable only if the specified condition flag is set to YES.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) debugWithBin: (SCULong longint
format: (NSString *)  format
uncondition: (BOOL)  flag 

Displays the formatted debug panel with the specified binary integer variable only if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) debugWithBin: (SCULong longint
uncondition: (BOOL)  flag 

Displays the unformatted debug panel with the specified binary integer variable if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) debugWithBoolean: (BOOL)  boolean

Displays the unformatted debug panel with the specified boolean variable.

Parameters:
boolean- debugged variable
+ (void) debugWithBoolean: (BOOL)  boolean
condition: (BOOL)  flag 

Displays the unformatted debug panel with the specified boolean variable if the specified condition flag is set to YES.

Parameters:
boolean- debugged variable
flag- condition flag
+ (void) debugWithBoolean: (BOOL)  boolean
format: (NSString *)  format 

Displays the formatted debug panel with the specified booelean variable.

Parameters:
boolean- debugged variable
format- format string
+ (void) debugWithBoolean: (BOOL)  boolean
format: (NSString *)  format
condition: (BOOL)  flag 

Displays the formatted debug panel with the specified boolean variable only if the specified condition flag is set to YES.

Parameters:
boolean- debugged variable
format- format string
flag- condition flag
+ (void) debugWithBoolean: (BOOL)  boolean
format: (NSString *)  format
uncondition: (BOOL)  flag 

Displays the formatted debug panel with the specified boolean variable only if the specified condition flag is set to NO.

Parameters:
boolean- debugged variable
format- format string
flag- condition flag
+ (void) debugWithBoolean: (BOOL)  boolean
uncondition: (BOOL)  flag 

Displays the unformatted debug panel with the specified boolean variable if the specified condition flag is set to NO.

Parameters:
boolean- debugged variable
flag- condition flag
+ (void) debugWithChar: (char *)  string

Displays the unformatted debug panel with the specified char string variable.

Parameters:
string- debugged variable
+ (void) debugWithChar: (char *)  string
condition: (BOOL)  flag 

Displays the unformatted debug panel with the specified char string variable if the specified condition flag is set to YES.

Parameters:
string- debugged variable
flag- condition flag
+ (void) debugWithChar: (char *)  string
format: (NSString *)  format 

Displays the formatted debug panel with the specified unichar variable.

Parameters:
string- debugged variable
format- format string

Displays the formatted debug panel with the specified char string variable.

Parameters:
string- debugged variable
format- format string
+ (void) debugWithChar: (char *)  string
format: (NSString *)  format
condition: (BOOL)  flag 

Displays the formatted debug panel with the specified char string variable only if the specified condition flag is set to YES.

Parameters:
string- debugged variable
format- format string
flag- condition flag
+ (void) debugWithChar: (char *)  string
format: (NSString *)  format
uncondition: (BOOL)  flag 

Displays the formatted debug panel with the specified char string variable only if the specified condition flag is set to NO.

Parameters:
string- debugged variable
format- format string
flag- condition flag
+ (void) debugWithChar: (char *)  string
uncondition: (BOOL)  flag 

Displays the unformatted debug panel with the specified char string variable if the specified condition flag is set to NO.

Parameters:
string- debugged variable
flag- condition flag
+ (void) debugWithCondition: (BOOL)  flag
yes: (id)  yes
no: (id)  no 

Displays the unformatted debug panel with the one of two debug information about the instance variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
+ (void) debugWithCondition: (BOOL)  flag
yes: (id)  yes
no: (id)  no
format: (NSString *)  format 

Displays the formatted debug panel with the one of two debug information about the instance variables depending on the specified condition flag value.

Parameters:
flag- condition flag
yes- sended information if condition flag is set to YES
no- sended information if condition flag is set to NO
format- format string
+ (void) debugWithDec: (SCULong longint

Displays the unformatted debug panel with the specified decimal integer variable.

Parameters:
longint- debugged variable
+ (void) debugWithDec: (SCULong longint
condition: (BOOL)  flag 

Displays the unformatted debug panel with the specified decimal integer variable if the specified condition flag is set to YES.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) debugWithDec: (SCULong longint
format: (NSString *)  format 

Displays the formatted debug panel with the specified decimal integer variable.

Parameters:
longint- debugged variable
format- format string
+ (void) debugWithDec: (SCULong longint
format: (NSString *)  format
condition: (BOOL)  flag 

Displays the formatted debug panel with the specified decimal integer variable only if the specified condition flag is set to YES.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) debugWithDec: (SCULong longint
format: (NSString *)  format
uncondition: (BOOL)  flag 

Displays the formatted debug panel with the specified decimal integer variable only if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) debugWithDec: (SCULong longint
uncondition: (BOOL)  flag 

Displays the unformatted debug panel with the specified decimal integer variable if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) debugWithDouble: (SCDouble dbl

Displays the unformatted debug panel with the specified double variable.

Parameters:
dbl- debugged variable
+ (void) debugWithDouble: (SCDouble flt
condition: (BOOL)  flag 

Displays the unformatted debug panel with the specified double variable if the specified condition flag is set to YES.

Parameters:
flt- debugged variable
flag- condition flag
+ (void) debugWithDouble: (SCDouble dbl
format: (NSString *)  format 

Displays the formatted debug panel with the specified double variable.

Parameters:
dbl- debugged variable
format- format string
+ (void) debugWithDouble: (SCDouble flt
format: (NSString *)  format
condition: (BOOL)  flag 

Displays the formatted debug panel with the specified double variable only if the specified condition flag is set to YES.

Parameters:
flt- debugged variable
format- format string
flag- condition flag
+ (void) debugWithDouble: (SCDouble flt
format: (NSString *)  format
uncondition: (BOOL)  flag 

Displays the formatted debug panel with the specified double variable only if the specified condition flag is set to NO.

Parameters:
flt- debugged variable
format- format string
flag- condition flag
+ (void) debugWithDouble: (SCDouble flt
uncondition: (BOOL)  flag 

Displays the unformatted debug panel with the specified double variable if the specified condition flag is set to NO.

Parameters:
flt- debugged variable
flag- condition flag
+ (void) debugWithHex: (SCULong longint

Displays the unformatted debug panel with the specified hexadecimal integer variable.

Parameters:
longint- debugged variable
+ (void) debugWithHex: (SCULong longint
condition: (BOOL)  flag 

Displays the unformatted debug panel with the specified hexadecimal integer variable if the specified condition flag is set to YES.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) debugWithHex: (SCULong longint
format: (NSString *)  format 

Displays the formatted debug panel with the specified hexadecimal integer variable.

Parameters:
longint- debugged variable
format- format string
+ (void) debugWithHex: (SCULong longint
format: (NSString *)  format
condition: (BOOL)  flag 

Displays the formatted debug panel with the specified hexadecimal integer variable only if the specified condition flag is set to YES.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) debugWithHex: (SCULong longint
format: (NSString *)  format
uncondition: (BOOL)  flag 

Displays the formatted debug panel with the specified hexadecimal integer variable only if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) debugWithHex: (SCULong longint
uncondition: (BOOL)  flag 

Displays the unformatted debug panel with the specified hexadecimal integer variable if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) debugWithID: (id)  object

Displays the unformatted debug panel with the specified class instance variable.

Parameters:
object- debugged variable
+ (void) debugWithID: (id)  object
condition: (BOOL)  flag 

Displays the unformatted debug panel with the specified instance variable if the specified condition flag is set to YES.

Parameters:
object- debugged variable
flag- condition flag
+ (void) debugWithID: (id)  object
format: (NSString *)  format 

Displays the formatted debug panel with the specified class instance variable.

Parameters:
object- debugged variable
format- format string
+ (void) debugWithID: (id)  object
format: (NSString *)  format
condition: (BOOL)  flag 

Displays the formatted debug panel with the specified class instance variable only if the specified condition flag is set to YES.

Parameters:
object- debugged variable
format- format string
flag- condition flag
+ (void) debugWithID: (id)  object
format: (NSString *)  format
uncondition: (BOOL)  flag 

Displays the formatted debug panel with the specified instance variable only if the specified condition flag is set to NO.

Parameters:
object- debugged variable
format- format string
flag- condition flag
+ (void) debugWithID: (id)  object
uncondition: (BOOL)  flag 

Displays the unformatted debug panel with the specified class instance variable if the specified condition flag is set to NO.

Parameters:
object- debugged variable
flag- condition flag
+ (void) debugWithInteger: (SCUInteger integer

Displays the unformatted debug panel with the specified 32-bit unsigned integer variable.

Parameters:
integer- debugged variable
+ (void) debugWithInteger: (SCUInteger integer
condition: (BOOL)  flag 

Displays the unformatted debug panel with the specified unsigned 32-bit integer variable if the specified condition flag is set to YES.

Parameters:
integer- debugged variable
flag- condition flag
+ (void) debugWithInteger: (SCUInteger integer
format: (NSString *)  format 

Displays the formatted debug panel with the specified 32-bit unsigned integer variable.

Parameters:
integer- debugged variable
format- format string
+ (void) debugWithInteger: (SCUInteger integer
format: (NSString *)  format
condition: (BOOL)  flag 

Displays the formatted debug panel with the specified unsigned 32-bit integer variable only if the specified condition flag is set to YES.

Parameters:
integer- debugged variable
format- format string
flag- condition flag
+ (void) debugWithInteger: (SCUInteger integer
format: (NSString *)  format
uncondition: (BOOL)  flag 

Displays the formatted debug panel with the specified unsigned 32-bit integer variable only if the specified condition flag is set to NO.

Parameters:
integer- debugged variable
format- format string
flag- condition flag
+ (void) debugWithInteger: (SCUInteger integer
uncondition: (BOOL)  flag 

Displays the unformatted debug panel with the specified unsigned 32-bit integer variable if the specified condition flag is set to NO.

Parameters:
integer- debugged variable
flag- condition flag
+ (void) debugWithLong: (SCULong longint

Displays the unformatted debug panel with the specified 64-bit unsigned integer variable.

Parameters:
longint- debugged variable
+ (void) debugWithLong: (SCULong longint
condition: (BOOL)  flag 

Displays the unformatted debug panel with the specified unsigned 64-bit integer variable if the specified condition flag is set to YES.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) debugWithLong: (SCULong longint
format: (NSString *)  format 

Displays the formatted debug panel with the specified 64-bit unsigned integer variable.

Parameters:
longint- debugged variable
format- format string
+ (void) debugWithLong: (SCULong longint
format: (NSString *)  format
condition: (BOOL)  flag 

Displays the formatted debug panel with the specified unsigned 64-bit integer variable only if the specified condition flag is set to YES.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) debugWithLong: (SCULong longint
format: (NSString *)  format
uncondition: (BOOL)  flag 

Displays the formatted debug panel with the specified unsigned 64-bit integer variable only if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) debugWithLong: (SCULong longint
uncondition: (BOOL)  flag 

Displays the unformatted debug panel with the specified unsigned 64-bit integer variable if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) debugWithOct: (SCULong longint

Displays the unformatted debug panel with the specified octal integer variable.

Parameters:
longint- debugged variable
+ (void) debugWithOct: (SCULong longint
condition: (BOOL)  flag 

Displays the unformatted debug panel with the specified octal integer variable if the specified condition flag is set to YES.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) debugWithOct: (SCULong longint
format: (NSString *)  format 

Displays the formatted debug panel with the specified octal integer variable.

Parameters:
longint- debugged variable
format- format string
+ (void) debugWithOct: (SCULong longint
format: (NSString *)  format
condition: (BOOL)  flag 

Displays the formatted debug panel with the specified octal integer variable only if the specified condition flag is set to YES.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) debugWithOct: (SCULong longint
format: (NSString *)  format
uncondition: (BOOL)  flag 

Displays the formatted debug panel with the specified octal integer variable only if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) debugWithOct: (SCULong longint
uncondition: (BOOL)  flag 

Displays the unformatted debug panel with the specified octal integer variable if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) debugWithPointer: (void *)  pointer

Displays the unformatted debug panel with the specified pointer variable.

Parameters:
pointer- debugged variable
+ (void) debugWithPointer: (void *)  pointer
condition: (BOOL)  flag 

Displays the unformatted debug panel with the specified pointer variable if the specified condition flag is set to YES.

Parameters:
pointer- debugged variable
flag- condition flag
+ (void) debugWithPointer: (void *)  pointer
format: (NSString *)  format 

Displays the formatted debug panel with the specified pointer variable.

Parameters:
pointer- debugged variable
format- format string
+ (void) debugWithPointer: (void *)  pointer
format: (NSString *)  format
condition: (BOOL)  flag 

Displays the formatted debug panel with the specified pointer variable only if the specified condition flag is set to YES.

Parameters:
pointer- debugged variable
format- format string
flag- condition flag
+ (void) debugWithPointer: (void *)  pointer
format: (NSString *)  format
uncondition: (BOOL)  flag 

Displays the formatted debug panel with the specified pointer variable only if the specified condition flag is set to NO.

Parameters:
pointer- debugged variable
format- format string
flag- condition flag
+ (void) debugWithPointer: (void *)  pointer
uncondition: (BOOL)  flag 

Displays the unformatted debug panel with the specified pointer variable if the specified condition flag is set to NO.

Parameters:
pointer- debugged variable
flag- condition flag
+ (void) debugWithSignedInteger: (SCInteger integer

Displays the unformatted debug panel with the specified 32-bit signed integer variable.

Parameters:
integer- debugged variable
+ (void) debugWithSignedInteger: (SCInteger integer
condition: (BOOL)  flag 

Displays the unformatted debug panel with the specified signed 32-bit integer variable if the specified condition flag is set to YES.

Parameters:
integer- debugged variable
flag- condition flag
+ (void) debugWithSignedInteger: (SCInteger integer
format: (NSString *)  format 

Displays the formatted debug panel with the specified 32-bit signed integer variable.

Parameters:
integer- debugged variable
format- format string
+ (void) debugWithSignedInteger: (SCInteger integer
format: (NSString *)  format
condition: (BOOL)  flag 

Displays the formatted debug panel with the specified signed 32-bit integer variable only if the specified condition flag is set to YES.

Parameters:
integer- debugged variable
format- format string
flag- condition flag
+ (void) debugWithSignedInteger: (SCInteger integer
format: (NSString *)  format
uncondition: (BOOL)  flag 

Displays the formatted debug panel with the specified signed 32-bit integer variable only if the specified condition flag is set to NO.

Parameters:
integer- debugged variable
format- format string
flag- condition flag
+ (void) debugWithSignedInteger: (SCInteger integer
uncondition: (BOOL)  flag 

Displays the unformatted debug panel with the specified signed 32-bit integer variable if the specified condition flag is set to NO.

Parameters:
integer- debugged variable
flag- condition flag
+ (void) debugWithSignedLong: (SCLong longint

Displays the unformatted debug panel with the specified 64-bit signed integer variable.

Parameters:
longint- debugged variable
+ (void) debugWithSignedLong: (SCLong longint
condition: (BOOL)  flag 

Displays the unformatted debug panel with the specified signed 64-bit integer variable if the specified condition flag is set to YES.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) debugWithSignedLong: (SCLong longint
format: (NSString *)  format 

Displays the formatted debug panel with the specified 64-bit signed integer variable.

Parameters:
longint- debugged variable
format- format string
+ (void) debugWithSignedLong: (SCLong longint
format: (NSString *)  format
condition: (BOOL)  flag 

Displays the formatted debug panel with the specified signed 64-bit integer variable only if the specified condition flag is set to YES.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) debugWithSignedLong: (SCLong longint
format: (NSString *)  format
uncondition: (BOOL)  flag 

Displays the formatted debug panel with the specified signed 64-bit integer variable only if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
format- format string
flag- condition flag
+ (void) debugWithSignedLong: (SCLong longint
uncondition: (BOOL)  flag 

Displays the unformatted debug panel with the specified signed 64-bit integer variable if the specified condition flag is set to NO.

Parameters:
longint- debugged variable
flag- condition flag
+ (void) debugWithString: (NSString *)  string

Displays the unformatted debug panel with the specified string variable.

Parameters:
string- debugged variable
+ (void) debugWithString: (NSString *)  string
condition: (BOOL)  flag 

Displays the unformatted debug panel with the specified string variable if the specified condition flag is set to YES.

Parameters:
string- debugged variable
flag- condition flag
+ (void) debugWithString: (NSString *)  string
format: (NSString *)  format 

Displays the formatted debug panel with the specified string variable.

Parameters:
string- debugged variable
format- format string
+ (void) debugWithString: (NSString *)  string
format: (NSString *)  format
condition: (BOOL)  flag 

Displays the formatted debug panel with the specified string variable only if the specified condition flag is set to YES.

Parameters:
string- debugged variable
format- format string
flag- condition flag
+ (void) debugWithString: (NSString *)  string
format: (NSString *)  format
uncondition: (BOOL)  flag 

Displays the formatted debug panel with the specified string variable only if the specified condition flag is set to NO.

Parameters:
string- debugged variable
format- format string
flag- condition flag
+ (void) debugWithString: (NSString *)  string
uncondition: (BOOL)  flag 

Displays the unformatted debug panel with the specified string variable if the specified condition flag is set to NO.

Parameters:
string- debugged variable
flag- condition flag
+ (void) debugWithUnichar: (unichar)  chr

Displays the unformatted debug panel with the specified unichar variable.

Parameters:
chr- debugged variable
+ (void) debugWithUnichar: (unichar)  chr
condition: (BOOL)  flag 

Displays the unformatted debug panel with the specified unichar variable if the specified condition flag is set to YES.

Parameters:
chr- debugged variable
flag- condition flag
+ (void) debugWithUnichar: (unichar)  chr
format: (NSString *)  format 

Displays the formatted debug panel with the specified unichar variable.

Parameters:
chr- debugged variable
format- format string
+ (void) debugWithUnichar: (unichar)  chr
format: (NSString *)  format
condition: (BOOL)  flag 

Displays the formatted debug panel with the specified unichar variable only if the specified condition flag is set to YES.

Parameters:
chr- debugged variable
format- format string
flag- condition flag
+ (void) debugWithUnichar: (unichar)  chr
format: (NSString *)  format
uncondition: (BOOL)  flag 

Displays the formatted debug panel with the specified unichar variable only if the specified condition flag is set to NO.

Parameters:
chr- debugged variable
format- format string
flag- condition flag
+ (void) debugWithUnichar: (unichar)  chr
uncondition: (BOOL)  flag 

Displays the unformatted debug panel with the specified unichar variable if the specified condition flag is set to NO.

Parameters:
chr- debugged variable
flag- condition flag
- (id) initWithError: (NSString *)  error
text: (NSString *)  text 

Initializes the error panel using the specified main and informative text.

Parameters:
error- main error message
text- optional informative text
Returns:
A newly initialized error panel
- (id) initWithError: (NSString *)  error
text: (NSString *)  text
selected: (NSString *)  selected 

Initializes the error panel using the specified main and informative text and selected button title.

Parameters:
error- main error message
text- optional informative text
selected- default button title
Returns:
A newly initialized error panel
- (id) initWithError: (NSString *)  error
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Initializes the error panel using the specified main and informative text and selected and alternate buttons titles.

Parameters:
error- main error message
text- optional informative text
selected- default button title
alternate- optional alternate button title
Returns:
A newly initialized error panel
- (id) initWithError: (NSString *)  error
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Initializes the error panel using the specified main and informative text and selected, alternate and other buttons titles.

Parameters:
error- main error message
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
A newly initialized error panel
- (id) initWithMessage: (NSString *)  message

Initializes the information panel using the specified main text.

Parameters:
message- main information message
Returns:
A newly initialized information panel
- (id) initWithMessage: (NSString *)  message
selected: (NSString *)  selected 

Initializes the information panel using the specified main text and selected button title.

Parameters:
message- main information message
selected- default button title
Returns:
A newly initialized information panel
- (id) initWithMessage: (NSString *)  message
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Initializes the information panel using the specified main text and selected and alternate buttons titles.

Parameters:
message- main information message
selected- default button title
alternate- optional alternate button title
Returns:
A newly initialized information panel
- (id) initWithMessage: (NSString *)  message
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Initializes the information panel using the specified main text and selected, alternate and other buttons titles.

Parameters:
message- main information message
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
A newly initialized information panel
- (id) initWithMessage: (NSString *)  message
text: (NSString *)  text 

Initializes the information panel using the specified main and informative text.

Parameters:
message- main information message
text- optional informative text
Returns:
A newly initialized information panel
- (id) initWithMessage: (NSString *)  message
text: (NSString *)  text
selected: (NSString *)  selected 

Initializes the information panel using the specified main and informative text and selected button title.

Parameters:
message- main information message
text- optional informative text
selected- default button title
Returns:
A newly initialized information panel
- (id) initWithMessage: (NSString *)  message
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Initializes the information panel using the specified main and informative text and selected and alternate buttons titles.

Parameters:
message- main information message
text- optional informative text
selected- default button title
alternate- optional alternate button title
Returns:
A newly initialized information panel
- (id) initWithMessage: (NSString *)  message
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Initializes the information panel using the specified main and informative text and selected, alternate and other buttons titles.

Parameters:
message- main information message
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
A newly initialized information panel
- (id) initWithStyle: (NSAlertStyle)  style
message: (NSString *)  message
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Initializes the alert panel using the specified style, main and informative text, and selected, alternate and other buttons titles.

Parameters:
style- alert style for the alert
message- main text
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
A newly initialized alert panel
- (id) initWithWarning: (NSString *)  warning
text: (NSString *)  text 

Initializes the warning panel using the specified main and informative text.

Parameters:
warning- main warning message
text- optional informative text
Returns:
A newly initialized warning panel
- (id) initWithWarning: (NSString *)  warning
text: (NSString *)  text
selected: (NSString *)  selected 

Initializes the warning panel using the specified main and informative text and selected button title.

Parameters:
warning- main warning message
text- optional informative text
selected- default button title
Returns:
A newly initialized warning panel
- (id) initWithWarning: (NSString *)  warning
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Initializes the warning panel using the specified main and informative text and selected and alternate buttons titles.

Parameters:
warning- main warning message
text- optional informative text
selected- default button title
alternate- optional alternate button title
Returns:
A newly initialized warning panel
- (id) initWithWarning: (NSString *)  warning
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Initializes the warning panel using the specified main and informative text and selected, alternate and other buttons titles.

Parameters:
warning- main warning message
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
A newly initialized warning panel
+ (SCUInteger) runWithError: (NSString *)  error
text: (NSString *)  text 

Returns a pressed button index after showing the error panel created by using the specified main and informative text.

Parameters:
error- main error text
text- optional informative text
Returns:
A pressed button index
+ (SCUInteger) runWithError: (NSString *)  error
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Returns a pressed button index after showing the error panel created by using the specified main and informative text and selected and alternate buttons titles.

Parameters:
error- main error text
text- optional informative text
selected- default button title
alternate- optional alternate button title
Returns:
A pressed button index
+ (SCUInteger) runWithError: (NSString *)  error
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Returns a pressed button index after showing the error panel created by using the specified main and informative text and selected, alternate and other buttons titles.

Parameters:
error- main error text
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
A pressed button index
+ (SCUInteger) runWithMessage: (NSString *)  message

Returns a pressed button index after showing the information panel created by using the specified main text.

Parameters:
message- main information text
Returns:
A pressed button index
+ (SCUInteger) runWithMessage: (NSString *)  message
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Returns a pressed button index after showing the information panel created by using the specified main text and selected and alternate buttons titles.

Parameters:
message- main information text
selected- default button title
alternate- optional alternate button title
Returns:
A pressed button index
+ (SCUInteger) runWithMessage: (NSString *)  message
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Returns a pressed button index after showing the information panel created by using the specified main text and selected, alternate and other buttons titles.

Parameters:
message- main information text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
A pressed button index
+ (SCUInteger) runWithMessage: (NSString *)  message
text: (NSString *)  text 

Returns a pressed button index after showing the information panel created by using the specified main and informative text.

Parameters:
message- main information text
text- optional informative text
Returns:
A pressed button index
+ (SCUInteger) runWithMessage: (NSString *)  message
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Returns a pressed button index after showing the information panel created by using the specified main and informative text and selected and alternate buttons titles.

Parameters:
message- main information text
text- optional informative text
selected- default button title
alternate- optional alternate button title
Returns:
A pressed button index
+ (SCUInteger) runWithMessage: (NSString *)  message
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Returns a pressed button index after showing the information panel created by using the specified main and informative text and selected, alternate and other buttons titles.

Parameters:
message- main information text
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
A pressed button index
+ (SCUInteger) runWithStyle: (NSAlertStyle)  style
message: (NSString *)  message
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Returns a pressed button index after showing the alert panel created by using the specified style, main and informative text and selected, alternate and other buttons titles.

Parameters:
style- alert style for the alert
message- main text
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
A pressed button index
+ (SCUInteger) runWithWarning: (NSString *)  warning
text: (NSString *)  text 

Returns a pressed button index after showing the warning panel created by using the specified main and informative text.

Parameters:
warning- main warning text
text- optional informative text
Returns:
A pressed button index
+ (SCUInteger) runWithWarning: (NSString *)  warning
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Returns a pressed button index after showing the warning panel created by using the specified main and informative text and selected and alternate buttons titles.

Parameters:
warning- main warning text
text- optional informative text
selected- default button title
alternate- optional alternate button title
Returns:
A pressed button index
+ (SCUInteger) runWithWarning: (NSString *)  warning
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Returns a pressed button index after showing the warning panel created by using the specified main and informative text and selected, alternate and other buttons titles.

Parameters:
warning- main warning text
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
Returns:
A pressed button index
+ (void) showWithError: (NSString *)  error
text: (NSString *)  text 

Displays the error panel created by using the specified main and informative text.

Parameters:
error- main error text
text- optional informative text
+ (void) showWithError: (NSString *)  error
text: (NSString *)  text
selected: (NSString *)  selected 

Displays the error panel created by using the specified main and informative text and selected button title.

Parameters:
error- main error text
text- optional informative text
selected- default button title
+ (void) showWithError: (NSString *)  error
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Displays the error panel created by using the specified main and informative text and selected and alternate buttons titles.

Parameters:
error- main error text
text- optional informative text
selected- default button title
alternate- optional alternate button title
+ (void) showWithError: (NSString *)  error
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Displays the error panel created by using the specified main and informative text and selected, alternate and other buttons titles.

Parameters:
error- main error text
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
+ (void) showWithMessage: (NSString *)  message

Displays the information panel created by using the specified main text.

Parameters:
message- main information text
+ (void) showWithMessage: (NSString *)  message
selected: (NSString *)  selected 

Displays the information panel created by using the specified main text and selected button title.

Parameters:
message- main information text
selected- default button title
+ (void) showWithMessage: (NSString *)  message
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Displays the information panel created by using the specified main text and selected and alternate buttons titles.

Parameters:
message- main information text
selected- default button title
alternate- optional alternate button title
+ (void) showWithMessage: (NSString *)  message
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Displays the information panel created by using the specified main text and selected, alternate and other buttons titles.

Parameters:
message- main information text
selected- default button title
alternate- optional alternate button title
other- optional other button title
+ (void) showWithMessage: (NSString *)  message
text: (NSString *)  text 

Displays the information panel created by using the specified main and informative text.

Parameters:
message- main information text
text- optional informative text
+ (void) showWithMessage: (NSString *)  message
text: (NSString *)  text
selected: (NSString *)  selected 

Displays the information panel created by using the specified main and informative text and selected button title.

Parameters:
message- main information text
text- optional informative text
selected- default button title
+ (void) showWithMessage: (NSString *)  message
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Displays the information panel created by using the specified main and informative text and selected and alternate buttons titles.

Parameters:
message- main information text
text- optional informative text
selected- default button title
alternate- optional alternate button title
+ (void) showWithMessage: (NSString *)  message
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Displays the information panel created by using the specified main and informative text and selected, alternate and other buttons titles.

Parameters:
message- main information text
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
+ (void) showWithStyle: (NSAlertStyle)  style
message: (NSString *)  message
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Displays the alert panel created by using the specified style, main and informative text and selected, alternate and other buttons titles.

Parameters:
style- alert style for the alert
message- main text
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title
+ (void) showWithWarning: (NSString *)  warning
text: (NSString *)  text 

Displays the warning panel created by using the specified main and informative text.

Parameters:
warning- main warning text
text- optional informative text
+ (void) showWithWarning: (NSString *)  warning
text: (NSString *)  text
selected: (NSString *)  selected 

Displays the warning panel created by using the specified main and informative text and selected button title.

Parameters:
warning- main warning text
text- optional informative text
selected- default button title
+ (void) showWithWarning: (NSString *)  warning
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate 

Displays the warning panel created by using the specified main and informative text and selected and alternate buttons titles.

Parameters:
warning- main warning text
text- optional informative text
selected- default button title
alternate- optional alternate button title
+ (void) showWithWarning: (NSString *)  warning
text: (NSString *)  text
selected: (NSString *)  selected
alternate: (NSString *)  alternate
other: (NSString *)  other 

Displays the warning panel created by using the specified main and informative text and selected, alternate and other buttons titles.

Parameters:
warning- main warning text
text- optional informative text
selected- default button title
alternate- optional alternate button title
other- optional other button title

The documentation for this category was generated from the following files:
 All Classes Files Functions Typedefs Enumerations Enumerator Defines