|
Public 型 |
typedef std::list< DrawingStroke * > | DrawingStrokePtrList |
typedef DrawingStrokePtrList::iterator | DrawingStrokePtrIterator |
typedef DrawingStrokePtrList::const_iterator | DrawingStrokeConstPtrIterator |
Public メソッド |
| ScribbleDoc () |
| コンストラクタ
|
bool | isModified () const |
| 更新チェック
|
void | addStroke (const DrawingStroke &s) |
| 描画ストロークの追加.
|
W | draw (W gid, int lb, int ub) const |
| 描画環境への描画.
|
bool | load (const LINK *src) |
| ファイルからの読み込み
|
void | save (const LINK *dest) const |
| ファイルへの保存
|
void | clear () |
| データの消去
|
bool | select (DrawingStrokePtrList *selection, const SelectionStroke &selstroke, int lb, int ub) |
| 選択.
|
void | unselectAll () |
| 選択状態のキャンセル.
|
void | removeSelected () |
| 選択されたストロークの削除.
|
void | moveSelected (int dh, int dv) |
| 選択されたストロークの移動.
|