mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Issue #77 Move GlobalIndex enum from CPropertyIndex to CPropertyIndexRef
This commit is contained in:
@@ -41,7 +41,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexEmail = BlackMisc::CPropertyIndex::GlobalIndexCAuthenticatedUser,
|
||||
IndexEmail = BlackMisc::CPropertyIndexRef::GlobalIndexCAuthenticatedUser,
|
||||
IndexVatsimId,
|
||||
IndexPassword,
|
||||
IndexRealName,
|
||||
|
||||
@@ -34,7 +34,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexCapabilities = CPropertyIndex::GlobalIndexCClient,
|
||||
IndexCapabilities = CPropertyIndexRef::GlobalIndexCClient,
|
||||
IndexCapabilitiesString,
|
||||
IndexModelString,
|
||||
IndexServer,
|
||||
|
||||
@@ -29,7 +29,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexSystem = CPropertyIndex::GlobalIndexCEcosystem,
|
||||
IndexSystem = CPropertyIndexRef::GlobalIndexCEcosystem,
|
||||
IndexSystemString
|
||||
};
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexTextCodec = CPropertyIndex::GlobalIndexCFsdSetup,
|
||||
IndexTextCodec = CPropertyIndexRef::GlobalIndexCFsdSetup,
|
||||
IndexSendReceiveDetails
|
||||
};
|
||||
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexRawMessage = CPropertyIndex::GlobalIndexCRawFsdMessage,
|
||||
IndexRawMessage = CPropertyIndexRef::GlobalIndexCRawFsdMessage,
|
||||
};
|
||||
|
||||
//! Default constructor.
|
||||
|
||||
@@ -38,7 +38,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexName = CPropertyIndex::GlobalIndexCRemoteFile,
|
||||
IndexName = CPropertyIndexRef::GlobalIndexCRemoteFile,
|
||||
IndexDescription,
|
||||
IndexUrl,
|
||||
IndexSize
|
||||
|
||||
@@ -37,7 +37,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexName = CPropertyIndex::GlobalIndexCRole,
|
||||
IndexName = CPropertyIndexRef::GlobalIndexCRole,
|
||||
IndexDescription
|
||||
};
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexName = CPropertyIndex::GlobalIndexCServer,
|
||||
IndexName = CPropertyIndexRef::GlobalIndexCServer,
|
||||
IndexDescription,
|
||||
IndexAddress,
|
||||
IndexPort,
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexDynamicOffsetTime = CPropertyIndex::GlobalIndexCNetworkSettings,
|
||||
IndexDynamicOffsetTime = CPropertyIndexRef::GlobalIndexCNetworkSettings,
|
||||
};
|
||||
|
||||
//! Constructor
|
||||
|
||||
@@ -41,7 +41,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexSenderCallsign = CPropertyIndex::GlobalIndexCTextMessage,
|
||||
IndexSenderCallsign = CPropertyIndexRef::GlobalIndexCTextMessage,
|
||||
IndexRecipientCallsign,
|
||||
IndexRecipientCallsignOrFrequency,
|
||||
IndexMessage
|
||||
|
||||
@@ -35,7 +35,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexScheme = CPropertyIndex::GlobalIndexCUrl,
|
||||
IndexScheme = CPropertyIndexRef::GlobalIndexCUrl,
|
||||
IndexHost,
|
||||
IndexPort,
|
||||
IndexPath,
|
||||
|
||||
@@ -33,7 +33,7 @@ namespace BlackMisc
|
||||
//! Properties by index
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexId = CPropertyIndex::GlobalIndexCUrlLog,
|
||||
IndexId = CPropertyIndexRef::GlobalIndexCUrlLog,
|
||||
IndexSuccess,
|
||||
IndexUrl,
|
||||
IndexResponseTimestamp,
|
||||
|
||||
@@ -41,7 +41,7 @@ namespace BlackMisc
|
||||
*/
|
||||
enum ColumnIndex
|
||||
{
|
||||
IndexEmail = CPropertyIndex::GlobalIndexCUser,
|
||||
IndexEmail = CPropertyIndexRef::GlobalIndexCUser,
|
||||
IndexId,
|
||||
IndexIdInteger,
|
||||
IndexId7Digit,
|
||||
|
||||
Reference in New Issue
Block a user