Searched refs:SelectedDirection (Results 1 – 3 of 3) sorted by relevance
/dports/www/otrs/otrs-rel-6_0_29/Kernel/System/ProcessManagement/TransitionAction/ |
H A D | TicketCreate.pm | 387 my $SelectedDirection; 399 $SelectedDirection = 'Source'; 401 $SelectedDirection = 'Target'; 417 if ( $SelectedDirection eq 'Target' ) {
|
/dports/games/xye/xye-0.12.2/src/ |
H A D | xyedit.cpp | 1117 SelectedDirection = clickedobject->direction; in onMouseMove() 1189 …tchToObject(SelectedObjectType,target->color, SelectedRound, SelectedVariation, SelectedDirection); in handleClick() 1211 …tchToObject(SelectedObjectType,SelectedColor, SelectedRound, target->variation, SelectedDirection); in handleClick() 1223 …tchToObject(SelectedObjectType,SelectedColor, target->round, SelectedVariation, SelectedDirection); in handleClick() 1266 …ecs( target,x,y, SelectedObjectType, o.color, SelectedRound, SelectedVariation, SelectedDirection); in drawbutton() 1269 …ecs( target,x,y, SelectedObjectType, SelectedColor, SelectedRound, o.variation, SelectedDirection); in drawbutton() 1272 …ecs( target,x,y, SelectedObjectType, SelectedColor, o.round, SelectedVariation, SelectedDirection); in drawbutton() 1790 SelectedDirection = direction; in switchToObject() 2389 o.direction=editor::buttons->SelectedDirection; in applyFromButtons()
|
H A D | xyedit.h | 296 int SelectedDirection; variable
|