From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- docs/doxygen/nel/class_Browse.html | 2222 ++++++++++++++++++++++++++++++++++++ 1 file changed, 2222 insertions(+) create mode 100644 docs/doxygen/nel/class_Browse.html (limited to 'docs/doxygen/nel/class_Browse.html') diff --git a/docs/doxygen/nel/class_Browse.html b/docs/doxygen/nel/class_Browse.html new file mode 100644 index 00000000..48026bdb --- /dev/null +++ b/docs/doxygen/nel/class_Browse.html @@ -0,0 +1,2222 @@ + + + + nevrax.org : docs + + + + + + + + + + + + + + +
# Home   # nevrax.com   
+ + + + +
Nevrax
+ + + + + + + + + + +
+ + +
+ Nevrax.org
+ + + + + + + +
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
+
+ + +
+ + +
+Docs + +
+  + + + + + +
Documentation 
+ +
+Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  
+

Browse Class Reference

#include <Browse.h> +

+Inheritance diagram for Browse

Inheritance graph
+ + + +
[legend]
Collaboration diagram for Browse:

Collaboration graph
+ + + + + + + + + +
[legend]
List of all members. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

Public Types

enum  {
+  IDD = IDD_BROWSER +
+ }

Public Methods

 Browse (int nland, CWnd* pParent = NULL)
void Init ()
void LoadInThread (void)
void UpdateAll (void)
void OnDestroy ()
void UpdateFlags ()
void Flags (int flagNumber, bool value)

Public Attributes

RECT minpos
int border_x
int border_y
int oldsel
RECT last_sel
int selection
int lbutton
int control
CPoint OriginalPos
int land
int m_128x128
CTView m_ctrl
CStatic m_bmpsel
CButton m_infotexte
CButton m_rb_zoom1
CButton m_rb_num
CButton m_rb_jour
int SubGroup0
int SubGroup1
int SubGroup2
int SubGroup3
int SubGroup4
int SubGroup5
int SubGroup6
int SubGroup7
int SubGroup10
int SubGroup11
int SubGroup8
int SubGroup9

Static Public Methods

unsigned long __stdcall MyControllingFunction ( void* pParam )

Protected Methods

virtual void DoDataExchange (CDataExchange* pDX)
virtual BOOL PreCreateWindow (CREATESTRUCT& cs)
virtual LRESULT WindowProc (UINT message, WPARAM wParam, LPARAM lParam)
afx_msg void OnSize (UINT nType, int cx, int cy)
afx_msg void OnAlpha ()
afx_msg void OnChangeVariety ()
afx_msg void OnJour ()
afx_msg void OnNuit ()
afx_msg void OnNum ()
afx_msg void OnCancel ()
afx_msg void OnOk ()
afx_msg void OnRButtonDown (UINT nFlags, CPoint point)
afx_msg void OnSelchangeListtype ()
afx_msg void OnUpdateTiles ()
afx_msg void OnBatchLoad ()
afx_msg void OnSubgroup0 ()
afx_msg void OnSubgroup1 ()
afx_msg void OnSubgroup2 ()
afx_msg void OnSubgroup3 ()
afx_msg void OnSubgroup4 ()
afx_msg void OnSubgroup5 ()
afx_msg void OnSubgroup6 ()
afx_msg void OnSubgroup7 ()
afx_msg void OnSubgroup8 ()
afx_msg void OnSubgroup9 ()
afx_msg void OnSubgroup10 ()
afx_msg void OnSubgroup11 ()
afx_msg void OnExportBorder ()
afx_msg void OnImportBorder ()
+

Member Enumeration Documentation

+

+ + + + +
+ + + + + +
+anonymous enum +
+
+ + + + + +
+   + + +

+

+Enumeration values:
+ + +
IDD +
+
+ +

+Definition at line 58 of file Browse.h.

+


Constructor & Destructor Documentation

+

