| 
						
						
							
								
							
						
						
					 | 
				
				 | 
				
					@ -9,7 +9,6 @@ class MarkerModeViewModel : public BaseViewModel | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    US_VIEW_MODEL(MarkerModeViewModel) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    SINGLETON(MarkerModeViewModel) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    US_PROPERTY_VIEW_ONLY(bool, isMarkerModeActive, true) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    //=======JoySticks=======
 | 
				
			
			
		
	
	
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
				
				 | 
				
					@ -18,6 +17,21 @@ class MarkerModeViewModel : public BaseViewModel | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    US_JOYSTICK_NUMBER(PointerAngle, "Angle", "", "", true, true, 0) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    US_JOYSTICK_NUMBER(IndicatorSize, "Indicator Size", "", "", true, true, 0) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    US_JOYSTICK_PUSH (PointerDeleteLast,"Delete Last",true,true,0) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    US_JOYSTICK_PUSH (PointerDeleteAll,"Delete All",true,true,0) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    US_SPIN_BOX (Page,"Page",QList<QString>({"Low", "Norm", "High"}),"@","#",true,true,1) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    US_JOYSTICK_NUMBER(TextSize, "Text Size", "", "", true, true, 0) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    US_JOYSTICK_PUSH (DeleteGrab,"Delete Grab",true,true,0) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    US_JOYSTICK_NUMBER(GrabWord, "Grab Word", "", "", true, true, 0) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    US_JOYSTICK_PUSH (DeleteLast,"Delete Last",true,true,0) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    US_JOYSTICK_PUSH (DeleteAll,"Delete All",true,true,0) | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    //=======JoySticks=======
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					//    US_PROPERTY (Bodymark)
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					    //=======Pointer=======
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					}; | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					
 | 
				
			
			
		
	
		
			
				
					 | 
					 | 
				
				 | 
				
					#endif |