Searched defs:MutableColumnMetrics (Results 1 – 1 of 1) sorted by relevance
46 struct MutableColumnMetrics : protected ColumnMetrics struct48 MutableColumnMetrics() in MutableColumnMetrics() function53 MutableColumnMetrics( long const i_startPixel, long const i_endPixel ) in MutableColumnMetrics() function58 long getStart() const { return nStartPixel; } in getStart()59 long getEnd() const { return nEndPixel; } in getEnd()61 void setEnd( long const i_end ) { nEndPixel = i_end; } in setEnd()62 void move( long const i_offset ) { nStartPixel += i_offset; nEndPixel += i_offset; } in move()64 long getWidth() const { return nEndPixel - nStartPixel; } in getWidth()66 ColumnMetrics const & operator()() { return *this; } in operator ()()
Completed in 13 milliseconds