~canonical-dx-team/unity/unity.fix-ql-losing-focus

« back to all changes in this revision

Viewing changes to src/LauncherIcon.h

  • Committer: Didier Roche
  • Date: 2011-02-11 17:03:24 UTC
  • mto: This revision was merged to the branch mainline in revision 852.
  • Revision ID: didier.roche@canonical.com-20110211170324-apbvfvstnqe503pk
don't mess with public virtual method

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
    void        SetCenter (nux::Point3 center);
96
96
    nux::Point3 GetCenter ();
97
97
 
98
 
    virtual void Activate ();
99
 
    virtual void OpenInstance ();
 
98
    void Activate ();
 
99
    void OpenInstance ();
100
100
 
101
101
    void SaveCenter ();
102
102
    
185
185
    virtual void OnAcceptDrop (std::list<char *> files) {}
186
186
    virtual void OnDndEnter () {}
187
187
    virtual void OnDndLeave () {}
 
188
    
 
189
    virtual void ActivateLauncherIcon () {}
 
190
    virtual void OpenInstanceLauncherIcon () {}
188
191
 
189
192
    nux::BaseTexture * TextureFromGtkTheme (const char *name, int size);
190
193
    nux::BaseTexture * TextureFromPath     (const char *name, int size);