~sil2100/nux/revert_640

« back to all changes in this revision

Viewing changes to Nux/RangeValueInteger.h

  • Committer: Jay Taoko
  • Date: 2011-10-09 22:18:34 UTC
  • Revision ID: jay.taoko@canonical.com-20111009221834-9y890qzzj8rlp2r6
* Removing non-core UI views from Nux
* Refactoring in Layout
* Added LinearLayout.h/.cpp as a sub-class for HLayout and VLayout

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
    RangeValueInteger (int Value = 0, int MinValue = 0, int MaxValue = 100, NUX_FILE_LINE_PROTO);
36
36
    ~RangeValueInteger();
37
37
 
38
 
    virtual long ProcessEvent (IEvent &ievent, long TraverseInfo, long ProcessEventInfo);
39
 
    void DrawMarker (GraphicsEngine &GfxContext);
40
 
    virtual void Draw (GraphicsEngine &GfxContext, bool force_draw);
41
 
    virtual void DrawContent (GraphicsEngine &GfxContext, bool force_draw);
42
 
    virtual void PostDraw (GraphicsEngine &GfxContext, bool force_draw);
 
38
    void DrawMarker (GraphicsEngine &graphics_engine);
 
39
    virtual void Draw (GraphicsEngine &graphics_engine, bool force_draw);
 
40
    virtual void DrawContent (GraphicsEngine &graphics_engine, bool force_draw);
 
41
    virtual void PostDraw (GraphicsEngine &graphics_engine, bool force_draw);
43
42
 
44
43
    /////////////////
45
44
    //  RECEIVERS  //