Lines Matching refs:BApplication

343  * rather than the BApplication, so that thousands of files could be
600 /* The BApplication starts processing messages before ReadyToRun finishes,
609 which would happen if the BApplication sent a scripting message to itself. */
1071 * Due to deadlock problems with the BApplication posting scripting messages to
1074 * series of scripting commands sent to the main BApplication. It also prints
1234 /* These are cached copies of the similar values in the BApplication. They
1236 from the BApplication then the polling loop will try to redraw the display.
1282 * at the BApplication data for examining simple things and when redrawing the
1305 * ABSApp is the BApplication class for this program. This handles messages
1314 class ABSApp : public BApplication
1380 BApplication or using scripting commands if they want to make changes. */
1458 collection. You should lock the BApplication if you are using the word
2416 : BApplication (g_ABSAppSignature),
2431 function, before this BApplication starts running. So we don't bother
2847 BApplication. The intermediary is needed since we can't recursively execute
3307 return BApplication::GetSupportedSuites (MessagePntr);
4042 messages for the BApplication). */
4075 BApplication::MessageReceived (MessagePntr);
4721 return BApplication::QuitRequested ();
5112 BApplication. The intermediary is needed since we can't recursively execute
5148 return BApplication::ResolveSpecifier (
5605 whatever they're doing, particularly if it's the BApplication. */
5681 messages (possibly thousands) and sent them to the BApplication synchronously
6054 /* Tell the BApplication to do the work, and wait for it to finish. The
6055 BApplication will display any error messages for us. */
6904 lock the BApplication (so it isn't changing things while we're looking) and
6950 /* Check various read only values, which can be read from the BApplication
7060 /* Done. Let the BApplication continue processing messages. */
7328 requires looking at the database in the BApplication, which may or may not be
7547 /* Done. Let the BApplication continue processing messages. */
7763 /* This function periodically polls the BApplication to see if anything has
7773 /* Probe the BApplication to see if it has changed. */