JunkBox_Win_Lib 1.5.3
Loading...
Searching...
No Matches
vThumbNailDoc.h File Reference
#include "RwGRDoc.h"
Include dependency graph for vThumbNailDoc.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CvThumbNailDoc
 

Namespaces

namespace  jbxwl
 

Macros

#define THUMBNAIL_SIZE   128
 

Macro Definition Documentation

◆ THUMBNAIL_SIZE

#define THUMBNAIL_SIZE   128

CvThumbNailDoc クラス

CRwGRDocクラスからの継承クラス.
複数または 3Dのファイルを読み込んで,2列の縦スクロール用サムネイル画像
のデータを作り出す.UN_KNOWNデータは処理できない.

読み込んだ元データは msGraphに格納され,サムネイルデータは cmnHeadに格納
され,8bit化される.

通常は DxVScrollView で表示される.

サムネイル,ウィンドウの大きさは,OnOpenDocument(LPCTSTR) を呼び出す前なら
    SetSize(int txs, int tys, int bds=4, int vrs=4, int hrs=2); 
        txs: サムネイルの Xサイズ
        tys: サムネイルの Yサイズ
        bds: サムネイル間の境界のサイズ
        vrs: ウィンドウのクライアント領域の Xサイズ.(txs+bds)の倍率で指定
        hrs: ウィンドウのクライアント領域の Yサイズ.(tys+bds)の倍率で指定
の関数で変える事ができる.

cmnHeadを Viewが使用する場合のために,cmnHead.zsize にクライアント領域の初期
サイズ(Yサイズ)が格納される(Zサイズではない).

Definition at line 31 of file vThumbNailDoc.h.

Referenced by CvThumbNailDoc::CvThumbNailDoc(), and CvThumbNailDoc::TranslateData().