~ubuntu-branches/ubuntu/trusty/sunpinyin/trusty-proposed

« back to all changes in this revision

Viewing changes to src/ime-core/imi_view.h

  • Committer: Package Import Robot
  • Author(s): YunQiang Su
  • Date: 2012-06-09 16:40:36 UTC
  • mfrom: (1.1.4)
  • Revision ID: package-import@ubuntu.com-20120609164036-w2ulitciagug16jh
Tags: 2.0.3+git20120607-1
New upstream snapshot 20120607.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// -*- mode: c++ -*-
1
2
/*
2
3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3
4
 *
201
202
    virtual void handlerUpdateCandidates(IPreeditString* ppd,
202
203
                                         ICandidateList* pcl);
203
204
    virtual void handlerCommit(const wstring& wstr);
 
205
 
 
206
#ifdef ENABLE_PLUGINS
204
207
private:
205
208
    void _pluginProvideCandidates(wstring preedit, ICandidateList* pcl);
206
209
    void _pluginTranslateCandidate(ICandidateList* pcl);
 
210
#endif // ENABLE_PLUGINS
 
211
 
207
212
protected:
208
213
    CIMIContext        *m_pIC;
209
214
    CIMIWinHandler     *m_pWinHandler;