123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095 |
- // $XConsortium: patternProps.bil /main/2 1996/11/11 11:58:23 drk $
- :bil-version 1 0
- :module patternProps
- (
- :element patternProps
- (
- :type :dialog
- :x 154
- :y 188
- :width 585
- :height 327
- :bg-color "white"
- :label "Tt_pattern"
- :resizable :true
- :visible :false
- :children (
- patternPane
- patternActionPane
- patternProps_footer
- )
- )
- :element patternPane
- (
- :type :container
- :container-type :relative
- :x 0
- :y 0
- :width 581
- :height 323
- :visible :true
- :border-frame :shadow-in
- :north-attachment (:point 0 0)
- :south-attachment (:obj patternProps 0)
- :east-attachment (:obj patternProps 0)
- :west-attachment (:point 0 0)
- :children (
- scopeButton
- patternFileButton
- patternSessionButton
- patternCallbackAddButton
- patternAddressButton
- patternStateButton
- patternClassButton
- patternOpAddButton
- separator
- patternDispositionAddButton
- patternAttributeAddButton
- patternArgAddButton
- patternText
- categoryChoice
- )
- )
- :element scopeButton
- (
- :type :button
- :button-type :menu-button
- :x 290
- :y 14
- :label-type :string
- :label-alignment :center
- :label "Add Scope"
- :menu scopeButton_menu
- :active :true
- :visible :true
- :north-attachment (:point 0 10)
- :west-attachment (:grid-line 52 0)
- :help-text "tt_pattern_scope_add(3)\n"
- )
- :element patternFileButton
- (
- :type :button
- :button-type :push-button
- :x 255
- :y 52
- :label-type :string
- :label-alignment :center
- :label "Add File..."
- :active :true
- :visible :true
- :north-attachment (:obj scopeButton 13)
- :west-attachment (:grid-line 45 0)
- :help-text "tt_pattern_file_add(3)\n"
- )
- :element patternSessionButton
- (
- :type :button
- :button-type :push-button
- :x 338
- :y 52
- :label-type :string
- :label-alignment :center
- :label "Add Session..."
- :active :true
- :visible :true
- :north-attachment (:obj scopeButton 13)
- :west-attachment (:grid-line 60 0)
- :help-text "tt_pattern_session_add(3)\n"
- )
- :element patternCallbackAddButton
- (
- :type :button
- :button-type :push-button
- :x 28
- :y 113
- :label-type :string
- :label-alignment :center
- :label "Add Callback..."
- :active :true
- :visible :true
- :north-attachment (:obj separator 15)
- :west-attachment (:center-grid-line 14 0)
- :help-text "tt_pattern_callback_add(3)\n"
- )
- :element patternAddressButton
- (
- :type :button
- :button-type :menu-button
- :x 150
- :y 111
- :label-type :string
- :label-alignment :center
- :label "Add Address"
- :menu patternAddressButton_menu
- :active :true
- :visible :true
- :north-attachment (:obj separator 13)
- :west-attachment (:center-grid-line 38 0)
- :help-text "tt_pattern_address_add(3)\n"
- )
- :element patternStateButton
- (
- :type :button
- :button-type :menu-button
- :x 123
- :y 50
- :label-type :string
- :label-alignment :center
- :label "Add State"
- :menu patternStateButton_menu
- :active :true
- :visible :true
- :north-attachment (:obj categoryChoice 10)
- :west-attachment (:obj patternClassButton 5)
- :help-text "tt_pattern_state_add(3)\n"
- )
- :element patternClassButton
- (
- :type :button
- :button-type :menu-button
- :x 10
- :y 50
- :label-type :string
- :label-alignment :center
- :label "Add Class"
- :menu patternClassButton_menu
- :active :true
- :visible :true
- :north-attachment (:obj categoryChoice 10)
- :west-attachment (:point 0 10)
- :help-text "tt_pattern_class_add(3)\n"
- )
- :element patternOpAddButton
- (
- :type :button
- :button-type :push-button
- :x 464
- :y 16
- :label-type :string
- :label-alignment :center
- :label "Add Op..."
- :active :true
- :visible :true
- :north-attachment (:point 0 15)
- :east-attachment (:point 0 20)
- :help-text "tt_pattern_op_add(3)\n"
- )
- :element separator
- (
- :type :separator
- :line-style :etched-in
- :orientation :horizontal
- :x 11
- :y 91
- :width 561
- :height 4
- :visible :true
- :north-attachment (:obj patternStateButton 10)
- :east-attachment (:point 0 10)
- :west-attachment (:point 0 10)
- )
- :element patternDispositionAddButton
- (
- :type :button
- :button-type :menu-button
- :x 284
- :y 111
- :label-type :string
- :label-alignment :center
- :label "Add Disposition"
- :menu patternDispositionAddButton_menu
- :active :true
- :visible :true
- :north-attachment (:obj separator 13)
- :west-attachment (:center-grid-line 64 0)
- :help-text "tt_pattern_disposition_add(3)\n"
- )
- :element patternAttributeAddButton
- (
- :type :button
- :button-type :menu-button
- :x 442
- :y 111
- :label-type :string
- :label-alignment :center
- :label "Add"
- :menu patternAttributeAddButton_menu
- :active :true
- :visible :true
- :north-attachment (:obj separator 13)
- :west-attachment (:center-grid-line 85 0)
- :help-text "tt_pattern_context_add(3)\ntt_pattern_otype_add(3)\ntt_pattern_object_add(3)\ntt_pattern_sender_ptype_add(3)\ntt_pattern_sender_add(3)\n"
- )
- :element patternArgAddButton
- (
- :type :button
- :button-type :push-button
- :x 457
- :y 52
- :label-type :string
- :label-alignment :center
- :label "Add Arg..."
- :active :true
- :visible :true
- :north-attachment (:obj scopeButton 12)
- :east-attachment (:point 0 20)
- :help-text "tt_pattern_arg_add(3)\ntt_pattern_barg_add(3)\ntt_pattern_iarg_add(3)\ntt_pattern_xarg_add(3)\n"
- )
- :element patternText
- (
- :type :text-pane
- :text-type :alphanumeric
- :x 0
- :y 153
- :border-frame :none
- :num-rows 24
- :num-columns 74
- :hscrollbar :never
- :vscrollbar :always
- :word-wrap :true
- :read-only :false
- :active :true
- :visible :true
- :north-attachment (:obj patternCallbackAddButton 15)
- :south-attachment (:obj patternPane 0)
- :east-attachment (:obj patternPane 0)
- :west-attachment (:point 0 0)
- :help-text "tt_pattern_print(3)\n"
- )
- :element categoryChoice
- (
- :type :choice
- :choice-type :option-menu
- :x 11
- :y 10
- :label-type :string
- :label "Category:"
- :label-position :west
- :num-columns 1
- :orientation :vertical
- :selection-required :false
- :active :true
- :visible :true
- :north-attachment (:point 0 10)
- :west-attachment (:point 0 10)
- :help-text "tt_pattern_category(3)\ntt_pattern_category_set(3)\n"
- :children (
- categoryChoice_UNDEFINED_item
- categoryChoice_OBSERVE_item
- categoryChoice_HANDLE_item
- categoryChoice_HANDLE_PUSH_item
- categoryChoice_HANDLE_ROTATE_item
- )
- )
- :element categoryChoice_UNDEFINED_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "UNDEFINED"
- :active :true
- :selected :false
- )
- :element categoryChoice_OBSERVE_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "OBSERVE"
- :active :true
- :selected :true
- )
- :element categoryChoice_HANDLE_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "HANDLE"
- :active :true
- :selected :false
- )
- :element categoryChoice_HANDLE_PUSH_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "HANDLE_PUSH"
- :active :true
- :selected :false
- )
- :element categoryChoice_HANDLE_ROTATE_item
- (
- :type :item
- :item-type :item-for-choice
- :label-type :string
- :label "HANDLE_ROTATE"
- :active :true
- :selected :false
- )
- :element patternActionPane
- (
- :type :container
- :container-type :button-panel
- :width 585
- :height 48
- :visible :true
- :border-frame :none
- :children (
- registerButton
- unregisterButton
- patternDestroyButton
- patternCloseButton
- patternHelpButton
- )
- )
- :element registerButton
- (
- :type :button
- :button-type :push-button
- :label-type :string
- :label-alignment :center
- :label "Register"
- :active :true
- :visible :true
- :north-attachment (:point 0 5)
- :east-attachment (:grid-line 21 0)
- :west-attachment (:grid-line 4 0)
- :help-text "tt_pattern_register(3)\n"
- )
- :element unregisterButton
- (
- :type :button
- :button-type :push-button
- :label-type :string
- :label-alignment :center
- :label "Unregister"
- :active :true
- :visible :true
- :north-attachment (:point 0 5)
- :east-attachment (:grid-line 40 0)
- :west-attachment (:grid-line 23 0)
- :help-text "tt_pattern_unregister(3)\n"
- )
- :element patternDestroyButton
- (
- :type :button
- :button-type :push-button
- :label-type :string
- :label-alignment :center
- :label "Destroy"
- :active :true
- :visible :true
- :north-attachment (:point 0 5)
- :east-attachment (:grid-line 59 0)
- :west-attachment (:grid-line 41 0)
- :help-text "tt_pattern_destroy(3)\n"
- )
- :element patternCloseButton
- (
- :type :button
- :button-type :push-button
- :label-type :string
- :label-alignment :center
- :label "Close"
- :active :true
- :visible :true
- :north-attachment (:point 0 5)
- :east-attachment (:grid-line 78 0)
- :west-attachment (:grid-line 61 0)
- )
- :element patternHelpButton
- (
- :type :button
- :button-type :push-button
- :label-type :string
- :label-alignment :center
- :label "Help"
- :active :true
- :visible :true
- :north-attachment (:point 0 5)
- :east-attachment (:grid-line 97 0)
- :west-attachment (:grid-line 80 0)
- )
- :element patternProps_footer
- (
- :type :container
- :container-type :footer
- :width 585
- :height 28
- :visible :true
- :border-frame :none
- :children (
- patternProps_label
- )
- )
- :element patternProps_label
- (
- :type :label
- :x 1
- :y 1
- :label-type :string
- :label "Tt_pattern"
- :label-alignment :left
- :active :true
- :visible :true
- :north-attachment (:point 0 1)
- :west-attachment (:point 0 1)
- )
- :element scopeButton_menu
- (
- :type :menu
- :tear-off :false
- :children (
- scopeButton_menu_SESSION_item
- scopeButton_menu_FILE_item
- scopeButton_menu_BOTH_item
- scopeButton_menu_FILE_IN_SESSION_item
- )
- )
- :element scopeButton_menu_SESSION_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "SESSION"
- :active :true
- )
- :element scopeButton_menu_FILE_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "FILE"
- :active :true
- )
- :element scopeButton_menu_BOTH_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "BOTH"
- :active :true
- )
- :element scopeButton_menu_FILE_IN_SESSION_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "FILE_IN_SESSION"
- :active :true
- )
- :element patternAddressButton_menu
- (
- :type :menu
- :tear-off :false
- :children (
- patternAddressButton_menu_PROCEDURE_item
- patternAddressButton_menu_OBJECT_item
- patternAddressButton_menu_HANDLER_item
- patternAddressButton_menu_OTYPE_item
- )
- )
- :element patternAddressButton_menu_PROCEDURE_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "PROCEDURE"
- :active :true
- )
- :element patternAddressButton_menu_OBJECT_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "OBJECT"
- :active :true
- )
- :element patternAddressButton_menu_HANDLER_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "HANDLER"
- :active :true
- )
- :element patternAddressButton_menu_OTYPE_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "OTYPE"
- :active :true
- )
- :element patternStateButton_menu
- (
- :type :menu
- :tear-off :false
- :children (
- patternStateButton_menu_CREATED_item
- patternStateButton_menu_SENT_item
- patternStateButton_menu_HANDLED_item
- patternStateButton_menu_FAILED_item
- patternStateButton_menu_QUEUED_item
- patternStateButton_menu_STARTED_item
- patternStateButton_menu_REJECTED_item
- patternStateButton_menu_RETURNED_item
- patternStateButton_menu_ACCEPTED_item
- patternStateButton_menu_ABSTAINED_item
- )
- )
- :element patternStateButton_menu_CREATED_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "CREATED"
- :active :true
- )
- :element patternStateButton_menu_SENT_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "SENT"
- :active :true
- )
- :element patternStateButton_menu_HANDLED_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "HANDLED"
- :active :true
- )
- :element patternStateButton_menu_FAILED_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "FAILED"
- :active :true
- )
- :element patternStateButton_menu_QUEUED_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "QUEUED"
- :active :true
- )
- :element patternStateButton_menu_STARTED_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "STARTED"
- :active :true
- )
- :element patternStateButton_menu_REJECTED_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "REJECTED"
- :active :true
- )
- :element patternStateButton_menu_RETURNED_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "RETURNED"
- :active :true
- )
- :element patternStateButton_menu_ACCEPTED_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "ACCEPTED"
- :active :true
- )
- :element patternStateButton_menu_ABSTAINED_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "ABSTAINED"
- :active :true
- )
- :element patternClassButton_menu
- (
- :type :menu
- :tear-off :false
- :children (
- patternClassButton_menu_NOTICE_item
- patternClassButton_menu_REQUEST_item
- patternClassButton_menu_OFFER_item
- )
- )
- :element patternClassButton_menu_NOTICE_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "NOTICE"
- :active :true
- )
- :element patternClassButton_menu_REQUEST_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "REQUEST"
- :active :true
- )
- :element patternClassButton_menu_OFFER_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "OFFER"
- :active :true
- )
- :element patternDispositionAddButton_menu
- (
- :type :menu
- :tear-off :false
- :children (
- patternDispositionAddButton_menu_DISCARD_item
- patternDispositionAddButton_menu_QUEUE_item
- patternDispositionAddButton_menu_START_item
- )
- )
- :element patternDispositionAddButton_menu_DISCARD_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "DISCARD"
- :active :true
- )
- :element patternDispositionAddButton_menu_QUEUE_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "QUEUE"
- :active :true
- )
- :element patternDispositionAddButton_menu_START_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "START"
- :active :true
- )
- :element patternAttributeAddButton_menu
- (
- :type :menu
- :tear-off :false
- :children (
- patternAttributeAddButton_menu_Context_item
- patternAttributeAddButton_menu_Otype_item
- patternAttributeAddButton_menu_Object_item
- patternAttributeAddButton_menu_Sender_Ptype_item
- patternAttributeAddButton_menu_Sender_item
- )
- )
- :element patternAttributeAddButton_menu_Context_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Context..."
- :active :true
- )
- :element patternAttributeAddButton_menu_Otype_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Otype..."
- :active :true
- )
- :element patternAttributeAddButton_menu_Object_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Object..."
- :active :true
- )
- :element patternAttributeAddButton_menu_Sender_Ptype_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Sender Ptype.."
- :active :true
- )
- :element patternAttributeAddButton_menu_Sender_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "Sender..."
- :active :true
- )
- :element categoryButton_menu
- (
- :type :menu
- :tear-off :false
- :children (
- categoryButton_menu_OBSERVE_item
- categoryButton_menu_HANDLE_item
- categoryButton_menu_HANDLE_PUSH_item
- categoryButton_menu_HANDLE_ROTATE_item
- )
- )
- :element categoryButton_menu_OBSERVE_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "OBSERVE"
- :active :true
- )
- :element categoryButton_menu_HANDLE_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "HANDLE"
- :active :true
- )
- :element categoryButton_menu_HANDLE_PUSH_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "HANDLE_PUSH"
- :active :true
- )
- :element categoryButton_menu_HANDLE_ROTATE_item
- (
- :type :item
- :item-type :item-for-menu
- :label-type :string
- :label "HANDLE_ROTATE"
- :active :true
- )
- :connection
- (
- :from patternOpAddButton
- :when :activate
- :action-type :call-function
- :action patOpAdd
- )
- :connection
- (
- :from registerButton
- :when :activate
- :action-type :call-function
- :action patRegister
- )
- :connection
- (
- :from unregisterButton
- :when :activate
- :action-type :call-function
- :action patUnRegister
- )
- :connection
- (
- :from patternDestroyButton
- :when :activate
- :action-type :call-function
- :action patDestroy
- )
- :connection
- (
- :from patternCloseButton
- :to patternProps
- :when :activate
- :action-type :builtin
- :action :hide
- :arg-type :void
- )
- :connection
- (
- :from patternHelpButton
- :when :activate
- :action-type :call-function
- :action patHelp
- )
- :connection
- (
- :from scopeButton_menu_SESSION_item
- :when :activate
- :action-type :call-function
- :action addScopeSession
- )
- :connection
- (
- :from scopeButton_menu_FILE_item
- :when :activate
- :action-type :call-function
- :action addScopeFile
- )
- :connection
- (
- :from scopeButton_menu_BOTH_item
- :when :activate
- :action-type :call-function
- :action addScopeBoth
- )
- :connection
- (
- :from scopeButton_menu_FILE_IN_SESSION_item
- :when :activate
- :action-type :call-function
- :action addScopeFileInSession
- )
- :connection
- (
- :from patternAddressButton_menu_PROCEDURE_item
- :when :activate
- :action-type :call-function
- :action addAddressPROCEDURE
- )
- :connection
- (
- :from patternAddressButton_menu_OBJECT_item
- :when :activate
- :action-type :call-function
- :action addAddressOBJECT
- )
- :connection
- (
- :from patternAddressButton_menu_HANDLER_item
- :when :activate
- :action-type :call-function
- :action addAddressHANDLER
- )
- :connection
- (
- :from patternAddressButton_menu_OTYPE_item
- :when :activate
- :action-type :call-function
- :action addAddressOTYPE
- )
- :connection
- (
- :from patternStateButton_menu_CREATED_item
- :when :activate
- :action-type :call-function
- :action addStateCREATED
- )
- :connection
- (
- :from patternStateButton_menu_SENT_item
- :when :activate
- :action-type :call-function
- :action addStateSENT
- )
- :connection
- (
- :from patternStateButton_menu_HANDLED_item
- :when :activate
- :action-type :call-function
- :action addStateHANDLED
- )
- :connection
- (
- :from patternStateButton_menu_FAILED_item
- :when :activate
- :action-type :call-function
- :action addStateFAILED
- )
- :connection
- (
- :from patternStateButton_menu_QUEUED_item
- :when :activate
- :action-type :call-function
- :action addStateQUEUED
- )
- :connection
- (
- :from patternStateButton_menu_STARTED_item
- :when :activate
- :action-type :call-function
- :action addStateSTARTED
- )
- :connection
- (
- :from patternStateButton_menu_REJECTED_item
- :when :activate
- :action-type :call-function
- :action addStateREJECTED
- )
- :connection
- (
- :from patternStateButton_menu_RETURNED_item
- :when :activate
- :action-type :call-function
- :action addStateRETURNED
- )
- :connection
- (
- :from patternStateButton_menu_ACCEPTED_item
- :when :activate
- :action-type :call-function
- :action addStateACCEPTED
- )
- :connection
- (
- :from patternStateButton_menu_ABSTAINED_item
- :when :activate
- :action-type :call-function
- :action addStateABSTAINED
- )
- :connection
- (
- :from patternClassButton_menu_NOTICE_item
- :when :activate
- :action-type :call-function
- :action addClassNOTICE
- )
- :connection
- (
- :from patternClassButton_menu_REQUEST_item
- :when :activate
- :action-type :call-function
- :action addClassREQUEST
- )
- :connection
- (
- :from patternClassButton_menu_OFFER_item
- :when :activate
- :action-type :call-function
- :action addClassOFFER
- )
- :connection
- (
- :from patternDispositionAddButton_menu_DISCARD_item
- :when :activate
- :action-type :call-function
- :action addDispositionDISCARD
- )
- :connection
- (
- :from patternDispositionAddButton_menu_QUEUE_item
- :when :activate
- :action-type :call-function
- :action addDispositionQUEUE
- )
- :connection
- (
- :from patternDispositionAddButton_menu_START_item
- :when :activate
- :action-type :call-function
- :action addDispositionSTART
- )
- :connection
- (
- :from categoryChoice_UNDEFINED_item
- :when :activate
- :action-type :call-function
- :action setCategoryUNDEFINED
- )
- :connection
- (
- :from categoryChoice_OBSERVE_item
- :when :activate
- :action-type :call-function
- :action setCategoryOBSERVE
- )
- :connection
- (
- :from categoryChoice_HANDLE_item
- :when :activate
- :action-type :call-function
- :action setCategoryHANDLE
- )
- :connection
- (
- :from categoryChoice_HANDLE_PUSH_item
- :when :activate
- :action-type :call-function
- :action setCategoryHANDLE_PUSH
- )
- :connection
- (
- :from categoryChoice_HANDLE_ROTATE_item
- :when :activate
- :action-type :call-function
- :action setCategoryHANDLE_ROTATE
- )
- :connection
- (
- :from patternAttributeAddButton_menu_Context_item
- :when :activate
- :action-type :call-function
- :action addContext
- )
- :connection
- (
- :from patternAttributeAddButton_menu_Otype_item
- :when :activate
- :action-type :call-function
- :action addOtype
- )
- :connection
- (
- :from patternAttributeAddButton_menu_Object_item
- :when :activate
- :action-type :call-function
- :action addObject
- )
- :connection
- (
- :from patternAttributeAddButton_menu_Sender_Ptype_item
- :when :activate
- :action-type :call-function
- :action addSenderPtype
- )
- :connection
- (
- :from patternAttributeAddButton_menu_Sender_item
- :when :activate
- :action-type :call-function
- :action addSender
- )
- :connection
- (
- :from patternSessionButton
- :when :activate
- :action-type :call-function
- :action sessionAdd
- )
- :connection
- (
- :from patternFileButton
- :when :activate
- :action-type :call-function
- :action addFile
- )
- :connection
- (
- :from patternArgAddButton
- :when :activate
- :action-type :call-function
- :action addArg
- )
- :connection
- (
- :from patternCallbackAddButton
- :when :activate
- :action-type :call-function
- :action callbackAdd
- )
- )
|