Samond Classes Library 1.1.6-RELEASE build 132

SCConstants.h

Go to the documentation of this file.
00001 //
00002 //  SCConstants.h
00003 //  scl
00004 //
00005 //  Created by Viacheslav Smolensky on 20.10.10.
00006 //  Copyright (c) 2007 - 2014 by Samond Development Corporation. All rights reserved.
00007 //
00008 
00016 #pragma mark -
00017 #pragma mark Buttons titles constants
00018 
00019 #define SC_BTN_OK                  @"OK"                ///< "OK" button title constant
00020 #define SC_BTN_CANCEL              @"Cancel"    ///< "Cancel" button title constant
00021 #define SC_BTN_CLOSE               @"Close"             ///< "Close" button title constant
00022 #define SC_BTN_CONFIRM             @"Confirm"   ///< "Confirm" button title constant
00023 #define SC_BTN_YES                 @"Yes"               ///< "Yes" button title constant
00024 #define SC_BTN_NO                  @"No"                ///< "No" button title constant
00025 
00026 #pragma mark -
00027 #pragma mark Text message constants
00028 
00029 #define SC_MSG_ERROR_INFORMATION   @"Error information"         ///< Error panel title constant
00030 #define SC_MSG_WARNING_INFORMATION @"Warning information"       ///< Warning panel title constant
00031 #define SC_MSG_DEBUG_INFORMATION   @"Debug information"         ///< Debug panel title constant
00032 #define SC_MSG_INFORMATION         @"Information"                       ///< Information panel title constant
00033 
00034 #pragma mark -
00035 #pragma mark Code defines
00036 
00040 #define __abstract__( name) { @throw [SCAbstractMethodException exceptionWithMethodName:name]; }
 All Classes Files Functions Typedefs Enumerations Enumerator Defines