Igor Delovski Board Forum Index Igor Delovski Board
My Own Personal Slashdot!
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Index of Basic Function Calls

 
Post new topic   Reply to topic    Igor Delovski Board Forum Index -> Mac Carbon
Mac Carbon  
Author Message
Ike
Kapetan


Joined: 17 Jun 2006
Posts: 3026
Location: Europe

PostPosted: Fri Apr 20, 2007 4:38 pm    Post subject: Index of Basic Function Calls Reply with quote

#include <PMCore.h>
#include <PMApplication.h>
#include <PMDefinitions.h>

RunApplicationEventLoop() - Carbon Printing Manager Reference

Code:
void RunApplicationEventLoop (void);

"Note that calling RunApplicationEventLoop also installs the standard
application handler, which provides standard handler responses for menu
and application events."



GetEventParameter() - Carbon Printing Manager Reference

Code:
OSStatus GetEventParameter (
 EventRef        inEvent,
 EventParamName  inName,
 EventParamType  inDesiredType,
 EventParamType *outActualType,
 UInt32          inBufferSize,
 UInt32         *outActualSize,
 void           *outData
);

"Obtains a parameter from the specified event. Events often contain
additional useful pieces of data, such as the location of a mouse-down
event or the window in which an event occurred."


GetEventKind() - Carbon Printing Manager Reference

Code:
UInt32 GetEventKind (EventRef inEvent);

"Returns the event kind for the event. Event kind values overlap in different
event classes. For example, kEventMouseDown and kEventAppActivated
both have the same value (1). The combination of class and kind determines
a unique event signature."


GetEventClass() - Carbon Printing Manager Reference

Code:
UInt32 GetEventClass (EventRef inEvent);

"Returns the class ID of an event (for example, window, mouse, or keyboard)."
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Igor Delovski Board Forum Index -> Mac Carbon All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Delovski.hr
Powered by php-B.B. © 2001, 2005 php-B.B. Group