X-Git-Url: http://git.ithinksw.org/ITKit.git/blobdiff_plain/d9649564199a7220e70716aa0999c6fddb0efadc..3055b035aa851467097d35d886890f272dc90ee7:/ITKeyCombo.h diff --git a/ITKeyCombo.h b/ITKeyCombo.h index e6d1be0..d5c3d77 100755 --- a/ITKeyCombo.h +++ b/ITKeyCombo.h @@ -1,9 +1,16 @@ -// -// ITKeyCombo.h -// -// Created by Quentin Carnicelli on Sat Aug 02 2003. -// Copyright (c) 2003 iThink Software. All rights reserved. -// +/* + * ITKit + * ITKeyCombo + * + * Original Author : Quentin Carnicelli <...> + * Responsibility : Kent Sutherland + * Responsibility : Matthew Judy + * + * Copyright (c) 2002 - 2003 iThink Software. + * All Rights Reserved + * + */ + #import @@ -16,6 +23,7 @@ + (id)clearKeyCombo; + (id)keyComboWithKeyCode: (int)keyCode modifiers: (int)modifiers; ++ (id)keyComboWithPlistRepresentation: (id)plist; - (id)initWithKeyCode: (int)keyCode modifiers: (int)modifiers; - (id)initWithPlistRepresentation: (id)plist; @@ -29,8 +37,10 @@ - (BOOL)isClearCombo; - (BOOL)isValidHotKeyCombo; + @end + @interface ITKeyCombo (UserDisplayAdditions) - (NSString*)description;