+ + + + +
+ + + + + + + + + + +
+Browse::Browse ( + +int nland, +
+CWnd * pParent = NULL ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 24 of file Browse.cpp.

+


Member Function Documentation

+

+ + + + +
+ + + + + + +
+void Browse::DoDataExchange ( + +CDataExchange * pDX ) [protected, virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 46 of file Browse.cpp.

+

+ + + + +
+ + + + + + + + + + +
+void Browse::Flags ( + +int flagNumber, +
+bool go ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1060 of file Browse.cpp. +

+Referenced by OnSubgroup0(), OnSubgroup1(), OnSubgroup10(), OnSubgroup11(), OnSubgroup2(), OnSubgroup3(), OnSubgroup4(), OnSubgroup5(), OnSubgroup6(), OnSubgroup7(), OnSubgroup8(), and OnSubgroup9().

+

+ + + + +
+ + + + + + +
+void Browse::Init ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 591 of file Browse.cpp. +

+Referenced by WindowProc().

+

+ + + + +
+ + + + + + +
+void Browse::LoadInThread ( + +void ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 584 of file Browse.cpp. +

+Referenced by Init(), OnAlpha(), OnJour(), OnNuit(), and OnUpdateTiles().

+

+ + + + +
+ + + + + + +
+unsigned long Browse::MyControllingFunction ( + +void * pParam ) [static] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 498 of file Browse.cpp. +

+Referenced by LoadInThread().

+

+ + + + +
+ + + + + + +
+void Browse::OnAlpha ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 726 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnBatchLoad ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 860 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnCancel ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 757 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnChangeVariety ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 830 of file Browse.cpp. +

+Referenced by Init().

+

+ + + + +
+ + + + + + +
+void Browse::OnDestroy ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 776 of file Browse.cpp. +

+Referenced by WindowProc().

+

+ + + + +
+ + + + + + +
+void Browse::OnExportBorder ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1339 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnImportBorder ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1405 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnJour ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 734 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnNuit ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 742 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnNum ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 750 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnOk ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 803 of file Browse.cpp.

+

+ + + + +
+ + + + + + + + + + +
+void Browse::OnRButtonDown ( + +UINT nFlags, +
+CPoint point ) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 812 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnSelchangeListtype ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 819 of file Browse.cpp.

+

+ + + + +
+ + + + + + + + + + + + + + +
+void Browse::OnSize ( + +UINT nType, +
+int cx, +
+int cy ) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 721 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnSubgroup0 ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1111 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnSubgroup1 ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1130 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnSubgroup10 ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1301 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnSubgroup11 ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1320 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnSubgroup2 ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1149 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnSubgroup3 ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1168 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnSubgroup4 ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1187 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnSubgroup5 ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1206 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnSubgroup6 ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1225 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnSubgroup7 ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1244 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnSubgroup8 ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1263 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnSubgroup9 ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 1282 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::OnUpdateTiles ( + +) [protected] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 823 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+virtual BOOL Browse::PreCreateWindow ( + +CREATESTRUCT & cs ) [protected, virtual] +
+
+ + + + + +
+   + + +

+

+

+ + + + +
+ + + + + + +
+void Browse::UpdateAll ( + +void ) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 771 of file Browse.cpp.

+

+ + + + +
+ + + + + + +
+void Browse::UpdateFlags ( + +) +
+
+ + + + + +
+   + + +

+ +

+Definition at line 960 of file Browse.cpp. +

+Referenced by CTView::DrawTile().

+

+ + + + +
+ + + + + + + + + + + + + + +
+LRESULT Browse::WindowProc ( + +UINT message, +
+WPARAM wParam, +
+LPARAM lParam ) [protected, virtual] +
+
+ + + + + +
+   + + +

+ +

+Definition at line 118 of file Browse.cpp.

+


Member Data Documentation

+

+ + + + +
+ + + + + +
+CPoint Browse::OriginalPos +
+
+ + + + + +
+   + + +

+ +

+Definition at line 48 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::SubGroup0 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 66 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::SubGroup1 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 67 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::SubGroup10 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 74 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::SubGroup11 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 75 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::SubGroup2 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 68 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::SubGroup3 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 69 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::SubGroup4 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 70 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::SubGroup5 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 71 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::SubGroup6 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 72 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::SubGroup7 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 73 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::SubGroup8 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 76 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::SubGroup9 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 77 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::border_x +
+
+ + + + + +
+   + + +

+ +

+Definition at line 45 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::border_y +
+
+ + + + + +
+   + + +

+ +

+Definition at line 45 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::control +
+
+ + + + + +
+   + + +

+ +

+Definition at line 47 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::land +
+
+ + + + + +
+   + + +

+ +

+Definition at line 49 of file Browse.h.

+

+ + + + +
+ + + + + +
+RECT Browse::last_sel +
+
+ + + + + +
+   + + +

+ +

+Definition at line 47 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::lbutton +
+
+ + + + + +
+   + + +

+ +

+Definition at line 47 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::m_128x128 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 59 of file Browse.h.

+

+ + + + +
+ + + + + +
+CStatic Browse::m_bmpsel +
+
+ + + + + +
+   + + +

+ +

+Definition at line 61 of file Browse.h.

+

+ + + + +
+ + + + + +
+CTView Browse::m_ctrl +
+
+ + + + + +
+   + + +

+ +

+Definition at line 60 of file Browse.h.

+

+ + + + +
+ + + + + +
+CButton Browse::m_infotexte +
+
+ + + + + +
+   + + +

+ +

+Definition at line 62 of file Browse.h.

+

+ + + + +
+ + + + + +
+CButton Browse::m_rb_jour +
+
+ + + + + +
+   + + +

+ +

+Definition at line 65 of file Browse.h.

+

+ + + + +
+ + + + + +
+CButton Browse::m_rb_num +
+
+ + + + + +
+   + + +

+ +

+Definition at line 64 of file Browse.h.

+

+ + + + +
+ + + + + +
+CButton Browse::m_rb_zoom1 +
+
+ + + + + +
+   + + +

+ +

+Definition at line 63 of file Browse.h.

+

+ + + + +
+ + + + + +
+RECT Browse::minpos +
+
+ + + + + +
+   + + +

+ +

+Definition at line 44 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::oldsel +
+
+ + + + + +
+   + + +

+ +

+Definition at line 46 of file Browse.h.

+

+ + + + +
+ + + + + +
+int Browse::selection +
+
+ + + + + +
+   + + +

+ +

+Definition at line 47 of file Browse.h.

+


The documentation for this class was generated from the following files: + + + +
                                                                                                                                                                    +
+ + -- cgit v1.2.1