Samond Classes Library 1.1.6-RELEASE build 132

SCConstants.h File Reference

Library constants header file. More...

Go to the source code of this file.

Defines

Buttons titles constants
#define SC_BTN_OK   @"OK"
 "OK" button title constant
#define SC_BTN_CANCEL   @"Cancel"
 "Cancel" button title constant
#define SC_BTN_CLOSE   @"Close"
 "Close" button title constant
#define SC_BTN_CONFIRM   @"Confirm"
 "Confirm" button title constant
#define SC_BTN_YES   @"Yes"
 "Yes" button title constant
#define SC_BTN_NO   @"No"
 "No" button title constant
Text message constans
#define SC_MSG_ERROR_INFORMATION   @"Error information"
 Error panel title constant.
#define SC_MSG_WARNING_INFORMATION   @"Warning information"
 Warning panel title constant.
#define SC_MSG_DEBUG_INFORMATION   @"Debug information"
 Debug panel title constant.
#define SC_MSG_INFORMATION   @"Information"
 Information panel title constant.
Code defines
#define __abstract__(name)   { @throw [SCAbstractMethodException exceptionWithMethodName:name]; }

Detailed Description

Library constants header file.

Contains library constants, which using in all other library components.
This file was introduced in version 1.1.0.


Define Documentation

#define __abstract__ (   name)    { @throw [SCAbstractMethodException exceptionWithMethodName:name]; }

Abstract method keyword define

 All Classes Files Functions Typedefs Enumerations Enumerator Defines