|
Samond Classes Library 1.1.6-RELEASE build 132
|
Additional functionality for class NSAlert. More...
#import <SCAlert.h>
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:
| + (NSAlert *) alertWithError: | (NSString *) | error | |
| text: | (NSString *) | text | |
Returns an error panel created by using the specified main and informative text.
| error | - main error text |
| text | - optional informative text |
| + (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.
| error | - main error text |
| text | - optional informative text |
| selected | - default button title |
| + (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.
| error | - main error text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| + (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.
| error | - main error text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| other | - optional other button title |
| + (NSAlert *) alertWithMessage: | (NSString *) | message |
Returns an information panel created by using the specified main text.
| message | - main information text |
| + (NSAlert *) alertWithMessage: | (NSString *) | message | |
| selected: | (NSString *) | selected | |
Returns an information panel created by using the specified main text and selected button title.
| message | - main information text |
| selected | - default button title |
| + (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.
| message | - main information text |
| selected | - default button title |
| alternate | - optional alternate button title |
| + (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.
| message | - main information text |
| selected | - default button title |
| alternate | - optional alternate button title |
| other | - optional other button title |
| + (NSAlert *) alertWithMessage: | (NSString *) | message | |
| text: | (NSString *) | text | |
Returns an information panel created by using the specified main and informative text.
| message | - main information text |
| text | - optional informative text |
| + (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.
| message | - main information text |
| text | - optional informative text |
| selected | - default button title |
| + (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.
| message | - main information text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| + (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.
| message | - main information text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| other | - optional other button title |
| + (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.
| 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 |
| + (NSAlert *) alertWithWarning: | (NSString *) | warning | |
| text: | (NSString *) | text | |
Returns a warning panel created by using the specified main and informative text.
| warning | - main warning text |
| text | - optional informative text |
| + (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.
| warning | - main warning text |
| text | - optional informative text |
| selected | - default button title |
| + (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.
| warning | - main warning text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| + (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.
| warning | - main warning text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| other | - optional other button title |
| - (NSString *) className |
Returns the receiver's 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.
| message | - main information text |
| + (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.
| message | - main information text |
| text | - optional informative text |
| + (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".
| message | - main information text |
| + (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".
| message | - main information text |
| text | - optional informative text |
| + (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.
| message | - main information text |
| + (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".
| message | - main information text |
| text | - optional informative text |
| + (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.
| error | - main error text |
| text | - optional informative text |
| + (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.
| error | - main error text |
| text | - optional informative text |
| confirm | - confirmation button index |
| + (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.
| error | - main error text |
| text | - optional informative text |
| confirm | - confirmation button index |
| selected | - default button title |
| alternate | - optional alternate button title |
| + (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.
| 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 |
| + (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.
| error | - main error text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| + (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.
| error | - main error text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| other | - optional other button title |
| + (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.
| message | - main information text |
| + (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.
| message | - main information text |
| confirm | - confirmation button index |
| + (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.
| message | - main information text |
| confirm | - confirmation button index |
| selected | - default button title |
| alternate | - optional alternate button title |
| + (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.
| message | - main information text |
| confirm | - confirmation button index |
| selected | - default button title |
| alternate | - optional alternate button title |
| other | - optional other button title |
| + (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.
| message | - main information text |
| selected | - default button title |
| alternate | - optional alternate button title |
| + (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.
| message | - main information text |
| selected | - default button title |
| alternate | - optional alternate button title |
| other | - optional other button title |
| + (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.
| message | - main information text |
| text | - optional informative text |
| + (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.
| message | - main information text |
| text | - optional informative text |
| confirm | - confirmation button index |
| + (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.
| message | - main information text |
| text | - optional informative text |
| confirm | - confirmation button index |
| selected | - default button title |
| alternate | - optional alternate button title |
| + (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.
| 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 |
| + (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.
| message | - main information text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| + (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.
| message | - main information text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| other | - optional other button title |
| + (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.
| 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 |
| + (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.
| 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 |
| + (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.
| warning | - main warning text |
| text | - optional informative text |
| + (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.
| warning | - main warning text |
| text | - optional informative text |
| confirm | - confirmation button index |
| + (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.
| warning | - main warning text |
| text | - optional informative text |
| confirm | - confirmation button index |
| selected | - default button title |
| alternate | - optional alternate button title |
| + (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.
| 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 |
| + (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.
| warning | - main warning text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| + (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.
| warning | - main warning text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| other | - optional other button title |
| + (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".
| message | - main information text |
| + (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".
| message | - main information text |
| text | - optional informative text |
| + (void) debug: | (id) | object |
Displays the unformatted debug panel with the specified class instance variable.
| 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.
| object | - debugged variable |
| flag | - condition flag |
| + (void) debug: | (id) | object | |
| format: | (NSString *) | format | |
Displays the formatted debug panel with the specified class instance variable.
| 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.
| 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.
| 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.
| object | - debugged variable |
| flag | - condition flag |
Displays the unformatted debug panel with one of two debug information about the binary integer variables depending on the specified condition flag value.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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 |
Displays the unformatted debug panel with one of two debug information about the decimal integer variables depending on the specified condition flag value.
| 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.
| 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 |
Displays the unformatted debug panel with one of two debug information about the double variables depending on the specified condition flag value.
| 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.
| 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 |
Displays the unformatted debug panel with one of two debug information about the hexadecimal integer variables depending on the specified condition flag value.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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 |
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.
| 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.
| 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 |
Displays the unformatted debug panel with one of two debug information about the octal integer variables depending on the specified condition flag value.
| 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.
| 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.
| 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.
| 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 |
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.
| 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.
| 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 |
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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithBin: | (SCULong) | longint | |
| format: | (NSString *) | format | |
Displays the formatted debug panel with the specified binary integer variable.
| 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.
| 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.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithBoolean: | (BOOL) | boolean |
Displays the unformatted debug panel with the specified boolean variable.
| 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.
| boolean | - debugged variable |
| flag | - condition flag |
| + (void) debugWithBoolean: | (BOOL) | boolean | |
| format: | (NSString *) | format | |
Displays the formatted debug panel with the specified booelean variable.
| 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.
| 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.
| 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.
| boolean | - debugged variable |
| flag | - condition flag |
| + (void) debugWithChar: | (char *) | string |
Displays the unformatted debug panel with the specified char string variable.
| 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.
| string | - debugged variable |
| flag | - condition flag |
| + (void) debugWithChar: | (char *) | string | |
| format: | (NSString *) | format | |
Displays the formatted debug panel with the specified unichar variable.
| string | - debugged variable |
| format | - format string |
Displays the formatted debug panel with the specified char string variable.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithDec: | (SCULong) | longint | |
| format: | (NSString *) | format | |
Displays the formatted debug panel with the specified decimal integer variable.
| 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.
| 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.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithDouble: | (SCDouble) | dbl |
Displays the unformatted debug panel with the specified double variable.
| 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.
| flt | - debugged variable |
| flag | - condition flag |
| + (void) debugWithDouble: | (SCDouble) | dbl | |
| format: | (NSString *) | format | |
Displays the formatted debug panel with the specified double variable.
| 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.
| 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.
| 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.
| flt | - debugged variable |
| flag | - condition flag |
| + (void) debugWithHex: | (SCULong) | longint |
Displays the unformatted debug panel with the specified hexadecimal integer variable.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithHex: | (SCULong) | longint | |
| format: | (NSString *) | format | |
Displays the formatted debug panel with the specified hexadecimal integer variable.
| 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.
| 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.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithID: | (id) | object |
Displays the unformatted debug panel with the specified class instance variable.
| 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.
| object | - debugged variable |
| flag | - condition flag |
| + (void) debugWithID: | (id) | object | |
| format: | (NSString *) | format | |
Displays the formatted debug panel with the specified class instance variable.
| 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.
| 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.
| 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.
| object | - debugged variable |
| flag | - condition flag |
| + (void) debugWithInteger: | (SCUInteger) | integer |
Displays the unformatted debug panel with the specified 32-bit unsigned integer variable.
| 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.
| 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.
| 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.
| 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.
| 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.
| integer | - debugged variable |
| flag | - condition flag |
| + (void) debugWithLong: | (SCULong) | longint |
Displays the unformatted debug panel with the specified 64-bit unsigned integer variable.
| 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.
| 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.
| 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.
| 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.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithOct: | (SCULong) | longint |
Displays the unformatted debug panel with the specified octal integer variable.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithOct: | (SCULong) | longint | |
| format: | (NSString *) | format | |
Displays the formatted debug panel with the specified octal integer variable.
| 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.
| 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.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithPointer: | (void *) | pointer |
Displays the unformatted debug panel with the specified pointer variable.
| 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.
| pointer | - debugged variable |
| flag | - condition flag |
| + (void) debugWithPointer: | (void *) | pointer | |
| format: | (NSString *) | format | |
Displays the formatted debug panel with the specified pointer variable.
| 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.
| 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.
| 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.
| pointer | - debugged variable |
| flag | - condition flag |
| + (void) debugWithSignedInteger: | (SCInteger) | integer |
Displays the unformatted debug panel with the specified 32-bit signed integer variable.
| 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.
| 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.
| 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.
| 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.
| 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.
| integer | - debugged variable |
| flag | - condition flag |
| + (void) debugWithSignedLong: | (SCLong) | longint |
Displays the unformatted debug panel with the specified 64-bit signed integer variable.
| 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.
| 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.
| 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.
| 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.
| 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.
| longint | - debugged variable |
| flag | - condition flag |
| + (void) debugWithString: | (NSString *) | string |
Displays the unformatted debug panel with the specified string variable.
| 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.
| string | - debugged variable |
| flag | - condition flag |
| + (void) debugWithString: | (NSString *) | string | |
| format: | (NSString *) | format | |
Displays the formatted debug panel with the specified string variable.
| 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.
| 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.
| 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.
| string | - debugged variable |
| flag | - condition flag |
| + (void) debugWithUnichar: | (unichar) | chr |
Displays the unformatted debug panel with the specified unichar variable.
| 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.
| chr | - debugged variable |
| flag | - condition flag |
| + (void) debugWithUnichar: | (unichar) | chr | |
| format: | (NSString *) | format | |
Displays the formatted debug panel with the specified unichar variable.
| 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.
| 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.
| 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.
| chr | - debugged variable |
| flag | - condition flag |
| - (id) initWithError: | (NSString *) | error | |
| text: | (NSString *) | text | |
Initializes the error panel using the specified main and informative text.
| error | - main error message |
| text | - optional informative text |
| - (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.
| error | - main error message |
| text | - optional informative text |
| selected | - default button title |
| - (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.
| error | - main error message |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| - (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.
| error | - main error message |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| other | - optional other button title |
| - (id) initWithMessage: | (NSString *) | message |
Initializes the information panel using the specified main text.
| message | - main information message |
| - (id) initWithMessage: | (NSString *) | message | |
| selected: | (NSString *) | selected | |
Initializes the information panel using the specified main text and selected button title.
| message | - main information message |
| selected | - default button title |
| - (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.
| message | - main information message |
| selected | - default button title |
| alternate | - optional alternate button title |
| - (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.
| message | - main information message |
| selected | - default button title |
| alternate | - optional alternate button title |
| other | - optional other button title |
| - (id) initWithMessage: | (NSString *) | message | |
| text: | (NSString *) | text | |
Initializes the information panel using the specified main and informative text.
| message | - main information message |
| text | - optional informative text |
| - (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.
| message | - main information message |
| text | - optional informative text |
| selected | - default button title |
| - (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.
| message | - main information message |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| - (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.
| message | - main information message |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| other | - optional other button title |
| - (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.
| 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 |
| - (id) initWithWarning: | (NSString *) | warning | |
| text: | (NSString *) | text | |
Initializes the warning panel using the specified main and informative text.
| warning | - main warning message |
| text | - optional informative text |
| - (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.
| warning | - main warning message |
| text | - optional informative text |
| selected | - default button title |
| - (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.
| warning | - main warning message |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| - (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.
| warning | - main warning message |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| other | - optional other button title |
| + (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.
| error | - main error text |
| text | - optional informative text |
| + (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.
| error | - main error text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| + (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.
| error | - main error text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| other | - optional other button title |
| + (SCUInteger) runWithMessage: | (NSString *) | message |
Returns a pressed button index after showing the information panel created by using the specified main text.
| message | - main information text |
| + (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.
| message | - main information text |
| selected | - default button title |
| alternate | - optional alternate button title |
| + (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.
| message | - main information text |
| selected | - default button title |
| alternate | - optional alternate button title |
| other | - optional other button title |
| + (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.
| message | - main information text |
| text | - optional informative text |
| + (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.
| message | - main information text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| + (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.
| message | - main information text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| other | - optional other button title |
| + (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.
| 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 |
| + (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.
| warning | - main warning text |
| text | - optional informative text |
| + (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.
| warning | - main warning text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| + (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.
| warning | - main warning text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| other | - optional other button title |
| + (void) showWithError: | (NSString *) | error | |
| text: | (NSString *) | text | |
Displays the error panel created by using the specified main and informative text.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| 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.
| warning | - main warning text |
| text | - optional informative text |
| selected | - default button title |
| alternate | - optional alternate button title |
| other | - optional other button title |
1.7.3