Class: CDK::DSCALE

Inherits:
FSCALE show all
Defined in:
lib/cdk/dscale.rb

Instance Attribute Summary

Attributes inherited from CDKOBJS

#BXAttr, #HZChar, #LLChar, #LRChar, #ULChar, #URChar, #VTChar, #accepts_focus, #binding_list, #border_size, #box, #exit_type, #has_focus, #is_visible, #screen, #screen_index

Instance Method Summary collapse

Methods inherited from FSCALE

#SCAN_FMT, #drawField, #getDigits, #initialize, #setDigits

Methods inherited from SCALE

Decrement, Increment, #SCAN_FMT, #activate, #destroy, #draw, #drawField, #erase, #focus, #getHighValue, #getLowValue, #getValue, #initialize, #inject, #limitCurrentValue, #move, #moveToEditPosition, #performEdit, #position, removeChar, #set, #setBKattr, #setEditPosition, #setLowHigh, #setValue, #unfocus, #validEditPosition

Methods inherited from CDKOBJS

#SCREEN_XPOS, #SCREEN_YPOS, #bind, #bindableObject, #checkBind, #cleanBindings, #cleanTitle, #destroy, #draw, #drawTitle, #erase, #focus, #getBox, #getc, #getch, #initialize, #inject, #isBind, #move, #move_specific, #position, #refreshData, #saveData, #setBXattr, #setBackgroundColor, #setBox, #setExitType, #setHZchar, #setLLchar, #setLRchar, #setPostProcess, #setPreProcess, #setTitle, #setULchar, #setURchar, #setVTchar, #unbind, #unfocus, #validCDKObject, #validObjType

Constructor Details

This class inherits a constructor from CDK::FSCALE

Instance Method Details

#object_typeObject

The original DScale handled unsigned values. Since Ruby’s typing is different this is really just FSCALE but is nice it’s nice to have this for compatibility/completeness sake.



9
10
11
# File 'lib/cdk/dscale.rb', line 9

def object_type
  :DSCALE
end